infinity-forge
Version:
64 lines • 2.31 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.dynamicCustom = void 0;
exports.dynamicCustom = {
refSection: 'quality-numbers-highlightsaaaa',
isGlobal: true,
fields: { title: {}, description: {} },
customForm: {
inputs: [
[
{
name: 'items',
InputComponent: 'InputManager',
placeholder: 'Item',
label: 'Adicionar mais um item',
gridColumns: 2,
inputs: [
[
{
InputComponent: 'Input',
name: 'number',
label: 'Número',
i18n: { disabled: true },
},
],
[
{
InputComponent: 'Input',
name: 'text',
label: 'Texto',
},
],
[
{
InputComponent: 'Input',
name: 'sufix',
label: 'Sufixo',
i18n: { disabled: true },
},
],
[
{
InputComponent: 'Input',
name: 'prefix',
label: 'Prefixo',
i18n: { disabled: true },
},
],
[
{
InputComponent: 'InputFile',
name: 'image',
label: 'Imagem',
sizeImageFile: '60x60',
upload: { version: 'v2' },
},
],
],
},
],
],
},
};
//# sourceMappingURL=dynamic-custom.js.map