Skip to content

Commit ebc0625

Browse files
committed
[4.0] TinyMCE image button
Similar to #24765 but thus time it was the image button that was missing. Apply the PR Check that the image button appears in the wysiwyg editor in 1. Content item 2. Plugin options set 0 3. Plugin options list of available buttons
1 parent 60fc994 commit ebc0625

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/editors/tinymce/tinymce.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,7 @@ public static function getKnownButtons()
989989
'nonbreaking' => array('label' => 'Nonbreaking space', 'plugin' => 'nonbreaking'),
990990
'emoticons' => array('label' => 'Emoticons', 'plugin' => 'emoticons'),
991991
'media' => array('label' => 'Insert/edit video', 'plugin' => 'media'),
992+
'image' => array('label' => 'Insert/edit image', 'plugin' => 'image'),
992993
'pagebreak' => array('label' => 'Page break', 'plugin' => 'pagebreak'),
993994
'print' => array('label' => 'Print', 'plugin' => 'print'),
994995
'preview' => array('label' => 'Preview', 'plugin' => 'preview'),

0 commit comments

Comments
 (0)