You are here

file.views.schema.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/file/config/schema/file.views.schema.yml
core/modules/file/config/schema/file.views.schema.yml

File

core/modules/file/config/schema/file.views.schema.yml
View source
  1. # Schema for the views plugins of the File module.
  2. views.argument.file_fid:
  3. type: views.argument.numeric
  4. label: 'File ID'
  5. views.field.file_extension:
  6. type: views_field
  7. label: 'File extension'
  8. mapping:
  9. extension_detect_tar:
  10. type: boolean
  11. label: 'Detect if tar is part of the extension'
  12. views.field.file:
  13. type: views_field
  14. label: 'File'
  15. mapping:
  16. link_to_file:
  17. type: boolean
  18. label: 'Link this field to download the file'
  19. views.field.file_filemime:
  20. type: views.field.file
  21. label: 'File MIME'
  22. mapping:
  23. filemime_image:
  24. type: boolean
  25. label: 'Display an icon representing the file type, instead of the MIME text (such as "image/jpeg")'
  26. views.field.file_uri:
  27. type: views.field.file
  28. label: 'File URI'
  29. mapping:
  30. file_download_path:
  31. type: boolean
  32. label: 'Display download path instead of file storage URI'
  33. views.filter.file_status:
  34. type: views.filter.in_operator
  35. label: 'File status'