Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
The Array Field in blueprints.yaml
· 9 years ago
Of course I use tags to output the Title for example: {% for service in page.header.service %} {{ service.title }} {% endfor %} But how do I get the array? About it no where does it say.
-
The Array Field in blueprints.yaml
· 9 years ago
If it's an array, you cannot print it using {{ var }}. You need to iterate over it, just like in PHP / JS. Using the for tag for example: http://twig.sensiolabs.org/doc/2.x/tags/for.html
-
The Array Field in blueprints.yaml
· 9 years ago
Please tell me how to get the array of fields from blueprints.yaml form, something like the type of meta.name and meta.content, but with custom settings. Example: form: fields: tabs: type:
-
Do I have to manually update if I manually made changes to system configuration?
· 9 years ago
Every plugin and theme, when updated, will overwrite the files in its own folder. There is no way to preserve your changes in user/plugin/ and user/themes/. The settings in particular are stored unde
-
Do I have to manually update if I manually made changes to system configuration?
· 9 years ago
Well, your right: the docs could be a bit more precise. No good description of admin plugin tab. Should be added. Admin
-
Do I have to manually update if I manually made changes to system configuration?
· 9 years ago
I'm really sorry please forgive my ignorance. I wrongly assumed that admin plugin was configured via the settings tab, which until I just saw the the subtabs didn't include admin.yaml. Which was why I
-
Do I have to manually update if I manually made changes to system configuration?
· 9 years ago
Look in the reply of rhukster above: "If you use the admin plugin to make changes, it will automatically create this file." And if you don't make your changes via admin panel, why do you install it? I
-
Do I have to manually update if I manually made changes to system configuration?
· 9 years ago
I see I'll do that the next time I update. May I suggest create a copy automatically in the config/plugins folder upon grav installation rather than manual copy?
-
Do I have to manually update if I manually made changes to system configuration?
· 9 years ago
Ok, maybe you are misreading. You must only edit user/config/plugins/admin.yaml. If you don't already have a config file you can simply copy the user/plugins/admin/admin.yaml file into the user/confi
-
Do I have to manually update if I manually made changes to system configuration?
· 9 years ago
I'm fairly certain I the file I modified was user/plugins/admin/admin.yaml I also just checked there is no admin.yaml under user/config/plugins/admin.yaml I was super careful this time because I start