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
-
Type: taxonomy field doesn't read current values
· 8 years ago
Have you overrided that field in blueprints?
-
Set default taxonomy field value with blueprints
· 8 years ago
Thanks, it worked. By the way, is unsetting header.taxonomy is necessary?
-
How to locally save youtube preview image?
· 8 years ago
That's my video list template: {% set regexp = '#^https://www.youtube.com/watch\\?v=#' %} <img src="https://img.youtube.com/vi/{{ page.header.youtube|regex_replace(regexp, '') }}/hqdefault.jpg" Is
-
Set default taxonomy field value with blueprints
· 8 years ago
single-video.yaml: options: type: tab fields: taxonomies: fields: # # Overriding taxonomy field to required
-
How to correctly set language of the site?
· 8 years ago
Theme language not doing anything at all.
-
How to correctly set language of the site?
· 8 years ago
I've read it many times, please, read yourself it closely: Single language different than English It doesn't say that i've enabled multilingual functionality, just changed default language. That's why
-
How to correctly set language of the site?
· 8 years ago
So i guess it's expected behavior for pages created via admin panel
-
How to correctly set language of the site?
· 8 years ago
user/config/system.yaml: languages: supported: - kk include_default_lang: false translations: true translations_fallback: true session_store_active: false http_accept_language: false
-
@slugify-title doesn't work in custom page creation modal [Admin plugin]
· 8 years ago
Here's workaround for people, who will experience the same issue: File location: /user/plugins/admin/classes/utils.php public static function slug($str) { //Cyrillic $contain
-
@slugify-title doesn't work in custom page creation modal [Admin plugin]
· 8 years ago
Using this recipe: Custom page creation modal And setting language in supported languages (single language) results in a bug, i can't create a new page using these modals from recipe, because slug did