🗺 Content-Type Explorer is a Strapi plugin that visualizes your content types and their relationships like an ERD (Entity Relationship Diagram).
 
 
Go to file
Shahriar f7c97ace73
Update README.md
2023-07-14 19:56:41 +03:30
admin/src update folder structure 2023-07-14 02:52:55 +03:30
server update folder structure 2023-07-14 02:52:55 +03:30
.gitignore attempt to fix dependencies 2023-07-14 03:13:53 +03:30
LICENSE Initial commit 2023-07-14 02:42:24 +03:30
README.md Update README.md 2023-07-14 19:56:41 +03:30
package.json attempt to fix dependencies 2023-07-14 03:13:53 +03:30
strapi-admin.js update folder structure 2023-07-14 02:52:55 +03:30
strapi-server.js update folder structure 2023-07-14 02:52:55 +03:30

README.md

🗺 Contnet-Type Explorer

Content-Type Explorer is a Strapi plugin that visualizes your content types and their relationships like an ERD (Entity Relationship Diagram).

image

image

⌨️ Installation

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!