diff --git a/core/modules/file/config/schema/file.schema.yml b/core/modules/file/config/schema/file.schema.yml new file mode 100644 index 0000000..631d18c --- /dev/null +++ b/core/modules/file/config/schema/file.schema.yml @@ -0,0 +1,23 @@ +# Schema for the configuration files of the file module. + +file.settings: + type: mapping + label: 'File settings' + mapping: + description: + type: mapping + label: 'Description' + mapping: + type: + type: string + label: 'Type' + length: + type: integer + label: 'Label' + icon: + type: mapping + label: 'Icon' + mapping: + directory: + type: path + label: 'Directory'