Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. struct: {
  2. breakpoints: [1100, 768],
  3. structs: [
  4. [
  5. {
  6. render: 'inlineArticle',
  7. config: {
  8. fallback: 2
  9. }
  10. },
  11. 'D',
  12. 2,
  13. 3
  14. ],
  15. [
  16. {
  17. render: 'inlineArticle',
  18. config: {
  19. fallback: 1
  20. }
  21. },
  22. 1,
  23. {
  24. render: 2,
  25. config: {
  26. titleLocation: 'bottom',
  27. titleLinesLimit: 2
  28. }
  29. },
  30. {
  31. render: 'carousel of 5',
  32. config: {
  33. avoidSponsored: true,
  34. titleLinesLimit: 1
  35. }
  36. },
  37. {
  38. render: 'B',
  39. config: {
  40. sponsoredOnly: true,
  41. maxTitleLines: 4
  42. }
  43. }
  44. ]
  45. ]
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement