Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Paul Massendari Regular
Grav Forum Moderators
@paul · Joined 9 years ago · 143 posts · 0 topics · 53 reputation
Badges
Recent posts
-
Remove default dropdown option for the content creation modal
· 8 years ago
Never tried, but as the plugin display the dropdown by picking the blueprint located in user/plugins/admin/blueprints/admin/pages I guess you could overwrite these blueprints by creating some empty fi
-
Advanced blue print for multi level front matter
· 8 years ago
There is also the multilevel field, which is still a WIP and not documented yet, but could fit your needs.
-
How to assign meta data for taxonomy output pages (for categories and tags pages) Using the SEO plugin v2.3.4?
· 8 years ago
Hi @dydaevskiy Author of the seo plugin here, This is indeed a case which is in my opinion a bit out of the scope of this plugin and is probably better handled with twig only. Feel free to suggest it
-
Dynamic page/content routing
· 8 years ago
Hi bobwal, I think you might be looking for the flex directory plugin: https://github.com/trilbymedia/grav-plugin-flex-directory
-
Redirect from inside a modular page
· 8 years ago
It depends on how this menu is generated? Is it from a Grav theme?
-
Pulling two random images from folder
· 8 years ago
You almost got it! This should work {% set image = page.media.all|randomize %} {% if image|first %} {{ image|first.cropResize(400,400).html(’’,’’,‘align-’~page.header.image_align) }} {{ image|last.cro
-
Apply body class from parent page?
· 8 years ago
Glad you found it! I made an error indeed, correct twig was {{ page.parent.header.body_classes }}
-
Trying to set advanced / overrides / visible to DISABLED by default in my page blueprint
· 8 years ago
You might have to set default to 1 or to redefine the whole field, so something like this should work: title: MyTitle '@extends': type: default context: blueprints://pages form: fields:
-
Apply body class from parent page?
· 8 years ago
you could use {{ page.parent.body_classes }}
-
How to correctly override taxonomy category field in admin?
· 8 years ago
you can check for original blueprints in system/src/blueprints