Skip to content

Commit

Permalink
Update view with TinyMCE URL modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
heloufir authored May 11, 2022
1 parent c36a6d7 commit 778eaef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/views/tiny-editor.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
plugins: ['{{ $getPlugins() }}'],
toolbar: '{{ $getToolbar() }}',
toolbar_mode: 'sliding',
relative_urls : {{ $getRelativeUrls() ? 'true' : 'false' }},
remove_script_host : {{ $getRemoveScriptHost() ? 'true' : 'false' }},
convert_urls : {{ $getConvertUrls() ? 'true' : 'false' }},
branding: false,
images_upload_handler: (blobInfo, success, failure, progress) => {
if (!blobInfo.blob()) return
Expand Down

0 comments on commit 778eaef

Please sign in to comment.