footer, feedback, subscribe
This commit is contained in:
15
yoga-cms/src/components/yoga-site/button.json
Normal file
15
yoga-cms/src/components/yoga-site/button.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"collectionName": "components_yoga_site_buttons",
|
||||
"info": {
|
||||
"displayName": "button"
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"label": {
|
||||
"type": "string"
|
||||
},
|
||||
"link": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
yoga-cms/src/components/yoga-site/link.json
Normal file
16
yoga-cms/src/components/yoga-site/link.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"collectionName": "components_yoga_site_links",
|
||||
"info": {
|
||||
"displayName": "link",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"linkLabel": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkHref": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user