dancecard-email-schemas
Version:
Schemas for objects for Dancecard Email Nurturing System
19 lines (17 loc) • 401 B
JavaScript
;
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;