breakpoint.schema.yml

drupal/core/modules/breakpoint/config/schema/breakpoint.schema.yml

File

drupal/core/modules/breakpoint/config/schema/breakpoint.schema.yml
View source
  1. # Schema for the configuration files of the Breakpoint module.
  2. breakpoint.settings:
  3. type: mapping
  4. label: 'Breakpoint settings'
  5. mapping:
  6. multipliers:
  7. type: sequence
  8. label: 'Assigning resolution multipliers to breakpoints'
  9. sequence:
  10. - type: string
  11. label: 'Multiplier'
  12. breakpoint.breakpoint.*.*.*:
  13. type: mapping
  14. label: 'Defines the Breakpoint entity'
  15. mapping:
  16. id:
  17. type: string
  18. label: 'ID'
  19. uuid:
  20. type: string
  21. label: 'UUID'
  22. name:
  23. type: string
  24. label: 'Machine name'
  25. label:
  26. type: string
  27. label: 'Label'
  28. mediaQuery:
  29. type: string
  30. label: 'Media query'
  31. source:
  32. type: string
  33. label: 'Source'
  34. sourceType:
  35. type: string
  36. label: 'Source type'
  37. weight:
  38. type: string
  39. label: 'Weight'
  40. multipliers:
  41. type: sequence
  42. label: 'Multipliers'
  43. sequence:
  44. - type: string
  45. label: 'Multiplier'
  46. langcode:
  47. type: string
  48. label: 'Language'
  49. breakpoint.breakpoint_group.*.*.*:
  50. type: mapping
  51. label: 'Breakpoint group settings'
  52. mapping:
  53. id:
  54. type: string
  55. label: 'Group ID'
  56. uuid:
  57. type: string
  58. label: 'UUID'
  59. name:
  60. type: string
  61. label: 'Machine name'
  62. label:
  63. type: string
  64. label: 'Label'
  65. breakpoints:
  66. type: sequence
  67. label: 'Breakpoints'
  68. sequence:
  69. - type: string
  70. label: 'Breakpoint name'
  71. source:
  72. type: string
  73. label: 'Group source: theme or module name'
  74. sourceType:
  75. type: string
  76. label: 'Group source type'