hi, i have this blueprint. is there and options to display columns on condition?
campos:
type: fields
fields:
ordenes:
label: Ordenes
type: structure
columns:
codigo:
width: 1/10
nomenclador:
width: 9/10
align: left
when:
toggle: nomenclador
fields:
toggle:
label: selecciones
type: radio
default: manual
options:
nomenclador: 'nomencaldor'
memo: 'memo'
manual: 'manual'
codigo:
type: text
description:
type: textarea
nomenclador:
label: Seleccione
type: multiselect
layout: list
separator: ;
options: query
min: 1
max: 1
autofocus: false
required: false
when:
toggle: nomenclador
query:
fetch: site.find('nomencladores').drafts
text: "{{ page.title }} | {{ page.description.excerpt(80) }}"
value: "{{ page.title }}"
and the panel