* [misc] add fileSelector back to doc create/edit page.

This commit is contained in:
sunhao
2024-08-14 09:19:11 +08:00
committed by 刘刚
parent af2125eca9
commit e4b9ce4528
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -65,6 +65,12 @@ $basicInfoModal = modal
set::value($doc->keywords)
),
formGroup
(
setStyle('min-height', 'auto'),
set::label($lang->doc->files),
fileSelector()
),
formGroup
(
set::label($lang->doc->mailto),
mailto(set::items($users), set::value($doc->mailto))