mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
Fix #2037 missing "strike" button in CKEditor simple toolbar
This commit is contained in:
parent
422771883d
commit
995068830c
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ var auto_saved_msg = "{$lang->msg_auto_saved}";
|
|||
// Define the simple toolbar.
|
||||
<!--@if($editor_toolbar === 'simple')-->
|
||||
settings.ckeconfig.toolbar = [
|
||||
{ name: 'styles', items: [ 'Font', 'FontSize', '-', 'Bold', 'Italic', 'Underline', 'TextColor', 'BGColor' ] },
|
||||
{ name: 'styles', items: [ 'Font', 'FontSize', '-', 'Bold', 'Italic', 'Underline', 'Strike', 'TextColor', 'BGColor' ] },
|
||||
{ name: 'paragraph', items: [ 'JustifyLeft', 'JustifyCenter', 'JustifyRight' ] },
|
||||
{ name: 'clipboard', items: [ 'Cut', 'Copy', 'Paste' ] },
|
||||
{ name: 'insert', items: [ 'Link', 'Image', 'Table' ] },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue