Files
Background-panel/addons/summernote/config.php
yyh931018@qq.com 1b0c8f4196 update
2022-09-08 15:32:32 +08:00

17 lines
405 B
PHP

<?php
return [
[
'name' => 'classname',
'title' => '渲染文本框元素',
'type' => 'string',
'content' => [],
'value' => '.summernote,.editor',
'rule' => 'required',
'msg' => '',
'tip' => '用于对指定的元素渲染,一般情况下无需修改',
'ok' => '',
'extend' => '',
],
];