UNPKG

dancecard-email-schemas

Version:

Schemas for objects for Dancecard Email Nurturing System

16 lines (13 loc) 325 B
let GalleryBlockSubtype = { "id": "./GalleryBlockSubtype", "title": "GalleryBlockSubtype", "description": "A Template Block Subtype for rendering a gallery of images", "type": "object", "properties": { "dummyfield": { "description": "", "type": "string" } } } export { GalleryBlockSubtype }