file.schema.yml

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

File

drupal/core/modules/file/config/schema/file.schema.yml
View source
  1. # Schema for the configuration files of the file module.
  2. file.settings:
  3. type: mapping
  4. label: 'File settings'
  5. mapping:
  6. description:
  7. type: mapping
  8. label: 'Description'
  9. mapping:
  10. type:
  11. type: string
  12. label: 'Type'
  13. length:
  14. type: integer
  15. label: 'Length'
  16. icon:
  17. type: mapping
  18. label: 'Icon'
  19. mapping:
  20. directory:
  21. type: path
  22. label: 'Directory'