Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. [
  2. {
  3. "url": "/pageurl",
  4. "title": "Test Page 1",
  5. "site": 1,
  6. "style": {
  7. "style": "color: red"
  8. },
  9. "sections": [
  10. {
  11. "order": 1,
  12. "section": {
  13. "title": "Test Section 1",
  14. "content": "Content of test section 1",
  15. "component": "Modal",
  16. "images": [
  17. {
  18. "image": {
  19. "image": "http://127.0.0.1:8000/media/img/2019/10/16/airrateszary.jpg",
  20. "alt": "Alt of test image 1"
  21. }
  22. },
  23. {
  24. "image": {
  25. "image": "http://127.0.0.1:8000/media/img/2019/10/16/logo.png",
  26. "alt": "Alt of test image 2"
  27. }
  28. }
  29. ]
  30. }
  31. },
  32. {
  33. "order": 2,
  34. "section": {
  35. "title": "Test Section 2",
  36. "content": "Content od test section 2",
  37. "component": "Slider",
  38. "images": [
  39. {
  40. "image": {
  41. "image": "http://127.0.0.1:8000/media/img/2019/10/16/airrateszary.jpg",
  42. "alt": "Alt of test image 1"
  43. }
  44. },
  45. {
  46. "image": {
  47. "image": "http://127.0.0.1:8000/media/img/2019/10/16/logo.png",
  48. "alt": "Alt of test image 2"
  49. }
  50. }
  51. ]
  52. }
  53. }
  54. ]
  55. },
  56. {
  57. "url": "/pageurl2",
  58. "title": "Test Page 2",
  59. "site": 1,
  60. "style": {
  61. "style": "color : blue"
  62. },
  63. "sections": [
  64. {
  65. "order": 1,
  66. "section": {
  67. "title": "Test Section 3",
  68. "content": "Content of test section 3",
  69. "component": "Section",
  70. "images": [
  71. {
  72. "image": {
  73. "image": "http://127.0.0.1:8000/media/img/2019/10/16/logo.png",
  74. "alt": "Alt of test image 2"
  75. }
  76. }
  77. ]
  78. }
  79. },
  80. {
  81. "order": 2,
  82. "section": {
  83. "title": "Test Section 2",
  84. "content": "Content od test section 2",
  85. "component": "Slider",
  86. "images": [
  87. {
  88. "image": {
  89. "image": "http://127.0.0.1:8000/media/img/2019/10/16/airrateszary.jpg",
  90. "alt": "Alt of test image 1"
  91. }
  92. },
  93. {
  94. "image": {
  95. "image": "http://127.0.0.1:8000/media/img/2019/10/16/logo.png",
  96. "alt": "Alt of test image 2"
  97. }
  98. }
  99. ]
  100. }
  101. }
  102. ]
  103. }
  104. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement