You are here

tweet_feed.links.task.yml in Tweet Feed 8.3

Same filename and directory in other branches
  1. 4.x tweet_feed.links.task.yml

File

tweet_feed.links.task.yml
View source
  1. # Tweet Feed entity routing definition
  2. # tweet_entity.settings_tab:
  3. # route_name: tweet_entity.settings
  4. # title: 'Settings'
  5. # base_route: tweet_entity.settings
  6. entity.tweet_entity.canonical:
  7. route_name: entity.tweet_entity.canonical
  8. base_route: entity.tweet_entity.canonical
  9. title: 'View'
  10. entity.tweet_entity.edit_form:
  11. route_name: entity.tweet_entity.edit_form
  12. base_route: entity.tweet_entity.canonical
  13. title: 'Edit'
  14. entity.tweet_entity.delete_form:
  15. route_name: entity.tweet_entity.delete_form
  16. base_route: entity.tweet_entity.canonical
  17. title: Delete
  18. weight: 10
  19. # twitter_profile.settings_tab:
  20. # route_name: twitter_profile.settings
  21. # title: 'Settings'
  22. # base_route: twitter_profile.settings
  23. entity.twitter_profile.canonical:
  24. route_name: entity.twitter_profile.canonical
  25. base_route: entity.twitter_profile.canonical
  26. title: 'View'
  27. entity.twitter_profile.edit_form:
  28. route_name: entity.twitter_profile.edit_form
  29. base_route: entity.twitter_profile.canonical
  30. title: 'Edit'
  31. entity.twitter_profile.delete_form:
  32. route_name: entity.twitter_profile.delete_form
  33. base_route: entity.twitter_profile.canonical
  34. title: Delete
  35. weight: 10