diff --git a/core/modules/breakpoint/config/breakpoint.schema.yml b/core/modules/breakpoint/config/breakpoint.schema.yml index 2cf1625..00d1772 100644 --- a/core/modules/breakpoint/config/breakpoint.schema.yml +++ b/core/modules/breakpoint/config/breakpoint.schema.yml @@ -1,7 +1,9 @@ -# Module settings +# Schema for the configuration files of the breakpoint module. + breakpoint.settings: type: mapping label: 'Breakpoint settings' mapping: - "multipliers": + multipliers: type: string + label: 'Multipliers'