misc: add maximize button to ckeditor (#10915)

This commit is contained in:
Frédéric Péters 2016-05-13 09:20:44 +02:00
parent ff8de18a6d
commit 2e1a2ed643
1 changed files with 2 additions and 1 deletions

View File

@ -139,7 +139,8 @@ CKEDITOR_CONFIGS = {
['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'],
['Link', 'Unlink'],
['Image',],
['RemoveFormat',]],
['RemoveFormat',],
['Maximize']],
'toolbar': 'Own',
},
}