You are here

paragraphs_grid.grid_entity.bs4.yml in Paragraphs grid 8

config/install/paragraphs_grid.grid_entity.bs4.yml

File

config/install/paragraphs_grid.grid_entity.bs4.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. enforced:
  5. module:
  6. - paragraphs_grid
  7. id: bs4
  8. label: 'Bootstrap 4 Grid (Flex box)'
  9. breakpoints:
  10. xs:
  11. cols: 12
  12. name: Mobile
  13. icon: mobile
  14. bpoint: ≥0
  15. fragment: ''
  16. sm:
  17. cols: 12
  18. name: Smartphone
  19. icon: smartphone
  20. bpoint: ≥576px
  21. fragment: '-sm'
  22. md:
  23. cols: 12
  24. name: Tablet
  25. icon: tablet
  26. bpoint: ≥768px
  27. fragment: '-md'
  28. lg:
  29. cols: 12
  30. name: Laptop
  31. icon: laptop
  32. bpoint: ≥992px
  33. fragment: '-lg'
  34. xl:
  35. cols: 12
  36. name: Desktop
  37. icon: desktop
  38. bpoint: ≥1200px
  39. fragment: '-xl'
  40. library: paragraphs_grid/paragraphs_grid.bootstrap4
  41. wrapper:
  42. grid:
  43. required: true
  44. options:
  45. container: Container
  46. container-fluid: 'Container Fluid'
  47. none: 'None'
  48. row:
  49. required: true
  50. options:
  51. - row
  52. cell-fallback: col-12
  53. cell-properties:
  54. col:
  55. name: col
  56. label: Columns
  57. formatter: col%bp-%cols
  58. additional:
  59. full-screen:
  60. name: 'full'
  61. class: col%bp-full
  62. hide:
  63. name: 'hide'
  64. class: col%bp-hide
  65. multiple: false
  66. optional: false
  67. default: null
  68. asc: false
  69. offset:
  70. name: offset
  71. label: Offset
  72. formatter: offset%bp-%cols
  73. multiple: false
  74. optional: true
  75. default: null
  76. asc: true
  77. order:
  78. name: order
  79. label: Order
  80. formatter: order%bp-%cols
  81. additional:
  82. first:
  83. name: first
  84. class: order%bp-first
  85. last:
  86. name: last
  87. class: order%bp-last
  88. multiple: false
  89. optional: true
  90. default: null
  91. asc: true