Advertisement
in-touch

PriceBoxes

Mar 18th, 2017
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.91 KB | None | 0 0
  1. [
  2. {"caption":"Info", "fields": [
  3.     {"field":"title","caption":"Название плана"},
  4.     {"field":"price","caption":"Цена"},
  5.     {"field":"plan","caption":"План (plan или plan most-popular)"},
  6.     {"field":"btncolor","caption":"Цвет кнопки (default или primary)"},
  7.     {"field":"popular","caption":"Ярлык"},
  8.     {"field":"list","caption":"Список параметров","inputTVtype":"richtext"},
  9.     {"field":"url","caption":"Ссылка"}
  10. ]}
  11. ]
  12.  
  13.  
  14. [
  15. {"header": "План", "width": "50", "sortable": "false", "dataIndex": "title"},
  16. {"header": "Цена", "width": "50", "sortable": "false", "dataIndex": "price"},
  17. {"header": "Параметры", "width": "60", "sortable": "false", "dataIndex": "list"},
  18. {"header": "Ссылка", "width": "100", "sortable": "false", "dataIndex": "url"},
  19. {"header": "Выделение", "width": "50", "sortable": "false", "dataIndex": "popular"}
  20. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement