Skip to content

Commit

Permalink
Merge pull request #107 from mohamedsabil83/hide-deprecated-warning
Browse files Browse the repository at this point in the history
Hide deprecation warnings from console
  • Loading branch information
mohamedsabil83 authored Oct 15, 2023
2 parents 031a442 + fcd24a1 commit 6c630cb
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 @@ -10,6 +10,7 @@ class="relative z-0"
$nextTick(() => {
tinymce.createEditor('tiny-editor-{{ $getId() }}', {
target: $refs.tinymce,
deprecation_warnings: false,
language: '{{ $getInterfaceLanguage() }}',
language_url: 'https://cdn.jsdelivr.net/npm/[email protected]/langs5/{{ $getInterfaceLanguage() }}.min.js',
toolbar_sticky: {{ $getToolbarSticky() ? 'true' : 'false' }},
Expand Down

0 comments on commit 6c630cb

Please sign in to comment.