I have grid yml file with this structure:
bulk:
soft_state:
type: change_state
label: sylius.ui.delete
enabled: true
position: 100
icon: trash
options:
link:
route: soft_stat_templates
How to add myparams: ‘myparamsvalue’ to ‘options’ section or anywhere where it wil be possible to use ?
Something like this:
bulk:
soft_state:
type: change_state
label: sylius.ui.delete
enabled: true
position: 100
icon: trash
options:
myparams: ‘myparamsvalue’
link:
route: soft_stat_templates
My example doesn’t work. The variable ‘myparams’ is not exist in the template.