Skip to content

Commit

Permalink
Merge pull request #1564 from Ecodenl/feature/tiny-change
Browse files Browse the repository at this point in the history
Disable tiny context menu
  • Loading branch information
Yinci authored Feb 7, 2024
2 parents eee8acb + 823998d commit e4455fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/js/app.js": "/js/app.js?id=34b9c9fa9546621e15ea8a9f848cecdf",
"/js/app.js": "/js/app.js?id=9b8860fa11d4a4f0c5f01f8f0b0f77e7",
"/css/frontend/app.css": "/css/frontend/app.css?id=220dc1ef063ce89a86cbe3cad6688e61",
"/css/admin/app.css": "/css/admin/app.css?id=fe0a2613c1298de7e9d00b23b5c8de35",
"/css/frontend/tinymce.css": "/css/frontend/tinymce.css?id=4efd5f22e93561d57796673faa4e6d35",
Expand Down
2 changes: 1 addition & 1 deletion resources/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ window.initTinyMCE = function (options = {}) {
link_title: false,
// Link plugin settings end
toolbar: 'link bold italic underline strikethrough fontsize | bullist numlist',
contextmenu: 'link',
contextmenu: false, //'link',
paste_as_text: true,
// font_size_formats: 'Extra-Small=10px Small=14px Normal=18px Medium=24px Large=32px Extra-Large=36px Extra-Extra Large=48px',
font_size_formats: 'Normaal=14px',
Expand Down

0 comments on commit e4455fa

Please sign in to comment.