You are here

gridstack.optionset.tagore.yml in GridStack 8.2

modules/gridstack_example/config/install/gridstack.optionset.tagore.yml

File

modules/gridstack_example/config/install/gridstack.optionset.tagore.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. enforced:
  5. module:
  6. - gridstack_example
  7. id: tagore
  8. name: tagore
  9. label: Tagore
  10. description: ''
  11. weight: 9
  12. options:
  13. icon: 'public://gridstack/tagore.png'
  14. use_framework: false
  15. settings:
  16. auto: true
  17. cellHeight: 80
  18. float: false
  19. minWidth: 480
  20. column: 12
  21. maxRow: 0
  22. rtl: false
  23. verticalMargin: 20
  24. noMargin: false
  25. breakpoints:
  26. xs:
  27. width: 480
  28. column: 1
  29. grids: '[[0,0,1,1],[0,1,1,1],[0,2,1,2],[0,4,1,2],[0,6,1,1],[0,7,1,1],[0,8,1,1],[0,9,1,1],[0,10,1,1]]'
  30. sm:
  31. width: 680
  32. column: 6
  33. grids: '[[0,0,3,4],[3,0,3,4],[0,4,6,3],[0,7,3,6],[3,7,3,3],[3,10,3,3],[0,13,6,3],[0,16,6,2],[0,18,6,4]]'
  34. md:
  35. width: 768
  36. column: 10
  37. grids: '[[0,0,10,3],[0,3,5,3],[5,3,5,3],[0,6,5,6],[5,6,5,3],[5,9,5,3],[0,12,10,2],[0,14,10,2],[0,16,10,2]]'
  38. lg:
  39. width: 1024
  40. column: 12
  41. grids: '[[0,0,12,4],[0,4,6,4],[6,4,6,4],[0,8,6,8],[6,8,6,4],[6,12,6,4],[0,16,12,2],[0,18,12,2],[0,20,12,2]]'
  42. xl:
  43. width: 1280
  44. column: 12
  45. grids: '[[0,0,4,4,"sidebar_first"],[4,0,4,3,"featured"],[8,0,2,2,"sidebar_second"],[10,0,2,4,"sidebar_last"],[8,2,2,2,"sidebar_third"],[4,3,2,4,"content_first"],[6,3,2,4,"content_last"],[0,4,4,3,"sidebar_bottom_first"],[8,4,4,3,"sidebar_bottom_last"]]'
  46. json:
  47. breakpoints: '{"480":1,"680":6,"768":10,"1024":12,"1280":12}'
  48. settings: '{"auto":true,"cellHeight":80,"float":false,"minWidth":480,"maxRow":0,"rtl":false,"verticalMargin":20,"noMargin":false}'