Update web packages

This commit is contained in:
DariusIII
2024-05-02 14:02:15 +02:00
parent 8ea44b63c2
commit 4ace1b06f4
2 changed files with 1 additions and 22 deletions
File diff suppressed because one or more lines are too long
-21
View File
@@ -897,24 +897,3 @@ $(function () {
});
});
/** ****** /iswitch *********************** **/
/** ****** tinyMCE ************************* **/
tinyMCE.init({
selector: 'textarea#addMessage',
theme: 'silver',
plugins: [
'advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker',
'searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking',
'save table directionality emoticons template paste code',
],
theme_advanced_toolbar_location: 'top',
theme_advanced_toolbar_align: 'left',
toolbar:
'insertfile undo redo | styleselect | fontselect |sizeselect | fontsizeselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | print preview media fullpage | forecolor backcolor emoticons | code',
fontsize_formats: '8pt 9pt 10pt 11pt 12pt 13pt 14pt 15pt 16pt 17pt 18pt 24pt 36pt',
mode: 'exact',
relative_urls: false,
remove_script_host: false,
convert_urls: true,
});
/** ****** /tinyMCE ************************* **/