Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Dion Member
@dion · Joined 8 years ago · 14 posts · 5 topics · 1 reputation
Badges
Recent posts
-
Assets performance, PSI and loadCSS
· 7 years ago
If you want to use loadCSS to all of your css files. {{ assets.css('head', {'rel':'preload', 'as':'style', 'onload':'this.rel="stylesheet"'}) }} <noscript>{{ assets.css()|raw }}</noscript&
-
Plugin admin Unable to upload file : Bad filename
· 7 years ago
Having this issue too.
-
Override (modular content)yaml files in themes templates/modular folder
· 7 years ago
Solution: https://github.com/getgrav/grav/issues/881
-
Override (modular content)yaml files in themes templates/modular folder
· 7 years ago
Hi @paulhibbitts, Tried but still not working. Thanks for your response.
- [Contact Form]] Can't get field label inside fieldset in email · 7 years ago
-
[Contact Form]] Can't get field label inside fieldset in email
· 7 years ago
title: Careers media_order: 'career banner.jpg' visible: true content: items: '@self.children' order: by: date dir: desc limit: 5 pagination: true from: asdasd to: asdasd pagination: true forms: caree
-
Override (modular content)yaml files in themes templates/modular folder
· 7 years ago
I'm trying to override the blueprints(yaml) of modular contents, but it doesn't override. But in page contents, i was able to override the blueprints(yaml) easily. Is there a way to do it? or I just m
-
Various Content based on the member's level in the page
· 7 years ago
It seems like you're referring to field permission. I think its not in grav at the moment, see this link: https://github.com/getgrav/grav/issues/2547
-
Various Content based on the member's level in the page
· 7 years ago
I'm not quiet sure if you're referring the "content" to a page or a field. I hope this link can help: https://github.com/getgrav/grav-plugin-login/issues/166
-
Blueprint Field Type List Limit
· 7 years ago
Is there a way to limit list items? Example: I want to add groups, but this can only be limit to 3 Group 1 Group 2 Group 3 Related issue here: /forum/archive/list-limit-t4907 Thanks