2023-07-14 13:35:57 +02:00
|
|
|
# 🗺 Contnet-Type Explorer
|
2023-07-14 01:22:55 +02:00
|
|
|
|
2023-07-14 18:15:03 +02:00
|
|
|
Content-Type Explorer is a Strapi plugin that visualizes your content types and their relationships like an ERD (Entity Relationship Diagram).
|
2023-07-14 13:35:57 +02:00
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
2023-07-14 18:15:03 +02:00
|
|
|
## ⌨️ Installation
|
2023-07-14 13:35:57 +02:00
|
|
|
```bash
|
|
|
|
npm i strapi-content-type-explorer
|
|
|
|
```
|
|
|
|
|
2023-07-14 18:15:03 +02:00
|
|
|
## ⚙️ Options
|
2023-07-14 18:26:41 +02:00
|
|
|
- Field Data Types
|
|
|
|
- Field Icons
|
|
|
|
- Default Fields: toggle `createdBy`, `createdAt`, `updatedAt`
|
|
|
|
- Relational Fields Only
|
|
|
|
- `admin::` Types
|
|
|
|
- `plugin::` Types
|
|
|
|
- Edges
|
|
|
|
- Snap to Grid
|
|
|
|
- Backgorund Pattern
|
|
|
|
- Edge Type
|
|
|
|
|
|
|
|
## 🧭 Tips
|
|
|
|
If you encounter lags while dragging boxes, try changing edge types. "Smart" edges cause performance issues (this should be fixed in future releases)
|
|
|
|
|
|
|
|
## 🚀 Collaboration
|
|
|
|
Have a question or found a bug? Feel free to open an issue. Wanna contribute and improve the plugin? PRs are welcome!
|