formiojs
Version:
Common js library for client side interaction with <form.io>
27 lines (26 loc) • 536 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
'key': 'html1',
'input': false,
'tag': 'img',
'attrs': [{
'value': 'https://www.w3.org/html/logo/downloads/HTML5_Logo_512.png',
'attr': 'src'
}],
'className': 'thumbnail',
'content': '',
'type': 'htmlelement',
'tags': [],
'customConditional': 'show = false;',
'conditional': {
'show': '',
'when': '',
'eq': ''
},
'refreshOnChange': true
};
exports.default = _default;