mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
ENHANCEMENT Adjust tinymce footer, remove branding and restore path
FIxes #294
This commit is contained in:
parent
894aca96e6
commit
0c178f934d
@ -225,12 +225,14 @@ class TinyMCEConfig extends HTMLEditorConfig
|
||||
'priority' => 0, // used for Per-member config override
|
||||
'browser_spellcheck' => true,
|
||||
'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,
|
||||
'remove_script_host' => true,
|
||||
'convert_urls' => false, // Prevent site-root images being rewritten to base relative
|
||||
'menubar' => false,
|
||||
'language' => 'en',
|
||||
'branding' => false,
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user