Same filename and directory in other branches
  1. 8.9.x core/modules/file/config/schema/file.views.schema.yml
  2. 9 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:
  6. type: views_field
  7. label: 'File'
  8. mapping:
  9. link_to_file:
  10. type: boolean
  11. label: 'Link this field to download the file'
  12. views.filter.file_status:
  13. type: views.filter.in_operator
  14. label: 'File status'