* Adjust the name field after the type field. bug #44607.

This commit is contained in:
wangyuting
2024-02-21 16:11:19 +08:00
parent 7d3ba58030
commit c9fc705aab
2 changed files with 23 additions and 11 deletions
-10
View File
@@ -75,16 +75,6 @@ row
(
setID('paramsRow'),
setClass('space-y-4'),
formRow
(
formGroup
(
set::label($lang->block->name),
set::name('title'),
set::value($blockTitle),
set::control('input')
)
),
buildParamsRows(),
formRow
(