117 lines
3.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
[
'name' => 'classname',
'title' => '渲染文本框元素',
'type' => 'string',
'content' => [],
'value' => '.editor',
'rule' => 'required',
'msg' => '',
'tip' => '用于对指定的元素渲染,一般情况下无需修改',
'ok' => '',
'extend' => '',
],
[
'name' => 'theme',
'title' => '编辑器主题',
'type' => 'select',
'content' => [
'default' => '经典主题',
'black' => '雅黑主题',
'blue' => '淡蓝主题',
'grey' => '深灰主题',
'primary' => '深绿主题',
],
'value' => 'black',
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
],
[
'name' => 'attachmentmode_admin',
'title' => '管理员附件选择模式',
'type' => 'select',
'content' => [
'all' => '任何管理员均可以查看全部上传的文件',
'auth' => '仅可以查看自己及所有子管理员上传的文件',
'personal' => '仅可以查看选择自己上传的文件',
],
'value' => 'all',
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
],
[
'name' => 'fullmode',
'title' => '是否启用完整URL路径模式',
'type' => 'radio',
'content' => [
1 => '是',
0 => '否',
],
'value' => '1',
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
],
[
'name' => 'attachmentmode_index',
'title' => '前台附件选择模式',
'type' => 'select',
'content' => [
'all' => '任何会员均可以查看全部上传的文件',
'personal' => '仅可以查看选择自己上传的文件',
],
'value' => 'personal',
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
],
[
'name' => 'baidumapkey',
'title' => '百度地图API密钥',
'type' => 'string',
'content' => [],
'value' => '',
'rule' => '',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
],
[
'name' => 'baidumapcenter',
'title' => '百度地图中心点经纬度',
'type' => 'string',
'content' => [],
'value' => '116.404413,39.903536',
'rule' => '',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
],
[
'name' => '__tips__',
'title' => '温馨提示',
'type' => 'string',
'content' => [],
'value' => '百度地图API密钥申请地址http://lbsyun.baidu.com/apiconsole/key<br>百度地图经纬度坐标获取https://api.map.baidu.com/lbsapi/getpoint/index.html',
'rule' => '',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
],
];