Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/CarvingIT/smart-archive
Browse files Browse the repository at this point in the history
 into development
  • Loading branch information
ketan404 committed Mar 11, 2024
2 parents ab61e48 + 0e4b440 commit 711897a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/views/sysconfig.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,21 +149,21 @@
force_br_newlines: true,
force_p_newlines: false,
forced_root_block: '', // Needed for 3.x
/*
file_picker_callback (callback, value, meta) {
let x = window.innerWidth || document.documentElement.clientWidth || document.getElementsByTagName('body')[0].clientWidth
let y = window.innerHeight|| document.documentElement.clientHeight|| document.getElementsByTagName('body')[0].clientHeight
tinymce.activeEditor.windowManager.openUrl({
url : '/file-manager/tinymce5',
title : 'Laravel File manager',
title : 'File manager',
width : x * 0.8,
height : y * 0.8,
onMessage: (api, message) => {
callback(message.content, { text: message.text })
//callback(message.content, { text: message.text })
callback('/media/i/'+message.text, { text: message.text })
}
})
}, */
},
});</script>

@endsection

0 comments on commit 711897a

Please sign in to comment.