I created new page via admin panel - Projects.
It created:
user/pages/0.3.projects/projects.md
I created new template in THEME/templates/projects.html.twig
- this works.
Then I created blueprint in THEME/blueprints/projects.yaml
with this code:
title: Projects
@extends:
type: default
context: blueprints://pages
form:
validation: loose
fields:
tabs:
type: tabs
active: 1
fields:
content:
type: tab
title: PLUGIN_ADMIN.CONTENT
fields:
header.heading:
type: text
limit: 1
label: Heading
fields:
header.text:
type: textarea
limit: 1
label: Text
(i just copied it from other Grav project, where it works)
And It’s just not showing up in admin. I tried it with several pages, tried cleaning Grav cache, and I just can’t make it show itself.