* Enable editor templates.

This commit is contained in:
liugang
2024-01-25 10:54:44 +08:00
parent bdb6f0e83e
commit a17b15d389
6 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ formPanel
formGroup
(
set::label($lang->testtask->desc),
set::control('editor'),
set::control(array('control' => 'editor', 'templateType' => 'testtask')),
set::name('desc'),
set::rows(10)
),