You are here

views_linkarea.schema.yml in Views link area 8

config/schema/views_linkarea.schema.yml

File

config/schema/views_linkarea.schema.yml
View source
  1. views.area.linkarea:
  2. type: views_area
  3. label: 'Link Area'
  4. mapping:
  5. tokenize:
  6. type: boolean
  7. label: 'Should replacement tokens be used from the first row'
  8. link_text:
  9. type: label
  10. label: 'The link text'
  11. path:
  12. type: string
  13. label: 'Link path'
  14. output_as_action:
  15. type: boolean
  16. label: 'Output as action'
  17. destination:
  18. type: boolean
  19. label: 'Include destination'
  20. external:
  21. type: boolean
  22. label: 'External'
  23. replace_spaces:
  24. type: boolean
  25. label: 'Replace spaces'
  26. absolute:
  27. type: boolean
  28. label: 'Use absolute path'
  29. path_case:
  30. type: string
  31. label: 'Transform the case'
  32. alt:
  33. type: label
  34. label: 'Title text'
  35. rel:
  36. type: string
  37. label: 'Rel Text'
  38. link_class:
  39. type: string
  40. label: 'Link class'
  41. prefix:
  42. type: label
  43. label: 'Prefix text'
  44. suffix:
  45. type: label
  46. label: 'Suffix text'
  47. target:
  48. type: string
  49. label: 'Target'
  50. rewrite_output:
  51. type: string
  52. label: 'Rewrite output'
  53. access_denied_text:
  54. type: string
  55. label: 'Access denied text'
  56. language:
  57. type: string
  58. label: 'Language'