diff --git a/core/modules/breakpoint/config/breakpoint.schema.yml b/core/modules/breakpoint/config/breakpoint.schema.yml new file mode 100644 index 0000000..00d1772 --- /dev/null +++ b/core/modules/breakpoint/config/breakpoint.schema.yml @@ -0,0 +1,9 @@ +# Schema for the configuration files of the breakpoint module. + +breakpoint.settings: + type: mapping + label: 'Breakpoint settings' + mapping: + multipliers: + type: string + label: 'Multipliers'