Skip to content

Commit

Permalink
style: update tinymce editor
Browse files Browse the repository at this point in the history
  • Loading branch information
M1Screw committed Apr 10, 2024
1 parent 56c35f1 commit af468fb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 36 deletions.
13 changes: 5 additions & 8 deletions resources/views/tabler/admin/announcement/create.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,11 @@
menubar: false,
statusbar: false,
plugins:
'advlist autolink lists link image charmap preview anchor ' +
'searchreplace visualblocks code fullscreen ' +
'insertdatetime media table wordcount',
toolbar: 'undo redo | formatselect | ' +
'bold italic backcolor link | blocks | alignleft aligncenter ' +
'alignright alignjustify | bullist numlist outdent indent | ' +
'removeformat',
content_style: 'body { font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;font-size: 14px; -webkit-font-smoothing: antialiased; }',
'advlist autolink lists link image charmap preview anchor searchreplace visualblocks ' +
'code insertdatetime media table',
toolbar: 'undo redo | bold italic backcolor link | styles | fontsize | lineheight | alignleft aligncenter ' +
'alignright alignjustify | bullist numlist outdent indent | removeformat',
content_style: 'body { font-size: 14px; }',
{if $user->is_dark_mode}
skin: 'oxide-dark',
content_css: 'dark',
Expand Down
13 changes: 5 additions & 8 deletions resources/views/tabler/admin/announcement/edit.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,11 @@
menubar: false,
statusbar: false,
plugins:
'advlist autolink lists link image charmap preview anchor ' +
'searchreplace visualblocks code fullscreen ' +
'insertdatetime media table wordcount',
toolbar: 'undo redo | formatselect | ' +
'bold italic backcolor link | blocks | alignleft aligncenter ' +
'alignright alignjustify | bullist numlist outdent indent | ' +
'removeformat',
content_style: 'body { font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif; font-size: 14px; -webkit-font-smoothing: antialiased; }',
'advlist autolink lists link image charmap preview anchor searchreplace visualblocks ' +
'code insertdatetime media table',
toolbar: 'undo redo | bold italic backcolor link | styles | fontsize | lineheight | alignleft aligncenter ' +
'alignright alignjustify | bullist numlist outdent indent | removeformat',
content_style: 'body { font-size: 14px; }',
{if $user->is_dark_mode}
skin: 'oxide-dark',
content_css: 'dark',
Expand Down
15 changes: 5 additions & 10 deletions resources/views/tabler/admin/docs/create.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,11 @@
menubar: false,
statusbar: false,
plugins:
'advlist autolink lists link image charmap preview anchor ' +
'searchreplace visualblocks code fullscreen ' +
'insertdatetime media table wordcount',
toolbar: 'undo redo | formatselect | ' +
'bold italic backcolor link | blocks | alignleft aligncenter ' +
'alignright alignjustify | bullist numlist outdent indent | ' +
'image removeformat',
image_title: false,
image_description: false,
content_style: 'body { font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;font-size: 14px; -webkit-font-smoothing: antialiased; }',
'advlist autolink lists link image charmap preview anchor searchreplace visualblocks ' +
'code insertdatetime media table',
toolbar: 'undo redo | bold italic backcolor link | styles | fontsize | lineheight | alignleft aligncenter ' +
'alignright alignjustify | bullist numlist outdent indent | removeformat',
content_style: 'body { font-size: 14px; }',
{if $user->is_dark_mode}
skin: 'oxide-dark',
content_css: 'dark',
Expand Down
15 changes: 5 additions & 10 deletions resources/views/tabler/admin/docs/edit.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,11 @@
menubar: false,
statusbar: false,
plugins:
'advlist autolink lists link image charmap preview anchor ' +
'searchreplace visualblocks code fullscreen ' +
'insertdatetime media table wordcount',
toolbar: 'undo redo | formatselect | ' +
'bold italic backcolor link | blocks | alignleft aligncenter ' +
'alignright alignjustify | bullist numlist outdent indent | ' +
'image removeformat',
image_title: false,
image_description: false,
content_style: 'body { font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif; font-size: 14px; -webkit-font-smoothing: antialiased; }',
'advlist autolink lists link image charmap preview anchor searchreplace visualblocks ' +
'code insertdatetime media table',
toolbar: 'undo redo | bold italic backcolor link | styles | fontsize | lineheight | alignleft aligncenter ' +
'alignright alignjustify | bullist numlist outdent indent | removeformat',
content_style: 'body { font-size: 14px; }',
{if $user->is_dark_mode}
skin: 'oxide-dark',
content_css: 'dark',
Expand Down

0 comments on commit af468fb

Please sign in to comment.