Ole Vik Regular
Grav Core Team
Grav Forum Moderators
@OleVik · Joined 9 years ago · 313 posts · 2 topics · 106 reputation
Badges
Recent posts
-
Access grav instance in cli #2
· 6 years ago
For reference, this reply covers it.
-
Does anyone know how to call another plugins public methods?
· 6 years ago
You can access public, static methods, but not class instances: https://github.com/getgrav/grav/pull/2277 If the plugin you're wanting to access delivers a service that can be instantiated, such as a
-
Can I remove Grav link and message?
· 7 years ago
Yes, you can delete it. The MIT-license is just about the most permissive code license out there.
-
grav.CRITICAL: syntax error, unexpected ''PLU' (T_ENCAPSED_AND_WHITESPACE) - Trace: #0
· 7 years ago
We'd have to see the full stack trace and know the environment the site runs on to be able to debug this.
-
Eliminate render-blocking resources
· 7 years ago
You'll have to adapt the templates, or use a theme that supports this, generally by it loading all scripts after the rest of the DOM and minimizing CSS-usage before the DOM starts to render. Eliminati
-
Pass method as parameter to class in form.md
· 7 years ago
@matepaiva, did you publish this anywhere? I could not see an applicable repository on your GitHub-profile. I'm particularly interested in whether data-fields@ worked for you, and would love to see an
-
Extending an extended blueprint
· 7 years ago
I just proposed some documentation for it, ostensibly the same as here: /forum/forms-blueprints/importing-blueprint-does-not-work-what-does-context-do-mean-t8418?u=olevik. You'll need type to refer to
-
Importing blueprint does not work - what does context do / mean?
· 7 years ago
Which is to say that streams resolve to physical locations, expanded upon in the Multisite-setup part of the docs. So the context-property works as a prefix in the case above; import@: type: partial
-
Customize / override admin theme
· 7 years ago
The only update-safe way to customize the Admin is to create a plugin which extends or overrides Admin's templates, and potentially overrides styling by use the same- or higher-level of specificity. S
-
Upgrade to v1.7.0-rc1
· 7 years ago
A manual update really means that you download a fresh copy of Core, backup your /user-folder, install Core, and replace /user with your backup. This process is the same across operating systems, but