config_entity_example.links.action.yml

Same filename in other branches
  1. 3.x modules/config_entity_example/config_entity_example.links.action.yml
modules/config_entity_example/config_entity_example.links.action.yml

File

modules/config_entity_example/config_entity_example.links.action.yml

View source
  1. # Add some local task links to facilitate navigation.
  2. config_entity_example.add_action:
  3. route_name: entity.robot.add_form
  4. title: 'Add robot'
  5. appears_on:
  6. - entity.robot.list
  7. config_entity_example.list_action:
  8. route_name: entity.robot.list
  9. title: 'List robots'
  10. appears_on:
  11. - entity.robot.add_form
  12. - entity.robot.edit_form