Merge branch 'main' of https://github.com/ShahriarKh/strapi-content-type-explorer into main
commit
2660e015b3
32
README.md
32
README.md
|
@ -1,3 +1,31 @@
|
|||
# Strapi plugin content-type-explorer
|
||||
# 🗺 Contnet-Type Explorer
|
||||
|
||||
A quick description of content-type-explorer.
|
||||
Content-Type Explorer is a Strapi plugin that visualizes your content types and their relationships like an ERD (Entity Relationship Diagram).
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
## ⌨️ Installation
|
||||
```bash
|
||||
npm i strapi-content-type-explorer
|
||||
```
|
||||
|
||||
## ⚙️ Options
|
||||
- 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!
|
||||
|
|
Loading…
Reference in New Issue