* Finish html block zin page.

This commit is contained in:
wangyuting
2023-07-18 13:50:31 +08:00
parent 16ff700585
commit b2e6114644
3 changed files with 13 additions and 31 deletions
+9 -1
View File
@@ -152,7 +152,15 @@ div
set::required(true),
),
)
)
),
$module == 'html' ? formRow
(
formGroup
(
set::label($lang->block->lblHtml),
editor(set::name('params[html]')),
)
) : null
)
)
)