This is the description of the plugin.
npm install strapi4-models-relation-diagramEntity Relationship Diagram => BETA Version


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.
npm i strapi4-models-relation-diagram
npm run build
npm run develop
`Plugin Configurations
`js
"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
}
},
``