* 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
+3 -2
View File
@@ -100,14 +100,15 @@ row
),
)
),
$module == 'html' ? formRow
formRow
(
set::class($module == 'html' ? '' : 'hidden'),
formGroup
(
set::label($lang->block->lblHtml),
editor(set::name('html')),
)
) : null
)
)
)
)