Added the new fields to the part edit form.

This commit is contained in:
Jan Böhmer 2019-08-19 14:07:00 +02:00
parent 7517d83f55
commit 6a0adae8f3
17 changed files with 922 additions and 53 deletions

View file

@ -574,7 +574,7 @@
editor.filter.disable();
// Since CKEditor 4.3, editor#(active)enterMode is set before
// Since CKEditor 4.3.0, editor#(active)enterMode is set before
// beforeInit. Properties got to be updated (https://dev.ckeditor.com/ticket/11202).
editor.activeEnterMode = editor.enterMode = CKEDITOR.ENTER_BR;
},