...
Tinymce is an open source JavaScript WYSIWYG editor that is integrated into Contenido's backend to help authors entering and formatting text. This article is about how its integration is implemented.
Table of Contents |
---|
Activation
TinyMCE 4 is not enabled by default because the integration into CONTENIDO is not yet tested enough for productive usage. One has to manually enable TinyMCE 4 in CONTENIDO.
Where TinyMCE 4 can be enabled
Administration -> Users -> Properties -> User-defined properties
Area/Type: wysiwyg
Property: editor
Value: tinymce4
Administration -> System -> Add new variable
Administration -> Clients -> Client settings -> Choose wanted setting range -> Add new variable
Type: wysiwyg
Name: editor
Value: tinymce4
How to disable TinyMCE 4
Remove the settings at the places where you enabled TinyMCE 4. The default WYSIWYG editor in CONTENIDO will then be used.
Settings
Toolbars
full
This is the toolbar of inline-tinymce in fullscreen mode. Apply tinymce settings through key "tinymce4_full".
...