breakpoint_module_test.breakpoints.yml

Same filename and directory in other branches
  1. 9 core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.breakpoints.yml
  2. 8.9.x core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.breakpoints.yml
  3. 10 core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.breakpoints.yml
core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.breakpoints.yml

File

core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.breakpoints.yml

View source
  1. breakpoint_module_test.mobile:
  2. label: mobile
  3. mediaQuery: '(min-width: 0px)'
  4. weight: 0
  5. # Don't include multipliers. A 1x multiplier this will be enforced by default.
  6. breakpoint_module_test.standard:
  7. label: standard
  8. mediaQuery: '(min-width: 560px)'
  9. weight: 1
  10. # Don't include a 1x multiplier this will be enforced by default.
  11. multipliers:
  12. - 2x
  13. # Test providing a breakpoint for group matching the group provided by
  14. # breakpoint_test_theme.
  15. breakpoint_module_test.breakpoint_theme_test.group2.tv:
  16. label: tv
  17. mediaQuery: '(min-width: 6000px)'
  18. weight: 2
  19. multipliers:
  20. - 1x
  21. group: breakpoint_theme_test.group2

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.