diff --git a/core/modules/text/config/schema/text.schema.yml b/core/modules/text/config/schema/text.schema.yml new file mode 100644 index 00000000000..4fbe45adec8 --- /dev/null +++ b/core/modules/text/config/schema/text.schema.yml @@ -0,0 +1,9 @@ +# Schema for the configuration files of the text module. + +text.settings: + type: mapping + label: 'Text settings' + mapping: + default_summary_length: + type: integer + label: 'Default summary length'