Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Augustus Newcomer
@aev · Joined 7 months ago · 4 posts · 1 topics · 0 reputation
Badges
Recent posts
-
Modular page blueprints load, but their custom fields don’t appear in Admin
· 7 months ago
Grav skips blueprints inside the theme/blueprints/modular folder as long as the theme/blueprints/pages folder exists, even if this folder is empty. When creating blueprints in a theme, IF the pages di
-
Modular page blueprints load, but their custom fields don’t appear in Admin
· 7 months ago
My directory was ├── blueprints │ ├── modular │ │ └── hero.yaml │ └── pages │ └── knowledge.yaml It now works as expected when I moved modular inside pages ├── blueprints │ └── pages
-
Modular page blueprints load, but their custom fields don’t appear in Admin
· 7 months ago
@pamtbaau Thank you for the quick response! The issue was with blueprints directory. Here is a detailed solution for anyone discovering this too: /forum/forms-blueprints/module-blueprint-t4095
-
Modular page blueprints load, but their custom fields don’t appear in Admin
· 7 months ago
I’m working on a custom theme and creating new modular sections. Grav does detect the modular types (they appear in the template selection dropdown), and the .html.twig and .yaml files are all in the