Admin CKEditor advanced toolbar and no filtering

This commit is contained in:
Felipe Martín 2016-03-13 00:13:52 +01:00
parent fa7e00f1bb
commit d8a8d4467b
1 changed files with 2 additions and 10 deletions

View File

@ -134,16 +134,8 @@ CKEDITOR_UPLOAD_PATH = 'ckeditor/'
CKEDITOR_CONFIGS = {
'default': {
'toolbar': 'Custom',
'toolbar_Custom': (
['Styles'],
['Bold', 'Italic', 'Underline'],
['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'],
['Image'],
['Link', 'Unlink'],
['Table'],
['RemoveFormat', 'Source']
),
'toolbar': 'Advanced',
'allowedContent': True,
'width': '100%',
'stylesSet': (
{