Badges
Creator of Grav CMS + other things...
Recent posts
-
Backend (Admin Plugin): Ability to create/clone field on the admin site
· 9 years ago
That sounds like it would require a new custom field that handles the ability to 'copy' the current field and inject a new field into the form. Something along the lines of Array or List field, but j
-
Language specific pages
· 9 years ago
If you don't want a page to show up at all for a particular language, simply create the page for the language (e.g. yourpage.de.md) and set published: false. Did you try that?
-
Variable to input form via link button
· 9 years ago
I would put your products into an array in the frontmatter. Try this: title: Products Page process: twig: true products: - title: Product A link: products/product-a - title: Product B l
-
Website is very slow in spite of grav core feature (crazy fast..)
· 9 years ago
Cool we'll continue the conversation via email. Cheers!
-
Using Facebook plugin
· 9 years ago
You should post this question on the plugin's issues list: https://github.com/mikahanninen/grav-plugin-facebook/issues
-
Gantry Helium based multilingual site
· 9 years ago
Some multi-language support was just added to Gantry! https://github.com/gantry/gantry5/commit/9c487faa05b7ac8a054e4be001a8e22e1497ff7f
-
Backend (Admin Plugin): Ability to create/clone field on the admin site
· 9 years ago
Which field? what are you trying to achieve?
-
Markdown: paragraph on images
· 9 years ago
Another option although it's not optimal, is you can add a class to the image that provides a negative top/bottom margin to offset any paragraph tag. ![](yourimage.jpg?classes=p-offset and then for yo
-
Infinite redirect loop on fresh installation of Grav
· 9 years ago
What does your Nginx configuration look like?
-
IntelliJ Plugin for Grav
· 9 years ago
This is awesome. I use PHPStorm for all my Grav development and this will be really useful. Please let me know when PHPStorm support is ready and i'll definitely be up for testing it.