Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Ron Wardenier Regular
@bleutzinn · Joined 9 years ago · 252 posts · 14 topics · 75 reputation
Badges
Recent posts
-
How to show Github files like Grav Documentation?
· 6 years ago
First of all, I didn't check but I'm pretty sure I remember there's a plugin setting to sync the theme files too. It just defaults to the page folder only.
-
Grav.user.username twig variable not substituting in destination field in frontmatter
· 6 years ago
Hi @GavinTomlins, welcome to the Grav Forum. Grav is capable of processing Twig in the page frontmatter. The setting for that is either in the Admin Plugin: set Process frontmatter Twig to On in the C
-
How to autoload vendor classes in a plugin?
· 6 years ago
Did you use Composer from the command line while in the root directory of your own plugin? See Mollie API docs.
-
How to autoload vendor classes in a plugin?
· 6 years ago
Your code looks OK. What if you remove this line: use Mollie\Api\MollieApiClient;
-
Include .md file in default.md
· 6 years ago
The following code is a modified version of the Page Inject Plugin which features a third kind of injection: [plugin:markdown-inject](/route/to/file). The plugin will look for the file starting at the
-
Dynamic Fields as mentioned in grav documentation
· 6 years ago
Another suggestion since you want to create a form field dynamically, is to look at how the Dynamic Form Plugin does exactly that.
-
Multi language image metadata generates error
· 6 years ago
The error indicates that a simple string is required but instead an array is supplied. In this case: { "en": "Title", "it": "Titolo" } You need to specify which text string to use by being more specif
-
Dynamic Fields as mentioned in grav documentation
· 6 years ago
You can. When you set values for label and type through a form which uses the first blueprints and then use data-label@ and data-type@ in the second. I've never tried data-type@ but in theory it shoul
-
Dynamic Fields as mentioned in grav documentation
· 6 years ago
Hello @I4mabdul, welcome to the Grav forum. The documentation on dynamic fields is rather basic. The Form Prefiller Plugin though has a couple of use cases in it's example page like setting option fie
-
Problems with select field
· 6 years ago
Thank you for digging into this and providing a solution. I tested with validate.type: array and indeed it's working. What a great relief! Of course I will make a PR towards the documentation. Again t