You are here

node_type_count.links.task.yml in Node Type count 8

File

node_type_count.links.task.yml
View source
  1. node_type_count_description:
  2. title: Node Type Count
  3. description: 'Count the number of node in the Node .'
  4. route_name: node_type_count_description
  5. base_route: node_type_count_description
  6. #make menutest.home route the base tab
  7. #to which other tabs will attach
  8. node_type_count_description.node: #give it the same name as the route to make it clear
  9. title: Node
  10. route_name: node_type_count_description #route defined in .routing.yml
  11. parent_id: node_type_count_description
  12. weight: 0
  13. #add another tab next to the home tab
  14. node_type_count_description_user: #name it same as route to avoid confusion
  15. title: User
  16. #route defined in .routing.yml
  17. route_name: node_type_count_description_user #link to tab1 route
  18. #route defined in .routing.yml
  19. parent_id: node_type_count_description
  20. weight: 1