🗺 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 05d6209621
Update README.md
2023-07-15 02:07:41 +03:30
.github/workflows Create npm-publish.yml 2023-07-15 02:03:16 +03:30
admin/src refactored RelationIcon and removed style-dcomponents 2023-07-15 01:56:01 +03:30
server update folder structure 2023-07-14 02:52:55 +03:30
.gitignore refactored RelationIcon and removed style-dcomponents 2023-07-15 01:56:01 +03:30
LICENSE Initial commit 2023-07-14 02:42:24 +03:30
README.md Update README.md 2023-07-15 02:07:41 +03:30
package-lock.json refactored RelationIcon and removed style-dcomponents 2023-07-15 01:56:01 +03:30
package.json refactored RelationIcon and removed style-dcomponents 2023-07-15 01:56:01 +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, updatedBy, 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!


npm: https://www.npmjs.com/package/strapi-content-type-explorer
GitHub repo: https://github.com/ShahriarKh/strapi-content-type-explorer