Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Field listing pages in yaml config
· 10 years ago
I'm new to twig/yaml/grav so apologies if I'm going about this in the wrong way. I want to specify a select list in a yaml file that is populated a list of all pages in the site. I figure this should
-
How to get single image from config file
· 10 years ago
A better solution is to drop your logo image in your theme, or even in a location such as user/images/ and then you can access the logo easily via: <img src="{{ url('image://my-logo.png') }}" />
-
How to get single image from config file
· 10 years ago
As I examined the documentation, the output image title and description, you should create [image.name].yaml where you will see the title and description.
-
How to get single image from config file
· 10 years ago
I tried just using {{config.details.logo.html}} with no success. And I don't understand the question "Why two points after the URL?" Thanks for the help. I appreciate it.
-
How to get single image from config file
· 10 years ago
May be you should specify something like this: {{ ...logo.html }} And why two points after the url?
-
How to get single image from config file
· 10 years ago
So, I'm just getting started with Grav. Everything seems fairly simple and straightforward. I've got a custom config at user>config>themes>details.yaml and have setup a blueprint at user&
-
Setting up plugin core plus add-ons on GitHub
· 10 years ago
The plugin I'm working on actually depends on the Shortcode Core plugin and this works well. I assume I have to extend the way that dependency works towards the dependencies between my add-ons and the
-
Setting up plugin core plus add-ons on GitHub
· 10 years ago
I definitely recommend using any of our Grav 'core-team' plugins as examples. Any plugins that have relationships can be setup via blueprints with dependencies. That way the required plugin will be i
-
Setting up plugin core plus add-ons on GitHub
· 10 years ago
Now that my plugin is nearing it's first test release I'm seeking good examples of how to setup GitHub. The plugin consists of a generic core with add-ons similar to the Shortcode Core plugin with it'
-
Recaptcha in modular form
· 10 years ago
If you don't populate these recapatcha values in your form, it should pull the values automatically from your plugin configuration.