corrected new components path to include category and be understandable

This commit is contained in:
hkovacs 2020-01-10 15:14:23 +02:00
parent e20ed1b1fd
commit 3f0d5d5408

View File

@ -496,7 +496,7 @@ RENAME TABLE groups_old_table_name TO components_new_table_name;
**2. Change the `collectionName` of the component**
**Before**
`./components/component.json`
`./components/yourcategoryname/yourcomponentname.json`
```json
{
@ -506,7 +506,7 @@ RENAME TABLE groups_old_table_name TO components_new_table_name;
```
**After**
`./components/component.json`
`./components/yourcategoryname/yourcomponentname.json`
```json
{
@ -565,7 +565,7 @@ db.collection.renameCollection('groups_my_group', 'components_my_component');
**3. Change the `collectionName` of the component**
**Before**
`./components/component.json`
`./components/yourcategoryname/yourcomponentname.json`
```json
{
@ -575,7 +575,7 @@ db.collection.renameCollection('groups_my_group', 'components_my_component');
```
**After**
`./components/component.json`
`./components/yourcategoryname/yourcomponentname.json`
```json
{