UNPKG

dancecard-email-schemas

Version:

Schemas for objects for Dancecard Email Nurturing System

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