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
21 lines
513 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'DiyForm' => '信息收集表单',
|
|
'diy-form' => '信息收集表单',
|
|
'diy_form' => '信息收集表单',
|
|
],
|
|
'fields' => [
|
|
'merchant_id' => '商家ID',
|
|
'type' => '商家类型',
|
|
'name' => '表单名',
|
|
'fields' => '字段列表',
|
|
],
|
|
'options' => [
|
|
'text' => '单行文本框',
|
|
'textarea' => '多行文本框',
|
|
'radio' => '单选框',
|
|
'checkbox' => '多选框',
|
|
'image' => '图片上传',
|
|
],
|
|
];
|