123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "name": "联系我们页",
- "action": "portal/Page/index",
- "description": "联系我们页模板文件",
- "order": 10.0,
- "more": {
- "vars": {
- "baidu_map_info_window_text": {
- "title": "百度地图标注文字",
- "name": "baidu_map_info_window_text",
- "value": "ThinkCMF<br/><span class=''>地址:上海市徐汇区斜土路2601号</span>",
- "type": "text",
- "tip": "百度地图标注文字,支持简单html代码",
- "rule": []
- },
- "company_location": {
- "title": "公司坐标",
- "value": "",
- "type": "location",
- "tip": "",
- "rule": {
- "require": true
- }
- },
- "address_cn": {
- "title": "公司地址",
- "value": "上海市徐汇区斜土路0001号",
- "type": "text",
- "tip": "",
- "rule": {
- "require": true
- }
- },
- "address_en": {
- "title": "公司地址(英文)",
- "value": "NO.0001 Xie Tu Road, Shanghai China",
- "type": "text",
- "tip": "",
- "rule": {
- "require": true
- }
- },
- "email": {
- "title": "公司邮箱",
- "value": "catman@thinkcmf.com",
- "type": "text",
- "tip": "",
- "rule": {
- "require": true
- }
- },
- "phone_cn": {
- "title": "公司电话",
- "value": "021 1000 0001",
- "type": "text",
- "tip": "",
- "rule": {
- "require": true
- }
- },
- "phone_en": {
- "title": "公司电话(英文)",
- "value": "+8621 1000 0001",
- "type": "text",
- "tip": "",
- "rule": {
- "require": true
- }
- },
- "qq": {
- "title": "联系QQ",
- "value": "478519726",
- "type": "text",
- "tip": "多个 QQ以英文逗号隔开",
- "rule": {
- "require": true
- }
- }
- }
- }
- }
|