dancecard-email-schemas
Version:
Schemas for objects for Dancecard Email Nurturing System
19 lines (17 loc) • 407 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var FileBlockSubtype = {
"id": "./FileBlockSubtype",
"title": "FileBlockSubtype",
"description": "A Template Block Subtype for rendering files/attachments",
"type": "object",
"properties": {
"dummyfield": {
"description": "",
"type": "string"
}
}
};
exports.FileBlockSubtype = FileBlockSubtype;