view core/modules/contextual/config/schema/contextual.views.schema.yml @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children
line wrap: on
line source
# Schema for the views plugins of the Contextual module.

views.field.contextual_links:
  type: views_field
  label: 'Contextual link'
  mapping:
    fields:
      type: sequence
      label: 'Fields'
      sequence:
        type: string
        label: 'Link'
    destination:
      type: boolean
      label: 'Include destination'