UNPKG

@amp-nova/dc-accelerators

Version:

Amplience DC Frontend modules

25 lines (24 loc) 599 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/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" } } }