You are here

contextual.views.schema.yml in Drupal 8

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

File

core/modules/contextual/config/schema/contextual.views.schema.yml
View source
  1. # Schema for the views plugins of the Contextual module.
  2. views.field.contextual_links:
  3. type: views_field
  4. label: 'Contextual link'
  5. mapping:
  6. fields:
  7. type: sequence
  8. label: 'Fields'
  9. sequence:
  10. type: string
  11. label: 'Link'
  12. destination:
  13. type: boolean
  14. label: 'Include destination'