Browse Source

CKEditor: opraveno nastavení

remotes/origin/upgrade1.9
Matěj Kocián 9 years ago
parent
commit
d6b419f037
  1. 10
      mamweb/settings_common.py

10
mamweb/settings_common.py

@ -157,6 +157,7 @@ CKEDITOR_IMAGE_BACKEND = 'pillow'
#CKEDITOR_JQUERY_URL = '//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js'
CKEDITOR_CONFIGS = {
'default': {
'entities': False,
'toolbar': [
['Source', 'ShowBlocks', '-', 'Maximize'],
['Bold', 'Italic', 'Subscript', 'Superscript', '-', 'RemoveFormat'],
@ -235,12 +236,3 @@ LOGGING = {
# MaM specific
SEMINAR_RESENI_DIR = os.path.join(BASE_DIR, 'media', 'reseni')
CKEDITOR_CONFIGS = {
'default': {
'entities': False
}
}

Loading…
Cancel
Save