UNPKG

dancecard-email-schemas

Version:

Schemas for objects for Dancecard Email Nurturing System

16 lines (13 loc) 306 B
let CTABlockSubtype = { "id": "./CTABlockSubtype", "title": "CTABlockSubtype", "description": "A Template Block Subtype for rendering a call to action", "type": "object", "properties": { "dummyfield": { "description": "", "type": "string" } } } export { CTABlockSubtype }