@amp-nova/dc-accelerators
Version:
Amplience DC Frontend modules
41 lines (40 loc) • 1.04 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/roundel.json",
"title": "Roundel",
"description": "Roundel Accelerator",
"allOf": [
{
"$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content"
}
],
"propertyOrder": [
"roundel",
"roundelRatio",
"roundelPosition"
],
"type": "object",
"properties": {
"roundel": {
"$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/image-link"
},
"roundelRatio": {
"type": "number",
"title": "Roundel Ratio",
"description": "A value between 0 and 10 e.g. 0.6 (1 by default)",
"minimum": 0,
"maximum": 10
},
"roundelPosition": {
"type": "string",
"enum": [
"Top Left",
"Top Right",
"Bottom Left",
"Bottom Right"
],
"title": "Roundel Position",
"description": "Roundel Position (centered by default)"
}
}
}