Adds missing bit in instructions for tinymce

git-svn-id: https://svn.libreccm.org/ccm/trunk@5756 8810af33-2d31-482b-a856-94f89814c4df
master
baka 2018-11-29 13:44:48 +00:00
parent 9b48cd341e
commit ac4bb8e726
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
To be able to switch to TinyMCE, you need to add a few lines in the `integration.properties` file in your bundles `cfg` directory:
```properties
com.arsdigita.cms.dhtml_editor_config=/assets/tinymce/tinymce_cms_config.js
com.arsdigita.cms.dhtml_editor_config=TinyMCE.Config,/assets/tinymce/tinymce_cms_config.js
waf.bebop.dhtml_editor=TinyMCE
waf.bebop.dhtml_editor_src=/assets/tinymce/js/tinymce/tinymce.min.js
```