diff --git a/Makefile b/Makefile index e24572b5..67c0c15b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PY?=python3 BASEDIR=$(CURDIR) -SSH_HOST=dynamicweb-staging.ungleich.ch +SSH_HOST=dynamicweb.ungleich.ch SSH_PORT=22 SSH_USER=app SSH_TARGET_DIR=/home/$(SSH_USER)/app diff --git a/dynamicweb/settings.py b/dynamicweb/settings.py index c689e791..da227622 100644 --- a/dynamicweb/settings.py +++ b/dynamicweb/settings.py @@ -392,6 +392,17 @@ BLOG_POSTS_LIST_TRUNCWORDS_COUNT = 100 BLOG_MULTISITE = True BLOG_AUTHOR_DEFAULT = True +CKEDITOR_SETTINGS = { + 'language': '{{ language }}', + 'toolbar_CMS': [ + ['Undo', 'Redo'], + ['cmsplugins', '-', 'ShowBlocks'], + ['Format', 'Styles'], + ], + 'skin': 'moono', +} + + try: from .local.local_settings import * except ImportError as e: