Update tinymce support

This commit is contained in:
DariusIII
2018-05-07 23:46:10 +02:00
parent d6f856e5db
commit c73d4e4845
2 changed files with 37 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
2018-05-07 DariusIII
* Chg: Update tinymce support
* Chg: Use tinymce-dist to provide tinymce editor
* Fix: Fix XML_Response check for existing releases(remove is_array check as that is always false with laravels paginator)
* Chg: Update controllers - remove Blacklight/db/DB, update app/Exception/Handler class
+36
View File
@@ -701,4 +701,40 @@ tinyMCE.init({
relative_urls : false,
remove_script_host : false,
convert_urls : true
});
tinyMCE.init({
selector: 'textarea#metadescription',
theme : "modern",
plugins: [
'advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker',
'searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking',
'save table contextmenu directionality emoticons template paste textcolor 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.init({
selector: 'textarea#metakeywords',
theme : "modern",
plugins: [
'advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker',
'searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking',
'save table contextmenu directionality emoticons template paste textcolor 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
});