UNPKG

dancecard-email-schemas

Version:

Schemas for objects for Dancecard Email Nurturing System

19 lines (17 loc) 364 B
let TextBlockSubtype = { "id": "./TextBlockSubtype", "title": "TextBlockSubtype", "description": "A Template Block Subtype for rendering text", "type": "object", "properties": { "formal": { "description": "", "type": "string" }, "casual": { "description": "", "type": "string" } } } export { TextBlockSubtype }