Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot authored and pxpm committed Dec 3, 2024
1 parent 5b0f794 commit 79c312d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/Http/Controllers/Admin/MonsterCrudController.php
Original file line number Diff line number Diff line change
Expand Up @@ -1703,10 +1703,10 @@ public static function getFieldsArrayForWysiwygEditorsTab()
'tab' => 'WYSIWYG Editors',
],
[ // Summernote
'name' => 'summernote',
'label' => 'Summernote editor'.backpack_free_badge(),
'type' => 'summernote',
'tab' => 'WYSIWYG Editors',
'name' => 'summernote',
'label' => 'Summernote editor'.backpack_free_badge(),
'type' => 'summernote',
'tab' => 'WYSIWYG Editors',
'withFiles' => true,
],
[ // CKEditor
Expand Down Expand Up @@ -1842,8 +1842,8 @@ public function ajaxUpload()
{
if (app('env') === 'production') {
return response()->json(['errors' => [
'dropzone' => ['Uploads are disabled in production'],
'easymde' => ['Uploads are disabled in production'],
'dropzone' => ['Uploads are disabled in production'],
'easymde' => ['Uploads are disabled in production'],
'summernote' => ['Uploads are disabled in production'],
],
], 500);
Expand Down

0 comments on commit 79c312d

Please sign in to comment.