liquid_feedback_frontend

changeset 1562:fce3409bc9b0

Removed not functional image icon from wysiwyg toolbar
author bsw
date Tue Nov 10 20:59:34 2020 +0100 (2020-11-10)
parents 5edf916b7cd2
children ca68bd1c851d
files env/ui/field/wysihtml.lua
line diff
     1.1 --- a/env/ui/field/wysihtml.lua	Tue Nov 10 20:57:52 2020 +0100
     1.2 +++ b/env/ui/field/wysihtml.lua	Tue Nov 10 20:59:34 2020 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4      { command = "italic", title ="CTRL+I", icon = "format_italic" },
     1.5      { command = "createLink", icon = "insert_link" },
     1.6      { command = "removeLink", icon = "insert_link", crossed = "\\" },
     1.7 -    { command = "insertImage", icon = "insert_image" },
     1.8 +--    { command = "insertImage", icon = "insert_image" },
     1.9      { command = "formatBlock", command_value = "h1", icon = "title", head_level = "1" },
    1.10      { command = "formatBlock", command_value = "h2", icon = "title", head_level = "2" },
    1.11      { command = "formatBlock", command_value = "h3", icon = "title", head_level = "3" },

Impressum / About Us