UNPKG

dc-accelerators-content-rendering-service

Version:
41 lines (40 loc) 1.02 kB
{ "$schema": "http://bigcontent.io/cms/schema/v1/schema#", "id": "https://unpkg.com/dc-accelerators-content-rendering-service/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)" } } }