@amp-nova/dc-accelerators
Version:
Amplience DC Frontend modules
79 lines (78 loc) • 1.97 kB
JSON
{
"$schema": "http://bigcontent.io/cms/schema/v1/schema#",
"id": "https://s3-eu-west-1.amazonaws.com/dev-solutions/DC-accelerators-v2.0.0/dist/contentTypes/promo.json",
"title": "Promo List Section",
"description": "Promo List Section",
"allOf": [
{
"$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content"
}
],
"propertyOrder": [
"icon",
"backgroundColour",
"topLine",
"toplineColour",
"bottomLine",
"bottomlineColour",
"link"
],
"type": "object",
"properties": {
"icon": {
"title": "Icon",
"description": "insert a PNG to be used as an icon",
"type": "object",
"allOf": [
{
"$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/image-link"
}
]
},
"backgroundColour": {
"type": "string",
"minLength": 3,
"maxLength": 6,
"title": "Background Colour",
"description": "Add a Hex value"
},
"topLine": {
"type": "string",
"minLength": 0,
"maxLength": 500,
"title": "Top Line",
"description": "Enter top line of the promo list section"
},
"toplineColour": {
"type": "string",
"minLength": 3,
"maxLength": 6,
"title": "Top Line Text Colour",
"description": "Add a Hex Value"
},
"bottomLine": {
"type": "string",
"minLength": 0,
"maxLength": 500,
"title": "Bottom Line",
"description": "Enter bottom line of the promo list section"
},
"bottomlineColour": {
"type": "string",
"minLength": 3,
"maxLength": 6,
"title": "Bottom Line Text Colour",
"description": "Add a Hex Value"
},
"link": {
"title": "Link",
"description": "",
"type": "object",
"allOf": [
{
"$ref": "https://s3-eu-west-1.amazonaws.com/dev-solutions/DC-accelerators-v2.0.0/dist/contentTypes/link.json"
}
]
}
}
}