This commit is contained in:
cyril lopez 2017-10-11 12:50:25 +02:00
parent 5295c26063
commit 52a582f3f5

View File

@ -28,7 +28,7 @@ The API logic of a plugin is located in `./plugins/content-manager`.
The folders and files structure is the following: The folders and files structure is the following:
``` ```
/project /project
└─── admin // Contains the needed files to display to display the admin panel └─── admin // Contains the plugin's front-end
└─── config // Contains the configurations of the plugin └─── config // Contains the configurations of the plugin
| └─── routes.json // Contains the plugin's API routes | └─── routes.json // Contains the plugin's API routes
└─── controllers // Contains the plugin's API controllers └─── controllers // Contains the plugin's API controllers