Skip to content

Commit

Permalink
Update layouts/plugins/editors/tinymce/field/tinymcebuilder.php
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Teeman <brian@teeman.net>
  • Loading branch information
dgrammatiko and brianteeman committed Mar 13, 2022
1 parent a71ee37 commit b422504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/plugins/editors/tinymce/field/tinymcebuilder.php
Expand Up @@ -64,7 +64,7 @@
->registerAndUseStyle('tinymce.skin', 'media/vendor/tinymce/skins/ui/oxide/skin.min.css')
->registerAndUseStyle('plg_editors_tinymce.builder', 'plg_editors_tinymce/tinymce-builder.css', [], [], ['tinymce.skin', 'dragula'])
->registerScript('plg_editors_tinymce.builder', 'plg_editors_tinymce/tinymce-builder.js', [], ['type' => 'module'], ['dragula'])
->useScript('plg_editors_tinymce')
->useScript('plg_editors_tinymce.builder')
->useStyle('webcomponent.joomla-tab')
->useScript('webcomponent.joomla-tab');

Expand Down

0 comments on commit b422504

Please sign in to comment.