From ac4bb8e72634f882b22c6722bbff1881cadf9bd0 Mon Sep 17 00:00:00 2001 From: baka Date: Thu, 29 Nov 2018 13:44:48 +0000 Subject: [PATCH] Adds missing bit in instructions for tinymce git-svn-id: https://svn.libreccm.org/ccm/trunk@5756 8810af33-2d31-482b-a856-94f89814c4df --- tools-ng/tinymce/TinyMCE Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools-ng/tinymce/TinyMCE Instructions.md b/tools-ng/tinymce/TinyMCE Instructions.md index 1f2f50235..587c4ffdb 100644 --- a/tools-ng/tinymce/TinyMCE Instructions.md +++ b/tools-ng/tinymce/TinyMCE Instructions.md @@ -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 ```