This used to work and it no longer does for me. After a few days of tinkering and reading through the docs, I'm stumped. Please let me know if you have an example of modular blueprints working correctly, or can see the issue in my approach.
This is an example I tried using a fresh Quark theme download today. I do not see the Admin tabs that the modular blueprint file should be adding.
File structure
TXTuser | +---pages | \---01.home | | modular.md | | | \---01._hero | header.jpg | hero.md | \---themes \---quark \---blueprints \---modular hero.yaml
Content of the .md files
(for good measure)
modular.md
---
title: Home
content:
items: '@self.modular'
body_classes: 'title-h1h2 header-transparent'
menu: Home
onpage_menu: false
---
hero.md
---
title: 'Homepage Top Image'
menu: Top
hero_classes: 'text-light title-h1h2 parallax overlay-dark-gradient hero-fullscreen'
hero_image: header.jpg
---