海南旅游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.

21 lines
513 B

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