Hello,
I’d like to reuse a tab that contains multiple sections. I can successfully extend the tab, but is it possible to disable or override a section in that extended tab? Consider the following is a yml file in the blueprints/tabs folder named content.yml. How would I extend that and disable “sec_1”?
label: Content
icon: page
sections:
# Pages section
sec_1:
type: pages
headline: Subpages
image: false
empty: This page has no subpages
status: listed
# Fields section
sec_2:
type: fields
fields:
callout:
label: Callout
type: textarea
buttons: false
text:
label: Body
type: textarea