strap about page custom query
This commit is contained in:
@@ -10,24 +10,53 @@
|
||||
"options": {
|
||||
"draftAndPublish": true
|
||||
},
|
||||
"pluginOptions": {},
|
||||
"pluginOptions": {
|
||||
"i18n": {
|
||||
"localized": true
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"title": {
|
||||
"type": "string"
|
||||
"header": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"component": "yoga-site.header-b",
|
||||
"pluginOptions": {
|
||||
"i18n": {
|
||||
"localized": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"type": "blocks"
|
||||
"ourServices": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"pluginOptions": {
|
||||
"i18n": {
|
||||
"localized": true
|
||||
}
|
||||
},
|
||||
"component": "yoga-site.our-services-component",
|
||||
"required": true
|
||||
},
|
||||
"image": {
|
||||
"type": "media",
|
||||
"multiple": false,
|
||||
"required": false,
|
||||
"allowedTypes": [
|
||||
"images",
|
||||
"files",
|
||||
"videos",
|
||||
"audios"
|
||||
]
|
||||
"aboutUs": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"pluginOptions": {
|
||||
"i18n": {
|
||||
"localized": true
|
||||
}
|
||||
},
|
||||
"component": "yoga-site.about-us",
|
||||
"required": true
|
||||
},
|
||||
"ourSpecialities": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"pluginOptions": {
|
||||
"i18n": {
|
||||
"localized": true
|
||||
}
|
||||
},
|
||||
"component": "yoga-site.our-specialities-component"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
15
yoga-cms/src/components/shared/title-description.json
Normal file
15
yoga-cms/src/components/shared/title-description.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"collectionName": "components_shared_title_descriptions",
|
||||
"info": {
|
||||
"displayName": "TitleDescription"
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
}
|
||||
}
|
||||
}
|
||||
27
yoga-cms/src/components/yoga-site/about-us.json
Normal file
27
yoga-cms/src/components/yoga-site/about-us.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"collectionName": "components_yoga_site_aboutuses",
|
||||
"info": {
|
||||
"displayName": "aboutUs"
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"header": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
},
|
||||
"content": {
|
||||
"type": "text"
|
||||
},
|
||||
"buttonLabel": {
|
||||
"type": "string"
|
||||
},
|
||||
"buttonLink": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
19
yoga-cms/src/components/yoga-site/header-b.json
Normal file
19
yoga-cms/src/components/yoga-site/header-b.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"collectionName": "components_yoga_site_header_bs",
|
||||
"info": {
|
||||
"displayName": "HeaderB",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"header1": {
|
||||
"type": "string"
|
||||
},
|
||||
"header2": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"collectionName": "components_yoga_site_our_services_components",
|
||||
"info": {
|
||||
"displayName": "OurServicesComponent",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"header": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"collectionName": "components_yoga_site_our_specialities_components",
|
||||
"info": {
|
||||
"displayName": "OurSpecialitiesComponent",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"header": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
},
|
||||
"specialityLeft1": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"component": "shared.title-description"
|
||||
},
|
||||
"specialityLeft2": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"component": "shared.title-description"
|
||||
},
|
||||
"specialityLeft3": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"component": "shared.title-description"
|
||||
},
|
||||
"specialityLeft4": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"component": "shared.title-description"
|
||||
},
|
||||
"specialityRight1": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"component": "shared.title-description"
|
||||
},
|
||||
"specialityRight2": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"component": "shared.title-description"
|
||||
},
|
||||
"specialityRight3": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"component": "shared.title-description"
|
||||
},
|
||||
"specialityRight4": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"component": "shared.title-description"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user