diff --git a/app/Admin/Components.php b/app/Admin/Components.php index 51a1dd5..2ce1667 100644 --- a/app/Admin/Components.php +++ b/app/Admin/Components.php @@ -52,6 +52,7 @@ class Components extends BaseRenderer { return WangEditor::make() ->name($name)->label($label ?? __('admin.components.content')) ->height($height) + ->uploadImageMaxSize(20*1024*1024) ->excludeKeys(['group-video']); }