You are here

views_base_url.views.schema.yml in Views base url 2.0.x

Same filename and directory in other branches
  1. 8 config/schema/views_base_url.views.schema.yml
config/schema/views_base_url.views.schema.yml

File

config/schema/views_base_url.views.schema.yml
View source
  1. # Schema for the views base url field plugins.
  2. views.field.base_url:
  3. type: views_field
  4. label: 'Base url'
  5. mapping:
  6. show_link:
  7. type: boolean
  8. label: 'Display as link'
  9. show_link_options:
  10. type: mapping
  11. label: 'Show link options'
  12. mapping:
  13. link_path:
  14. type: string
  15. label: 'Link path'
  16. link_text:
  17. type: string
  18. label: 'Link text'
  19. link_class:
  20. type: string
  21. label: 'Link class'
  22. link_title:
  23. type: label
  24. label: 'Link title'
  25. link_rel:
  26. type: string
  27. label: 'Link rel'
  28. link_fragment:
  29. type: string
  30. label: 'Fragment'
  31. link_query:
  32. type: string
  33. label: 'Link query'
  34. link_target:
  35. type: string
  36. label: 'Link target'