Guest User

Untitled

a guest
Nov 19th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. {
  2. "config": {
  3. "global": [
  4. {
  5. "type": "text",
  6. "label": "API Base Url",
  7. "code": "api_base_url",
  8. "value": "//api.tvpage.com/v1"
  9. },
  10. {
  11. "type": "boolean",
  12. "label": "Analytics",
  13. "code": "analytics",
  14. "value": true
  15. },
  16. {
  17. "type": "text",
  18. "label": "Videos Order By",
  19. "code": "videos_order_by",
  20. "value": "sortOrder"
  21. },
  22. {
  23. "type": "text",
  24. "label": "Videos Order Direction",
  25. "code": "videos_order_direction",
  26. "value": "ASC"
  27. }
  28. ],
  29. "player": [
  30. {
  31. "type": "text",
  32. "label": "API Base Url",
  33. "code": "api_base_url",
  34. "value": "//api.tvpage.com/v1"
  35. },
  36. {
  37. "type": "boolean",
  38. "label": "Analytics",
  39. "code": "analytics",
  40. "value": true
  41. }
  42. ]
  43. },
  44. "css": {
  45. "iframe1": {
  46. "body": [
  47. {
  48. "type": "text",
  49. "label": "Margin",
  50. "code": "margin",
  51. "value": "0"
  52. },
  53. {
  54. "type": "text",
  55. "label": "Padding",
  56. "code": "padding",
  57. "value": "0"
  58. }
  59. ]
  60. },
  61. "iframe2": {
  62. "body": [
  63. {
  64. "type": "text",
  65. "label": "Margin",
  66. "code": "margin",
  67. "value": "0"
  68. },
  69. {
  70. "type": "text",
  71. "label": "Padding",
  72. "code": "padding",
  73. "value": "0"
  74. }
  75. ]
  76. }
  77. }
  78. }
Add Comment
Please, Sign In to add comment