dancecard-email-schemas
Version:
Schemas for objects for Dancecard Email Nurturing System
23 lines (21 loc) • 461 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var TextBlockSubtype = {
"id": "./TextBlockSubtype",
"title": "TextBlockSubtype",
"description": "A Template Block Subtype for rendering text",
"type": "object",
"properties": {
"formal": {
"description": "",
"type": "string"
},
"casual": {
"description": "",
"type": "string"
}
}
};
exports.TextBlockSubtype = TextBlockSubtype;