[fix] Fix fallback

This commit is contained in:
frju365 2021-02-07 22:46:16 +01:00 committed by Alexandre Aubin
parent 5211983eeb
commit 16e1d8e452
2 changed files with 5 additions and 10 deletions

View file

@ -23,17 +23,17 @@ languages:
- ar
default_lang: null
include_default_lang: true
include_default_lang_file_extension: true
include_default_lang_file_extension: false
translations: true
translations_fallback: true
session_store_active: true
http_accept_language: false
http_accept_language: true
override_locale: false
content_fallback: { }
pages_fallback_only: true
translations_fallback:
content_fallback:
en: 'fr,de,es'
de: 'en,fr,es'
es: 'en,fr,de'
pages_fallback_only: true
home:
alias: /home
hide_in_urls: false

View file

@ -148,11 +148,6 @@ body .off-canvas .learn-sidebar .learn-brand #logo path {
fill: black!important;
}
body .off-canvas .learn-sidebar .searchbox ::placeholder {
}
body #top-bar #breadcrumbs > span span, #top-bar #breadcrumbs > a span {
font-size: 0.7rem;
}