Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Some icons not show in toolbar #58

Open
Alexscandal opened this issue Jun 8, 2023 · 0 comments
Open

Some icons not show in toolbar #58

Alexscandal opened this issue Jun 8, 2023 · 0 comments

Comments

@Alexscandal
Copy link

Alexscandal commented Jun 8, 2023

For ex not show "image" icon.
Code:

<?=$form->field($model, 'name')->widget(TinyMce::class, [
      'options' => ['rows' => 10],
      'language' => 'ru',
      'clientOptions' => [
            'plugins' => [
                "advlist autolink lists link charmap print preview anchor",
                "searchreplace visualblocks code fullscreen",
                "insertdatetime media table contextmenu paste image"
            ],
            'toolbar' => "undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image code",
       ]
])?>

"image" exists in "plugins" and "toolbar" sections.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant