UNPKG

@amp-nova/dc-accelerators

Version:

Amplience DC Frontend modules

26 lines (25 loc) 593 B
{ "$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/text.json", "title": "Text Acclerator", "description": "Text Accelerator", "allOf": [ { "$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content" } ], "propertyOrder": [ "text" ], "type": "object", "properties": { "text": { "type": "string", "format": "markdown", "title": "Text", "description": "", "minLength": 0, "maxLength": 6000 } } }