@amplience/dynamic-content-accelerators
Version:
Amplience DC Frontend modules, using HTML Service
24 lines • 601 B
JSON
{
"$schema": "http://bigcontent.io/cms/schema/v1/schema#",
"id": "https://unpkg.com/@amplience/dynamic-content-accelerators/dist/contentTypes/externalblock.json",
"title": "External block",
"description": "External block accelerator",
"allOf": [
{
"$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content"
}
],
"type": "object",
"properties": {
"external": {
"type": "string",
"minLength": 0,
"maxLength": 2000,
"title": "External",
"description": "Insert HTML code here"
}
},
"propertyOrder": [
"external"
]
}