mirror of
https://github.com/strapi/strapi.git
synced 2025-10-27 08:02:56 +00:00
PR feedback
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
This commit is contained in:
parent
3ebd497454
commit
a4423f2fda
@ -15,15 +15,6 @@ plugin/
|
||||
| └─── containers/
|
||||
| | └─── App/ # Container used by every others containers
|
||||
| | └─── Initializer/ # This container is required, it is used to executed logic right after the plugin is mounted.
|
||||
| | └─── HomePage/
|
||||
| | └─── action.js # List of Redux actions used by the current container
|
||||
| | └─── constants.js # List of actions constants
|
||||
| | └─── index.js # React component of the current container
|
||||
| | └─── reducer.js # Redux reducer used by the current container
|
||||
| | └─── sagas.js # List of sagas functions
|
||||
| | └─── selectors.js # List of selectors
|
||||
| | └─── styles.scss # Style of the current container
|
||||
| |
|
||||
| └─── translations/ # Contains the translations to make the plugin internationalized
|
||||
| └─── en.json
|
||||
| └─── index.js # File that exports all the plugin's translations.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user