You are here

paragraphs_grid.grid_entity.mdc.yml in Paragraphs grid 8

config/install/paragraphs_grid.grid_entity.mdc.yml

File

config/install/paragraphs_grid.grid_entity.mdc.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. enforced:
  5. module:
  6. - paragraphs_grid
  7. id: mdc
  8. label: 'MDC Grid (CSS Grid)'
  9. breakpoints:
  10. phone:
  11. cols: 4
  12. name: Phone
  13. icon: mobile
  14. bpoint: ≥0
  15. fragment: '-phone'
  16. tablet:
  17. cols: 8
  18. name: Tablet
  19. icon: tablet
  20. bpoint: ≥480px
  21. fragment: '-tablet'
  22. desktop:
  23. cols: 12
  24. name: Desktop
  25. icon: desktop
  26. bpoint: ≥840px
  27. fragment: '-desktop'
  28. library: paragraphs_grid/paragraphs_grid.mdc
  29. wrapper:
  30. grid:
  31. required: true
  32. options:
  33. mdc-layout-grid: 'MDC Grid fluid'
  34. row:
  35. required: true
  36. options:
  37. - mdc-layout-grid__inner
  38. cell-fallback: mdc-layout-grid__cell
  39. cell-properties:
  40. col:
  41. name: col
  42. label: Columns
  43. formatter: mdc-layout-grid__cell--span-%cols%bp
  44. multiple: false
  45. optional: false
  46. default: mdc-layout-grid__cell
  47. asc: false
  48. order:
  49. name: order
  50. label: Order
  51. formatter: mdc-layout-grid__cell--order-%cols
  52. optional: true
  53. default: null
  54. asc: true