Skip to content

Commit

Permalink
external_plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Saifallak committed Sep 20, 2023
1 parent d77c2c2 commit dd93df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/tiny-editor.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class="relative z-0"
min_height: {{ $getMinHeight() }},
menubar: {{ $getShowMenuBar() ? 'true' : 'false' }},
plugins: ['{{ $getPlugins() }}'],
external_plugins: @js($getExternalPlugins()),
toolbar: '{{ $getToolbar() }}',
toolbar_mode: 'sliding',
relative_urls: {{ $getRelativeUrls() ? 'true' : 'false' }},
Expand Down

0 comments on commit dd93df3

Please sign in to comment.