X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/c99ae5508d64ef5063d7365cc90b5295b5686db8..84921deab3e04b4e2501f92ba5f2923e4cc2d155:/project/settings.py diff --git a/project/settings.py b/project/settings.py index 3bfc7db0..22d9bdd2 100644 --- a/project/settings.py +++ b/project/settings.py @@ -119,6 +119,12 @@ INSTALLED_APPS = ( # REPOSITORY_PATH = '/Users/zuber/Projekty/platforma/files/books' IMAGE_DIR = 'images' EDITOR_COOKIE_NAME = 'options' +EDITOR_DEFAULT_SETTINGS = { + 'panels': [ + {'name': 'htmleditor', 'ratio': 0.5}, + {'name': 'gallery', 'ratio': 0.5} + ], +} try: from localsettings import *