route_ui-1.0.0-alpha2/config/schema/route_ui.schema.yml
config/schema/route_ui.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: route_ui.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: route_ui.link
route_ui.link:
type: route_ui.route
label: 'Link'
mapping:
link_title:
type: text
label: 'Action link title'
add_destination:
type: boolean
label: 'Add destination'
route_ui.route:
type: mapping
label: 'Route'
mapping:
route_name:
type: string
label: 'Route name'
route_parameters:
type: sequence
label: 'Route parameters'
sequence:
type: string
label: 'Route parameter'
