contact.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "name": "联系我们页",
  3. "action": "portal/Page/index",
  4. "description": "联系我们页模板文件",
  5. "order": 10.0,
  6. "more": {
  7. "vars": {
  8. "baidu_map_info_window_text": {
  9. "title": "百度地图标注文字",
  10. "name": "baidu_map_info_window_text",
  11. "value": "ThinkCMF<br/><span class=''>地址:上海市徐汇区斜土路2601号</span>",
  12. "type": "text",
  13. "tip": "百度地图标注文字,支持简单html代码",
  14. "rule": []
  15. },
  16. "company_location": {
  17. "title": "公司坐标",
  18. "value": "",
  19. "type": "location",
  20. "tip": "",
  21. "rule": {
  22. "require": true
  23. }
  24. },
  25. "address_cn": {
  26. "title": "公司地址",
  27. "value": "上海市徐汇区斜土路0001号",
  28. "type": "text",
  29. "tip": "",
  30. "rule": {
  31. "require": true
  32. }
  33. },
  34. "address_en": {
  35. "title": "公司地址(英文)",
  36. "value": "NO.0001 Xie Tu Road, Shanghai China",
  37. "type": "text",
  38. "tip": "",
  39. "rule": {
  40. "require": true
  41. }
  42. },
  43. "email": {
  44. "title": "公司邮箱",
  45. "value": "catman@thinkcmf.com",
  46. "type": "text",
  47. "tip": "",
  48. "rule": {
  49. "require": true
  50. }
  51. },
  52. "phone_cn": {
  53. "title": "公司电话",
  54. "value": "021 1000 0001",
  55. "type": "text",
  56. "tip": "",
  57. "rule": {
  58. "require": true
  59. }
  60. },
  61. "phone_en": {
  62. "title": "公司电话(英文)",
  63. "value": "+8621 1000 0001",
  64. "type": "text",
  65. "tip": "",
  66. "rule": {
  67. "require": true
  68. }
  69. },
  70. "qq": {
  71. "title": "联系QQ",
  72. "value": "478519726",
  73. "type": "text",
  74. "tip": "多个 QQ以英文逗号隔开",
  75. "rule": {
  76. "require": true
  77. }
  78. }
  79. }
  80. }
  81. }