Tag: cms
How to access language var from PHP in Grav CMS?
Gravs documentation is a little bit harsh on PHP developers that want to write plugins. What can you do in this situation? Look trough source code, check other plugins or var_dump $this object 🙂 I’ve spent some time searching for an answer how to access language var in plugins class. And this is it: Have […]
Add template identifiers in Grav
You can add template id’s to debug your Grav website. Check that: Will output:
Mobile Menu for Modular Page (Grav issue)
I’ve found a solution for problem with with mobile menu in Grav CMS. Read more for details.