Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
binary.koala Newcomer
@binary.koala · Joined 3 years ago · 4 posts · 3 topics · 0 reputation
Badges
Recent posts
-
In-depth/complete documentation of Grav functionality
· 2 years ago
Hi everyone, Is there Grav documentation that contains complete syntax and parameters for Twig functions implemented in Grav? For example - I've been searching for a way to list media of all types on
-
Display video uploaded to Grav, please advise
· 2 years ago
Hi, I'm looking to be able to upload mp4 video to Grav and be able to use partials or loop over video files by tag or else, just the same way we do it for images So far most of my searches resulted in
-
Getting page content element from page collection
· 3 years ago
Hi, thanks for the response. What I would like to achieve is to be able to extract partial content of child, say first <p></p>. {{ child.summary }} gets me pretty close but i would still
-
Getting page content element from page collection
· 3 years ago
Hi, I'm very new to Grav and looking for a way to extract page child element from page.collection array, alike getting images using a loop: {% for p in page.collection %} <li><a href={{ p