+ productUI: display editor templates in create page.

This commit is contained in:
liugang
2024-01-25 10:31:11 +08:00
parent 4b122790c5
commit 595be21aa6
+4
View File
@@ -4,6 +4,10 @@ global $lang,$config;
$fields = defineFieldList('product.create', 'product');
$fields->field('desc')
->width('full')
->control(array('control' => 'editor', 'templateType' => 'product'));
$fields->field('QD')->foldable();
$fields->field('RD')->foldable();
$fields->field('acl')->foldable();