dc-accelerators-content-rendering-service
Version:
Amplience DC Frontend modules, using HTML Service
25 lines (24 loc) • 587 B
JSON
{
"$schema": "http://bigcontent.io/cms/schema/v1/schema#",
"id": "https://unpkg.com/dc-accelerators-content-rendering-service/dist/contentTypes/externalblock.json",
"title": "External Block",
"description": "External Block",
"allOf": [
{
"$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content"
}
],
"propertyOrder": [
"external"
],
"type": "object",
"properties": {
"external": {
"type": "string",
"minLength": 0,
"maxLength": 2000,
"title": "External",
"description": "Insert HTML code"
}
}
}