fixed: gateway macro not usable in links in rich editor
This commit is contained in:
parent
ede0d57974
commit
99d96a6a82
3 changed files with 2 additions and 2 deletions
|
|
@ -464,7 +464,7 @@ sub getRichEditor {
|
|||
remove_script_host => JSON::true(),
|
||||
auto_reset_designmode => JSON::true(),
|
||||
cleanup_callback => "tinyMCE_WebGUI_Cleanup",
|
||||
urlconvertor_callback => "tinyMCE_WebGUI_URLConvertor",
|
||||
urlconverter_callback => "tinyMCE_WebGUI_URLConvertor",
|
||||
theme_advanced_resizing => JSON::true(),
|
||||
(map { "theme_advanced_buttons".($_+1) => (join ',', @{$toolbarRows[$_]}) }
|
||||
(0..$#toolbarRows)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue