footer, feedback, subscribe

This commit is contained in:
Schneider Roland
2025-01-21 23:19:02 +01:00
parent a068aeb375
commit 86dda89db9
43 changed files with 841 additions and 162 deletions

View File

@@ -0,0 +1,15 @@
{
"collectionName": "components_yoga_site_buttons",
"info": {
"displayName": "button"
},
"options": {},
"attributes": {
"label": {
"type": "string"
},
"link": {
"type": "string"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"collectionName": "components_yoga_site_links",
"info": {
"displayName": "link",
"description": ""
},
"options": {},
"attributes": {
"linkLabel": {
"type": "string"
},
"linkHref": {
"type": "string"
}
}
}