config.php 393 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <?php return [ [ 'name' => 'classname', 'title' => '渲染文本框元素', 'type' => 'string', 'content' => [], 'value' => '.editor', 'rule' => 'required', 'msg' => '', 'tip' => '用于对指定的元素渲染,一般情况下无需修改', 'ok' => '', 'extend' => '', ], ];