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

  • Markdown Header · 9 years ago

    Hi, I would like when I add #exampleheader at the end of my link , to arrive directly at the header in my page like in github with this link : https://github.com/getgrav/grav#adding-functionality you

  • Development Mode · 9 years ago

    Lots of resources on this on the net as it's not a Grav-specific thing: http://www.htaccesstools.com/articles/password-protection/

  • Development Mode · 9 years ago

    thank you, but could you explain the first option in a bit more depth?

  • Development Mode · 9 years ago

    Really the best option is to simply use .htaccess or something similar to ensure a user is logged in for development purposes. Alternatively you could look at the maintenance plugin.

  • Development Mode · 9 years ago

    How can I set Grav to Dev-Mode? Is there a setting to make the site private?

  • Filter pages · 9 years ago

    Ah, currently the pages field does not have those capabilities. Please create a ticket for that: https://github.com/getgrav/grav-plugin-admin/issues

  • Filter pages · 9 years ago

    Well, it's not about this... I mean in the backend, to filter pages by routes or by template when using a pages field

  • Filter pages · 9 years ago

    You need to have a collection defined in the page header in order to filter it further. The process of building a collection looks at the params to see if it should be filtered further. Have a look

  • Filter pages · 9 years ago

    or maybe filtering by route it would be enough...

  • Filter pages · 9 years ago

    I have a field of type page, and I'm wondering if I can filter the pages by page template. Thanks!