@amplience/dynamic-content-accelerators
Version:
Amplience DC Frontend modules, using HTML Service
24 lines • 490 B
JSON
{
"$schema": "http://bigcontent.io/cms/schema/v1/schema#",
"id": "{CONTENT_TYPE_BASEPATH}/text.json",
"title": "Text",
"description": "Text accelerator",
"allOf": [
{
"$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content"
}
],
"type": "object",
"properties": {
"text": {
"type": "string",
"format": "markdown",
"title": "Text",
"minLength": 0,
"maxLength": 6000
}
},
"propertyOrder": [
"text"
]
}