formiojs
Version:
Common js library for client side interaction with <form.io>
19 lines (18 loc) • 336 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
'conditional': {
'eq': '',
'when': null,
'show': ''
},
'tags': [],
'type': 'content',
'html': '<h1>This is a test</h1>\n',
'input': false,
'key': 'content1'
};
exports.default = _default;