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

23 lines
391 B
JSON
Raw Normal View History

2024-10-30 14:50:13 +01:00
{
"collectionName": "components_global_footers",
"info": {
2024-11-01 11:20:16 +01:00
"displayName": "Fußzeile",
2024-10-30 14:50:13 +01:00
"icon": "apps",
"description": ""
},
"options": {},
"attributes": {
"copyright": {
"type": "string"
},
2025-02-14 13:57:42 +01:00
"maintained_by": {
2024-10-30 14:50:13 +01:00
"type": "string"
},
"links": {
"type": "component",
"repeatable": true,
2025-02-13 11:33:54 +01:00
"component": "items.link"
2024-10-30 14:50:13 +01:00
}
}
}