Files
encoach_cms/src/components/home-page/modules.json
2024-03-18 10:21:00 +00:00

30 lines
635 B
JSON

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