UNPKG

hrw-certificate-editor

Version:

Design Editor Tools with React.js + ant.design + fabric.js

37 lines 875 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { loggingLevel: { type: 'select', required: true, icon: '', label: 'LoggingLevel', span: 12, items: [ { label: 'DEBUG', value: 'DEBUG', }, { label: 'INFO', value: 'INFO', }, { label: 'WARN', value: 'WARN', }, { label: 'ERROR', value: 'ERROR', }, ], }, messageTemplate: { type: 'template', required: false, icon: '', label: 'MessageTemplate', span: 24, }, }; //# sourceMappingURL=DebugNodeConfiguration.js.map