Skip to content

Commit

Permalink
Update tinyMCE config
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIII committed Aug 16, 2019
1 parent 168ea60 commit bfa2cd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2019-08-16 DariusIII
* Chg: Update tinyMCE config
* Fix: Fix opening existing forum posts
* Fix: Fix bad order of variables in PostProcess class
2019-08-15 DariusIII
Expand Down
2 changes: 1 addition & 1 deletion public/assets/js/all-js.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/assets/js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ tinyMCE.init({
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',
'save table directionality emoticons template paste code',
],
theme_advanced_toolbar_location: 'top',
theme_advanced_toolbar_align: 'left',
Expand Down

0 comments on commit bfa2cd9

Please sign in to comment.