Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Custom page blueprint. Help with twig template for image display
· 9 years ago
Hi, I have been struggling to get a twig layout working when I assign a custom page blueprint. In my blueprint I have created a new tab with some custom fields. one of these custom fields is an image.
-
How to use <audio> and <video> tag features (autoplay, muted..)
· 9 years ago
Not sure if control tags can be used in markdown so far. But a link looks like:  You can use html
-
How to use <audio> and <video> tag features (autoplay, muted..)
· 9 years ago
Hi everyone, I'm a newbie of Grav (just started yesterday), I have a very simple question about <audio> and <video> tag features. I want to insert an mp3 content using the standard text
-
How to setup contactform
· 9 years ago
Full example in Docs.
-
How to setup contactform
· 9 years ago
Hi there, I am finishing up my website and the only thing I need to do now is setup the contact form. I am kinda new into webdesign/development, and I don't really know what to do now. So... How do I
-
Twig Reference for Blueprint Fields YAML
· 9 years ago
I think you've duplicated the header field in your blueprint. page.header will already get you into the fields so change header.buttons to just buttons and then your twig code should work as is.
-
Twig Reference for Blueprint Fields YAML
· 9 years ago
Hi guys, I need a little help. I made a blueprint for a modular element, and added some buttons: header.buttons: name: buttons type: list style: vertical label: Buttons fields: .text:
-
Document location to twig template
· 9 years ago
I have some buttons with onclick functions that take you to a php page with 'document.location' but I'm pretty sure that's not the Grav way of doing things. So how does one make onclick events take yo
-
Filtering Pages field with blueprints
· 9 years ago
That works, thank you!
-
Filtering Pages field with blueprints
· 9 years ago
You can set the start_route property on the field, and it will return only children pages of that route (in your case, /authors)