* Add block annotations on block zen

This commit is contained in:
wangyuting
2023-08-17 10:20:09 +08:00
parent 5e811d46e6
commit 65eba44aaa
6 changed files with 39 additions and 80 deletions
+4 -3
View File
@@ -98,14 +98,15 @@ row
),
)
),
$module == 'html' ? formRow
formRow
(
set::class($module == 'html' ? '' : 'hidden'),
formGroup
(
set::label($lang->block->lblHtml),
editor(set::name('html'), html($block->param->html)),
editor(set::name('html'), html($block->params->html)),
)
) : null
)
)
)
)