custom_action_links-1.0.x-dev/config/schema/custom_action_links.schema.yml
config/schema/custom_action_links.schema.yml
block.settings.custom_action_links:
type: block_settings
label: 'Custom Action Links block'
mapping:
custom_action_links:
type: sequence
label: 'Custom Action Links'
sequence:
type: custom_action_links.link
views.area.custom_action_links:
type: views_area
label: 'Custom Action Links views area'
mapping:
custom_action_links:
type: sequence
label: 'Custom Action Links'
sequence:
type: custom_action_links.link
custom_action_links.link:
type: mapping
label: 'Custom action link'
mapping:
route_name:
type: string
label: 'Route name'
route_parameters:
type: sequence
label: 'Route parameters'
sequence:
type: string
label: 'Route parameter'
link_title:
type: text
label: 'Action link title'
