You are here

editor_file.schema.yml in Editor File upload 8

config/schema/editor_file.schema.yml

File

config/schema/editor_file.schema.yml
View source
  1. editor.editor.*.third_party.editor_file:
  2. type: mapping
  3. label: 'Editor File upload settings'
  4. mapping:
  5. status:
  6. type: boolean
  7. label: 'Status'
  8. scheme:
  9. type: string
  10. label: 'File storage'
  11. directory:
  12. type: string
  13. label: 'Upload directory'
  14. extensions:
  15. type: string
  16. label: 'Allowed file extensions'
  17. max_size:
  18. type: string
  19. label: 'Maximum file size'