You are here

paragraphs_grid.grid_entity.bs3.yml in Paragraphs grid 8

config/install/paragraphs_grid.grid_entity.bs3.yml

File

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