Skip to content
Grav 2.0 is officially stable. Read the announcement →

Ron Wardenier Regular

@bleutzinn · Joined 9 years ago · 252 posts · 14 topics · 75 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Grav as Headless CMS · 6 years ago

    I kind of just stumbled upon Awesome Grav Stuff which includes a link to a rather lengthy and detailed article "Grav as Headless CMS Tied to Gatsby with GraphQL Schema".

  • Disable scroll wheel zoom on Leaflet? · 6 years ago

    Just like with Leaflet disabling control on a map component is something which is done in Javascript. Once you know how to do it you can start using a Grav Twig template to make these setting variable

  • Shortcode section cache problem · 6 years ago

    In the blog post about the upcoming version 1.7 I read that it will feature a finer granulated coaching mechanism. In the mean time you could try using cache_enabled: false in the specific page frontm

  • How to save form data and uploaded files into the same unique subdirectory? · 6 years ago

    In what aspect is the Add Page By Form Plugin failing to achieve this? Assuming you tried it?

  • TWIG Escape Filter · 6 years ago

    Not being an expert at all on this matter I would say using e(html) or the equivalent e filter for a page title isn't needed at all.

  • Grav as Headless CMS · 6 years ago

    By creating Twig templates which output Grav pages as JSON you could come a long way. Learn how in https://learn.getgrav.org/16/content/content-types Recently a new REST API plugin for GravCMS was rel

  • Front-end form: select (multiple) not saving values · 6 years ago

    Probably something goes wrong with processing a select field in the Add Page plugin. Could you please create an issue in the plugin repository?

  • Using Grav for stats-based website · 6 years ago

    May I suggest you checkout the Flex Objects Plugin ?

  • Page.media.images vs page.media · 6 years ago

    The media_order suggests ordering of page.media and apparently it's working on a level deeper namely page.media.images. This sounds like a possible improvement. I suggest you post an issue in the core

  • Add 'access site.login true' to every page on page creation through Admin · 6 years ago

    You might want to look at /forum/themes-styling/how-to-create-default-frontmatter-for-my-docs-pages-t6851.