You are here

file_download_link.schema.yml in File Download Link 8

config/schema/file_download_link.schema.yml

File

config/schema/file_download_link.schema.yml
View source
  1. # Schema for the configuration for field_download_link
  2. field.formatter.settings.file_download_link:
  3. type: mapping
  4. mapping:
  5. link_text:
  6. type: label
  7. label: 'Link Text'
  8. link_title:
  9. type: label
  10. label: 'Link Title'
  11. new_tab:
  12. type: boolean
  13. label: "Open in new tab"
  14. force_download:
  15. type: boolean
  16. label: "Force download"
  17. custom_classes:
  18. type: string
  19. label: "Custom classes"