ff-webpage-cms/src/components/global/footer.json

23 lines
397 B
JSON
Raw Normal View History

2024-10-30 14:50:13 +01:00
{
"collectionName": "components_global_footers",
"info": {
"displayName": "Footer",
"icon": "apps",
"description": ""
},
"options": {},
"attributes": {
"copyright": {
"type": "string"
},
"designed_developed_by": {
"type": "string"
},
"links": {
"type": "component",
"repeatable": true,
"component": "shared.link"
}
}
}