config.php 393 B

12345678910111213141516
  1. <?php
  2. return [
  3. [
  4. 'name' => 'classname',
  5. 'title' => '渲染文本框元素',
  6. 'type' => 'string',
  7. 'content' => [],
  8. 'value' => '.editor',
  9. 'rule' => 'required',
  10. 'msg' => '',
  11. 'tip' => '用于对指定的元素渲染,一般情况下无需修改',
  12. 'ok' => '',
  13. 'extend' => '',
  14. ],
  15. ];