Simplify app configuration
Closed this issue · 0 comments
isedwards commented
Simplify the configuration of plugins so that they only need to be added to packages.json
and a new file called app-config.json
.
app-config.json
should specify the order that plugin components are shown in the menu and the url that the component should be made available on.
routes.js
will loop over the configuration file to create the required routes.