You are here

cms_content_sync.links.menu.yml in CMS Content Sync 8

File

cms_content_sync.links.menu.yml
View source
  1. entity.cms_content_sync:
  2. title: 'Content Sync'
  3. route_name: entity.cms_content_sync.introduction
  4. parent: system.admin_config_services
  5. description: 'Synchronizations description'
  6. weight: 100
  7. entity.cms_content_sync.flows:
  8. title: 'Flows'
  9. route_name: entity.cms_content_sync_flow.collection
  10. parent: entity.cms_content_sync
  11. description: 'The flow overview'
  12. weight: 1
  13. entity.cms_content_sync.pools:
  14. title: 'Pools'
  15. route_name: entity.cms_content_sync_pool.collection
  16. parent: entity.cms_content_sync
  17. description: 'The pool overview'
  18. weight: 2
  19. entity.cms_content_sync.settings:
  20. title: 'Settings'
  21. route_name: cms_content_sync.settings_form
  22. parent: entity.cms_content_sync
  23. description: 'The general cms content sync settings'
  24. weight: 3
  25. entity.cms_content_sync.content_dashboard:
  26. class: Drupal\cms_content_sync\Plugin\Menu\ContentDashboard
  27. deriver: Drupal\cms_content_sync\Plugin\Derivative\ContentDashboard