statusmessage.links.action.yml 274 B

1234567891011
  1. entity.status.add_form:
  2. route_name: 'status.add_page'
  3. title: 'Add Status'
  4. appears_on:
  5. - entity.status.collection
  6. entity.status_type.add_form:
  7. route_name: 'entity.status_type.add_form'
  8. title: 'Add Status type'
  9. appears_on:
  10. - entity.status_type.collection