UNPKG

dancecard-email-schemas

Version:

Schemas for objects for Dancecard Email Nurturing System

19 lines (17 loc) 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var VideoBlockSubtype = { "id": "./VideoBlockSubtype", "title": "VideoBlockSubtype", "description": "A Template Block Subtype for rendering a video", "type": "object", "properties": { "dummyfield": { "description": "", "type": "string" } } }; exports.VideoBlockSubtype = VideoBlockSubtype;