This commit is contained in:
f4ilji
2025-01-30 00:31:40 +05:00
parent bad611eb84
commit 3385dc5807
60 changed files with 1811 additions and 825 deletions
+5 -1
View File
@@ -28,13 +28,17 @@ return [
'plugins' => 'advlist paste autoresize codesample directionality emoticons fullscreen hr image imagetools link lists media table toc wordcount',
'toolbar' => ' bold italic | numlist bullist | blockquote table hr | link | fullscreen',
'upload_directory' => null,
'browser_spellcheck' => true,
'custom_configs' => [
'table_advtab' => false,
'table_row_advtab' => false,
'table_cell_advtab' => false,
'contextmenu' => '',
'table_resize_bars' => false,
'paste_as_text' => true
'paste_as_text' => true,
'browser_spellcheck' => true, // Включение проверки орфографии
],
]