Hello, I'm new to Grav. I'm trying to created a new tab to add disclosures to the page. The pages I'm creating are different events that require their own custom disclosures and not just the same info.
I've created a template for Event pages in my custom theme (event.html.twig). I created a blueprints folder within my custom theme and created an event.yaml blueprint.
Here is my Blueprint code. Am I missing something. I've cleared the cache. I've even copied code from the Antimatter theme but nothing changes.
YAMLtitle: Disclosures '@extends': type: default form: fields: tabs: type: tabs active: 1 fields: content: type: tab title: Disclosure fields: header.disclosure: name: disclosure type: list style: vertical label: Disclosures fields: .title: type: text label: Title .content: type: textarea label: Disclosure