Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Alexander Kim Member
@heihachi88 · Joined 8 years ago · 77 posts · 28 topics · 5 reputation
Badges
Recent posts
-
How to correctly set language of the site?
· 8 years ago
Just checked issues in admin plugin on github, none were found. It's just strange, i can't find in source code of admin plugin where's that functionality that adds postfixes. Well, maybe it's expected
-
How to correctly set language of the site?
· 8 years ago
The problem is not only i will be using this website, that's why admin plugin is needed. I just wonder, no one faced this issue before? Grav existing is ~2 years already, and nobody faced that?
-
How to correctly set language of the site?
· 8 years ago
If i rename it back to page.md - it works again, but all newly created pages are coming with postfix :S
-
How to correctly set language of the site?
· 8 years ago
I don't want to use multilingual features, i just want to set default language to kazakh for example, instead of english. In system.yaml: languages: supported: - kk include_default_lang: false
-
How to save external image using built-in Media?
· 8 years ago
For example, i have youtube video image-thumbnails (url to image), how do i save them locally in built-in Media? So i can manipulate them using .cropZoom() etc. Is there a way to programmatically save
-
Trying to set advanced / overrides / visible to DISABLED by default in my page blueprint
· 8 years ago
This yaml is hard to read for me, because of these inconvenient indentation
-
Current lang is empty
· 8 years ago
@hughbris: hmm, looks like that should be fine, so have you set up languages: translations: true as described in Single language different than English? Translations are enabled, but "include default
-
Current lang is empty
· 8 years ago
I've added Kazakh language in system.yaml kk (it doesn't existing in Grav) and now my html lang is empty: <html lang="{{ grav.language.getActive ?: theme_config.default_lang }}"> What's wrong? &
-
How to correctly override taxonomy category field in admin?
· 8 years ago
@paul: you can check for original blueprints in system/src/blueprints Ok, found it: taxonomies: type: section title: PLUGIN_ADMIN.TAXONOMIES unde
-
How to correctly override taxonomy category field in admin?
· 8 years ago
Created blueprint under: "themes/MYTHEME/blueprints/single-news.yaml" title: News '@extends': type: default context: blueprints://pages form: fields: tabs: type: tabs active