Created the rest of the structure of the CMS
This commit is contained in:
29
src/components/home-page/modules.json
Normal file
29
src/components/home-page/modules.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"collectionName": "components_home_page_modules",
|
||||
"info": {
|
||||
"displayName": "Modules"
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"Reading": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"component": "section.title-with-text"
|
||||
},
|
||||
"Listening": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"component": "section.title-with-text"
|
||||
},
|
||||
"Writing": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"component": "section.title-with-text"
|
||||
},
|
||||
"Speaking": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"component": "section.title-with-text"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user