ccl.schema.yml in Custom Contextual Links 8.2
config/schema/ccl.schema.yml
File
config/schema/ccl.schema.ymlView source
- ccl.custom_contextual_link.*:
- type: config_entity
- label: 'Custom Contextual Link config'
- mapping:
- id:
- type: string
- label: 'ID'
- label:
- type: label
- label: 'Label'
- type:
- type: string
- label: 'The type of link'
- title:
- type: string
- label: 'The link title'
- link:
- type: string
- label: 'The URL of the link'
- advanced:
- type: mapping
- label: 'Advanced settings for the link'
- mapping:
- css:
- type: string
- label: 'Class names'
- anchor:
- type: string
- label: 'Anchor to append to the link'
- query:
- type: string
- label: 'Query to append to the link'
- target:
- type: string
- label: 'Target to append to the link'
- options:
- type: ccl.link_type.[%parent.type]