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