Created the rest of the structure of the CMS

This commit is contained in:
Tiago Ribeiro
2024-03-18 10:21:00 +00:00
parent edeae4a8c3
commit bd0b7a32ff
62 changed files with 14701 additions and 133 deletions

View 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"
}
}
}