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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Pre-fill a new page · 10 years ago

    Thanks for the reply. I added the request, #490

  • Pre-fill a new page · 10 years ago

    Currently this feature does not exist, you could put a request in on the Admin Issues tracker: https://github.com/getgrav/grav-plugin-admin/issues

  • Pre-fill a new page · 10 years ago

    Is there a way of "pre-filling" a new page with default data? This could be usefull for shops/blogs to create consitency in the layout. "create a new page based on X" Then the X blank page could be pr

  • Filter through taxonomy · 10 years ago

    could you provide an example ? thanks !

  • Filter through taxonomy · 10 years ago

    It looks like you need to setup your collection with some taxonomy filters as in the docs....

  • Filter through taxonomy · 10 years ago

    How can I manipulate page collections so that they only contain items of pages that have a certain value as taxonomy? {% set page_collection = page.collection %} ---

  • Modular page content custom order · 10 years ago

    Thank you, rhukster! Works!

  • Modular page content custom order · 10 years ago

    Will try it with the slug defined.

  • Modular page content custom order · 10 years ago

    The custom order is based on the 'slug' of the modular pages.. that is usually based on the folder names of those modular pages. So do those match the ones you've specified in your custom order?

  • Modular page content custom order · 10 years ago

    I am trying to get modular page content in a custom order, but so far, no luck. Content is displayed, but in a wrong order. Here is a code of modular.html.twig: {% for module in collection %} <di