From 16e1d8e45209a83a4f1e098dd7e247981d2216cf Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 7 Feb 2021 22:46:16 +0100 Subject: [PATCH] [fix] Fix fallback --- config/system.yaml | 10 +++++----- themes/yunohost-docs/css/custom.css | 5 ----- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/config/system.yaml b/config/system.yaml index 04d44e8c..b4cc57c8 100644 --- a/config/system.yaml +++ b/config/system.yaml @@ -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 diff --git a/themes/yunohost-docs/css/custom.css b/themes/yunohost-docs/css/custom.css index 76922be9..ead0ef98 100644 --- a/themes/yunohost-docs/css/custom.css +++ b/themes/yunohost-docs/css/custom.css @@ -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; }