Adds missing bit in instructions for tinymce
git-svn-id: https://svn.libreccm.org/ccm/trunk@5756 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
9b48cd341e
commit
ac4bb8e726
|
|
@ -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:
|
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
|
```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=TinyMCE
|
||||||
waf.bebop.dhtml_editor_src=/assets/tinymce/js/tinymce/tinymce.min.js
|
waf.bebop.dhtml_editor_src=/assets/tinymce/js/tinymce/tinymce.min.js
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue