Здравствуйте, я новичок в мире апострофа, и у меня возник вопрос, может ли элемент массива быть скрыт с помощью showFields, если он вызван извне.
module.exports = {
extend: 'apostrophe-widgets',
label: 'One Column',
addFields: [
{
type: 'select',
name: 'columnType',
label: ' How many type columns do you want?',
choices: [
{
label: '1',
value: '1',
showFields: [ ...]
},
},
{
name: 'columns',
label: 'Column',
type: 'array',
titleField: 'array',
schema: [
{
type: 'select',
name: 'column1',
label: 'size column 1',
choices: [
{label: '',value: '',},
{label: '1',value: '-1',},
]
},
]
}
],
}
Можно было бы скрыть элемент column1.Если вы вызываете из атрибута columnType из showfiel?