You are here

jsonapi_extras.links.task.yml in JSON:API Extras 8.3

Same filename and directory in other branches
  1. 8 jsonapi_extras.links.task.yml
  2. 8.2 jsonapi_extras.links.task.yml

File

jsonapi_extras.links.task.yml
View source
  1. # @todo this one should be defined in Drupal core in principle.
  2. jsonapi.settings:
  3. route_name: jsonapi.settings
  4. base_route: jsonapi.settings
  5. title: 'Settings'
  6. parent: system.admin_config_services
  7. # Define a "JSON:API Extras tab" to contain all of its subtabs.
  8. jsonapi.settings.extras:
  9. route_name: jsonapi_extras.settings
  10. base_route: jsonapi.settings
  11. title: 'JSON:API Extras'
  12. # The two subtabs.
  13. jsonapi.settings.extras.settings:
  14. route_name: jsonapi_extras.settings
  15. base_route: jsonapi_extras.settings
  16. title: 'Settings'
  17. parent_id: jsonapi.settings.extras
  18. jsonapi.settings.extras.resources:
  19. route_name: entity.jsonapi_resource_config.collection
  20. base_route: entity.jsonapi_resource_config.collection
  21. title: 'Resource overrides'
  22. parent_id: jsonapi.settings.extras