Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Gather markdown information from an other page
· 9 years ago
I am not sure I understand... are you wanting to display the content (Markdown) from one Grav page within another or something else?
-
Gather markdown information from an other page
· 9 years ago
Is it possible to gather information from a other page? For example I have a page with a template set to default.html.twig and I have an other page with a template set to home.html.twig. I want to use
-
Gravi-K translate multi language user/config/themes/gravi-k.yaml
· 9 years ago
Ok thanks, I will do it.
-
Gravi-K translate multi language user/config/themes/gravi-k.yaml
· 9 years ago
You probably should create a pull request on the repository in question: https://github.com/Edelan/grav-theme-gravi-k
-
Gravi-K translate multi language user/config/themes/gravi-k.yaml
· 9 years ago
I would like use multi language for the gravi-k footer user/config/themes/gravi-k.yaml. All site is translated only this footer part. How I have to do ? Thanks
-
"visible: false" having no effect on modular page navigation
· 9 years ago
Grav is not doing anything magical under the covers, most of that rendering logic happens in Twig. By default there should be logic in the navigation twig to ensure that only visible pages are displa
-
"visible: false" having no effect on modular page navigation
· 9 years ago
I have a modular page made up of 5 different sections: content: items: '@self.modular' order: by: default dir: asc custom: _gpcc-rpp _gpcc-social _gpcc-about _gpcc-sponsors _gpcc-gp I have a navigat
-
Insert custom JavaScript into Admin-Panel with a Page Blueprint
· 9 years ago
hello, Did you try this plugin customadmin ? regards
-
Insert custom JavaScript into Admin-Panel with a Page Blueprint
· 9 years ago
Hey there, I'm creating a theme and I need JavaScript available in the Admin-Panel for this Page as I need custom logic in the form for that page. Any Ideas on how to do that?
-
Minimum and maximum number of list items (blueprint)
· 9 years ago
FYI, this has been implemented with https://github.com/getgrav/grav-plugin-admin/pull/1113