Update README.md
parent
400659dcec
commit
36446a9241
16
README.md
16
README.md
|
@ -1,17 +1,23 @@
|
|||
# 🗺 Contnet-Type Explorer
|
||||
|
||||
Content-Type Explorer is a Strapi plugin that visualizes your contnet types and their relationships like an ERD (Entity Relationship Diagram).
|
||||
Content-Type Explorer is a Strapi plugin that visualizes your content types and their relationships like an ERD (Entity Relationship Diagram).
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
## Installation
|
||||
## ⌨️ Installation
|
||||
```bash
|
||||
npm i strapi-content-type-explorer
|
||||
```
|
||||
|
||||
## Options
|
||||
- **Default Fields**:
|
||||
- **
|
||||
## ⚙️ Options
|
||||
- **Field Data Types**:
|
||||
- **Field Icons**:
|
||||
- **Default Fields**: `createdBy`, `createdAt`, `updatedAt`
|
||||
- **Relational Fields Only**
|
||||
- **admin:: Types**
|
||||
- **plugin:: Types**
|
||||
- **Edges**
|
||||
- **Snap to Grid**
|
||||
|
|
Loading…
Reference in New Issue