bkjxxxw/WebContent/static/simpleboot3/portal/contact.json

82 lines
2.5 KiB
JSON
Raw Permalink 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.

{
"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
}
}
}
}
}