You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add option to allow fallback language in post/category URLs (nephila#572)
Add setting BLOG_USE_FALLBACK_LANGUAGE_IN_URL. If enabled, and a blog
post/category doesn't exist in the current language, prefer displaying the URL
in the fallback language.
Copy file name to clipboardExpand all lines: docs/settings.rst
+1
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ Global Settings
99
99
* BLOG_META_TITLE_LENGTH: Maximum length for the Meta title field (default: ``70``)
100
100
* BLOG_ABSTRACT_CKEDITOR: Configuration for the CKEditor of the abstract field (as per https://github.com/divio/djangocms-text-ckeditor/#customizing-htmlfield-editor)
101
101
* BLOG_POST_TEXT_CKEDITOR: Configuration for the CKEditor of the post content field
102
+
* BLOG_USE_FALLBACK_LANGUAGE_IN_URL: When displaying URL, prefer URL in the fallback language if an article or category is not available in the current language
0 commit comments