You are here

gridstack.optionset.frontend.yml in GridStack 8.2

Same filename and directory in other branches
  1. 8 config/install/gridstack.optionset.frontend.yml
config/install/gridstack.optionset.frontend.yml

File

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