You are here

views.area.schema.yml in Drupal 9

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

File

core/modules/views/config/schema/views.area.schema.yml
View source
  1. # Schema for the views area plugins.
  2. views.area.*:
  3. type: views_area
  4. label: 'Default area'
  5. views.area.entity:
  6. type: views_area
  7. label: 'Entity'
  8. mapping:
  9. target:
  10. type: string
  11. label: 'The target entity'
  12. view_mode:
  13. type: string
  14. label: 'View mode'
  15. tokenize:
  16. type: boolean
  17. label: 'Should replacement tokens be used from the first row'
  18. bypass_access:
  19. type: boolean
  20. label: 'Bypass access checks'
  21. views.area.text:
  22. type: views_area
  23. label: 'Text'
  24. mapping:
  25. content:
  26. type: text_format
  27. label: 'The formatted text of the area'
  28. tokenize:
  29. type: boolean
  30. label: 'Should replacement tokens be used from the first row'
  31. views.area.text_custom:
  32. type: views_area
  33. label: 'Text custom'
  34. mapping:
  35. content:
  36. type: text
  37. label: 'The shown text of the area'
  38. tokenize:
  39. type: boolean
  40. label: 'Should replacement tokens be used from the first row'
  41. views.area.result:
  42. type: views_area
  43. label: 'Result'
  44. mapping:
  45. content:
  46. type: text
  47. label: 'The shown text of the result summary area'
  48. views.area.title:
  49. type: views_area
  50. label: 'Title'
  51. mapping:
  52. title:
  53. type: label
  54. label: 'The title which will be overridden for the page'
  55. views.area.view:
  56. type: views_area
  57. label: 'View'
  58. mapping:
  59. view_to_insert:
  60. type: string
  61. label: 'View to insert'
  62. inherit_arguments:
  63. type: boolean
  64. label: 'Inherit contextual filters'
  65. views.area.http_status_code:
  66. type: views_area
  67. label: 'HTTP status code'
  68. mapping:
  69. status_code:
  70. type: integer
  71. label: 'HTTP status code'
  72. views.area.display_link:
  73. type: views_area
  74. label: 'Display link'
  75. mapping:
  76. display_id:
  77. type: string
  78. label: 'The display ID of the view display to link to.'
  79. label:
  80. type: label
  81. label: 'The label of the link.'