调整图片上传最大20M

main
liutk 2024-07-03 15:56:05 +08:00
parent 0fd20751df
commit c0477c9fc8
1 changed files with 1 additions and 0 deletions

View File

@ -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']);
}