mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 07:03:38 +00:00
Add a warning about file names
This commit is contained in:
parent
4d4d9c351d
commit
4dbbf5722b
@ -136,7 +136,11 @@ If you were using the groups feature you will need to apply some changes:
|
||||
|
||||
Start by renaming the `./groups` folder to `./components` in your project root folder.
|
||||
|
||||
Components now are placed into `categories`. To reflect this you must move all your components inside a `category` folder.
|
||||
Components now are placed into `categories`. To reflect this you must move your components inside `category` folders.
|
||||
|
||||
::: danger
|
||||
Make sure tu use `-` in your file names (Do not use spaces or underscores).
|
||||
:::
|
||||
|
||||
### Example
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user