ENHANCEMENT Adjust tinymce footer, remove branding and restore path

FIxes #294
This commit is contained in:
Damian Mooyman 2017-10-31 12:12:59 +13:00
parent 894aca96e6
commit 0c178f934d
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A

View File

@ -225,12 +225,14 @@ class TinyMCEConfig extends HTMLEditorConfig
'priority' => 0, // used for Per-member config override 'priority' => 0, // used for Per-member config override
'browser_spellcheck' => true, 'browser_spellcheck' => true,
'body_class' => 'typography', 'body_class' => 'typography',
'elementpath' => false, // https://www.tinymce.com/docs/configure/editor-appearance/#elementpath 'statusbar' => true,
'elementpath' => true, // https://www.tinymce.com/docs/configure/editor-appearance/#elementpath
'relative_urls' => true, 'relative_urls' => true,
'remove_script_host' => true, 'remove_script_host' => true,
'convert_urls' => false, // Prevent site-root images being rewritten to base relative 'convert_urls' => false, // Prevent site-root images being rewritten to base relative
'menubar' => false, 'menubar' => false,
'language' => 'en', 'language' => 'en',
'branding' => false,
); );
/** /**