Badges
Creator of Grav CMS + other things...
Recent posts
-
Quark Template Menu issue when using modular pages
· 9 years ago
Quark (like Antimatter) will show an on-page menu if unless there is a setting in the page header of the modular parent page that states: onpage_menu: false
-
Proc_open needs to be enabled for forms?
· 9 years ago
I can't find any explicit use of proc_open() in our code so not sure what is calling that, or why it works for 99.9% of everyone but not you. Was there any other details in the error message?
-
Admin Panel - Can users create or edit image.meta.yaml files?
· 9 years ago
We have plans to add support for metadata editing, but just not gotten around to it yet
-
Slug validation rule fails in default.yaml - bug?
· 9 years ago
Hmm.. try this to reference it in the field: validate: required: true rule: slug If this works, we have a typo in the docs.
-
Docker Image base on linuxserver/alpine
· 9 years ago
Thanks! Will check it out when i get a mo!
-
Slug validation rule fails in default.yaml - bug?
· 9 years ago
You have to define the rule in the form: https://learn.getgrav.org/forms/blueprints/advanced-features#defining-validation-rules So not a bug :)
-
What technology is used by grav
· 9 years ago
Read the docs: https://getgrav.org/features https://getgrav.org/about https://learn.getgrav.org/basics/what-is-grav Plenty more if you google.
-
Why doesn't Gantry 5 run as Multisite?
· 9 years ago
Multisite is complicated :) . That's the main reason. Multisite for Grav already adds significant complexity that the Grav Admin plugin is not even fully multisite compatible. Gantry adds another lev
-
Update to Symfony 4
· 9 years ago
As answered on the Github issues, Symfony 4 has much stricter PHP requirements than Grav does. This means that we would have to only support PHP 7.1.3+, while currently, Grav supports PHP 5.5.9+. We
-
Trailing slash at end of URLs
· 9 years ago
This option is really only to handle external links that have a trailing slash to be redirected to the URL without it. While Grav 'supports' URLs with a trailing slash, the default URLs do not have t