UNPKG

infinity-forge

Version:
36 lines 1.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.atena_codie_panel_keys = void 0; var atena_codie_panel_keys = { panel_configurations: { refSection: 'panel_configurations', isGlobal: true, editModeIsOutside: true, customForm: { inputs: [ [ { InputComponent: 'InputColor', name: 'jsonContent.primaryColor', label: 'Cor primária', }, { InputComponent: 'InputColor', name: 'jsonContent.secondaryColor', label: 'Cor secundária', }, ], [ { InputComponent: 'InputFile', name: 'jsonContent.panelLogo', multiple: false, uploadFileVersion: 'v2', }, ], ], }, }, }; exports.atena_codie_panel_keys = atena_codie_panel_keys; //# sourceMappingURL=keys.js.map