1.1.3 • Published 4 months ago

strapi4-models-relation-diagram v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Strapi plugin models-relation-diagram

Entity Relationship Diagram => BETA Version

Downloads Install size

🚀   Overview

Create a diagram of every strapi collections and components with fields and relation.

Possibility of displaying or not all collections and components.
Possibility to choose the layout among Elk and dagre.
Possibility to choose the type of edge.

Alt text

  Getting Started

Minimum version strapi: 4.12.0

npm i strapi4-models-relation-diagram
npm run build
npm run develop

Plugin Configurations

"models-relation-diagram": {
    enabled: true,
    config: {
      defaultExcludeAdmin: true, // hide admin:: + strapi:: + webhook + plugin::i18n.locale + plugin::content-releases
      defaultHideUpload: true, // hide plugin::upload.file + plugin::upload.folder
      defaultExcludeComponents: false, // hide components
      defaultLayout: 'dagre', // default layout: ELK,Dagre
      defaultEdgesType: 'step', // default edge type: straight,step,smoothstep,bezier
      hideMarkers: true, // hide relation marker on edges 
    }
  },
1.1.3

4 months ago

1.1.2

4 months ago

1.1.1

5 months ago

1.1.0

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago