pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Process twig variable in a form frontmatter
· 8 years ago
Some further research... As said above, when the fields 'form' and 'forms' are not ignored, an error is thrown by json_decode() after Twig has parsed the frontmatter of form.md. I was using the form a
-
Strange behaviour of language switcher not picking up language specific slug
· 8 years ago
Have you set the 'slug' in the french page? Like: --- title: Acquisition slug: acquisition --- And in /user/config/system.yaml: pages: redirect_default_route: true
-
Process twig variable in a form frontmatter
· 8 years ago
Had some deeper look into the matter... TL;DR: 'form' and 'forms' fields are ignored by default during Twig processing of frontmatter. Looking at the Page section in the Configuration docs, I noticed
-
Process twig variable in a form frontmatter
· 8 years ago
I thought I had figured it out... But no, I didn't... I can get it to work for other frontmatter like: menu: "{{ page.title|upper }}" But not in form fields like: form: name: contact fields:
-
Animated GIFs not showing at Quark blog list page
· 8 years ago
Animated gifs are not seen as being of type 'image' but as 'animated image' (see Supported Media Files). In the blog template the 'hero_image' is selected from the set of 'images', which does not con
-
Advanced blue print for multi level front matter
· 8 years ago
For the coordinates you could use the Array Field with 'value_only: true'
-
How do I list a simple list of category and tag references?
· 8 years ago
I have updated post #8 Coming from Wordpress myself, I can understand that Grav shakes the ground a bit. But in a very fresh and welcoming way... Wordpress is big and got stuck in old code because of
-
How do I list a simple list of category and tag references?
· 8 years ago
I understand your frustration... Somehow I assumed you are a developer instead of a novice user... The functionality you requested does not come build-in with Grav. However, Grav is very flexible for
-
How do I list a simple list of category and tag references?
· 8 years ago
Ok then I probably understood your requirements… A note on the concept of taxonomy: The taxonomies listed in /user/config/site.yaml are not related. Tags cannot be assigned to categories. The list gen
-
How do I list a simple list of category and tag references?
· 8 years ago
Is this what you are trying to achieve? blog -> show all blog items with category 'blog' architecture -> show all blog items with category 'blog' and tag 'architecture' journal link ... other