Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Admin plugin changes page type
· 10 years ago
I've solved the initial problem by doing a language check in the Twig template. So far so good. But I still suffer som problems from the Admin panel. When I save a page it changes the header in a way
-
Admin plugin changes page type
· 10 years ago
Will get it to work in the next release, but currently you can do language check in that single Twig file, OR do not save pages through Admin, only edit them using a text editor.
-
Admin plugin changes page type
· 10 years ago
Unfortunately they do differ some. But if there's no other way I might have to find a work around.
-
Admin plugin changes page type
· 10 years ago
Unless your Twig (rendered HTML) file differs from language to language, you just need to a separate markdown (content) file. E.g. have a single product.html.twig, have various content languages: prod
-
Admin plugin changes page type
· 10 years ago
Thanks! Unfortunately for me, I really need to use the Langswitcher plugin. Is there an other way to use it without having to use language specific templates? I followed what was written in the Grav d
-
Admin plugin changes page type
· 10 years ago
I think your issue actually is related to the language-specific Twig file, which could not be supported by the Admin plugin. Using product.html.twig should work. Will check this too.
-
Admin plugin changes page type
· 10 years ago
First; thanks a lot for the fast response! The markdown file is actually named product.md, I just set the template in the header too as a safety. However, after reading your answer I've removed the te
-
Admin plugin changes page type
· 10 years ago
I think we have an issue for this already. Grav Admin is currently merging the page-level templates in your theme, any blueprints assigned for those, with the system list. https://github.com/getgra
-
Admin plugin changes page type
· 10 years ago
This is probably (I hope) a real newbie error. But at the moment its' driving me crazy. I've set up a Grav site with the admin plugin installed, created my own template and begun to fill it with conte
-
Delete single page from cache
· 10 years ago
Thank you for your reply. I added this to the issus now.