Skip to content

Commit

Permalink
Merge branch 't/11717'
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Mar 28, 2014
2 parents aed915e + 8549092 commit 32de5b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Expand Up @@ -5,6 +5,8 @@ CKEditor 4 Changelog

Fixed Issues:

* [#11717](http://dev.ckeditor.com/ticket/11717): [Docprops](http://ckeditor.com/addon/docprops) plugin requires the [Colordialog](http://ckeditor.com/addon/colordialog) plugin to work.

## CKEditor 4.3.4

Fixed Issues:
Expand Down
2 changes: 1 addition & 1 deletion plugins/docprops/plugin.js
Expand Up @@ -4,7 +4,7 @@
*/

CKEDITOR.plugins.add( 'docprops', {
requires: 'wysiwygarea,dialog',
requires: 'wysiwygarea,dialog,colordialog',
lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%
icons: 'docprops,docprops-rtl', // %REMOVE_LINE_CORE%
hidpi: true, // %REMOVE_LINE_CORE%
Expand Down

0 comments on commit 32de5b6

Please sign in to comment.