[Feature] Plugin API
Closed this issue · 1 comments
SuperAuguste commented
(@privatesuite/contenu-cms)
OK, we need to create a flexible plugin API in order to add more interactivity to the website; for example comments, post likes, user accounts, etc.
Plugins should be:
- Installable and recognized by Contenu
- Displayed in their very own page
- Able to create API routes
- Able to create Admin Panel pages
- Bonus Be installable from a Git repository
- Bonus Be installable from some sort of Marketplace
I hope that we'll be able to finish the Plugin API by August 10th! It'll truly allow us to flexibly create plugins and new API routes without having to worry about modularity and security.
SuperAuguste commented
Bonuses aren’t important; I’ll simply add the Git plugin cloning later on.