Skip to content

Commit

Permalink
Update TinyMce options
Browse files Browse the repository at this point in the history
  • Loading branch information
kitepea committed Sep 5, 2024
1 parent 6b35945 commit 77b452e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WebApp/Areas/Admin/Views/Company/Upsert.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
<script>
tinymce.init({
selector: 'textarea',
plugins: 'anchor autolink charmap codesample emoticons image link lists media searchreplace table visualblocks wordcount checklist mediaembed casechange export formatpainter pageembed linkchecker a11ychecker tinymcespellchecker permanentpen powerpaste advtable advcode editimage advtemplate ai mentions tinycomments tableofcontents footnotes mergetags autocorrect typography inlinecss markdown',
toolbar: 'undo redo | blocks fontfamily fontsize | bold italic underline strikethrough | link image media table mergetags | addcomment showcomments | spellcheckdialog a11ycheck typography | align lineheight | checklist numlist bullist indent outdent | emoticons charmap | removeformat',
plugins: 'anchor autolink charmap codesample emoticons lists table visualblocks wordcount',
toolbar: 'undo redo | blocks fontfamily fontsize | bold italic underline strikethrough | align lineheight | numlist bullist indent outdent',
tinycomments_mode: 'embedded',
tinycomments_author: 'Author name',
mergetags_list: [
Expand Down
4 changes: 2 additions & 2 deletions WebApp/Areas/Admin/Views/Product/Upsert.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
<script>
tinymce.init({
selector: 'textarea',
plugins: 'anchor autolink charmap codesample emoticons image link lists media searchreplace table visualblocks wordcount checklist mediaembed casechange export formatpainter pageembed linkchecker a11ychecker tinymcespellchecker permanentpen powerpaste advtable advcode editimage advtemplate ai mentions tinycomments tableofcontents footnotes mergetags autocorrect typography inlinecss markdown',
toolbar: 'undo redo | blocks fontfamily fontsize | bold italic underline strikethrough | link image media table mergetags | addcomment showcomments | spellcheckdialog a11ycheck typography | align lineheight | checklist numlist bullist indent outdent | emoticons charmap | removeformat',
plugins: 'anchor autolink charmap codesample emoticons lists table visualblocks wordcount',
toolbar: 'undo redo | blocks fontfamily fontsize | bold italic underline strikethrough | align lineheight | numlist bullist indent outdent',
tinycomments_mode: 'embedded',
tinycomments_author: 'Author name',
mergetags_list: [
Expand Down

0 comments on commit 77b452e

Please sign in to comment.