海南旅游SAAS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
482 B

4 years ago
4 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'DiyForm' => '信息收集表单',
  5. 'diy-form' => '信息收集表单',
  6. 'diy_form' => '信息收集表单',
  7. ],
  8. 'fields' => [
  9. 'supplier_id' => '供应商ID',
  10. 'name' => '表单名',
  11. 'fields' => '字段列表',
  12. ],
  13. 'options' => [
  14. 'text' => '单行文本框',
  15. 'textarea' => '多行文本框',
  16. 'radio' => '单选框',
  17. 'checkbox' => '多选框',
  18. 'image' => '图片上传',
  19. ],
  20. ];