Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EWPP-460: Organise the vocabulary and association routes in tabs. #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions open_vocabularies.links.menu.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
entity.open_vocabulary.overview:
title: Vocabularies
parent: system.admin_structure
description: 'Create and manage vocabularies.'
description: 'Create and manage vocabularies and their associations.'
route_name: entity.open_vocabulary.collection

entity.open_vocabulary_association.overview:
title: 'Vocabulary associations'
parent: system.admin_structure
description: 'Create and manage vocabulary associations.'
route_name: entity.open_vocabulary_association.collection
9 changes: 9 additions & 0 deletions open_vocabularies.links.task.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
entity.open_vocabulary.overview:
route_name: entity.open_vocabulary.collection
base_route: entity.open_vocabulary.collection
title: Vocabularies

entity.open_vocabulary_association.collection:
route_name: entity.open_vocabulary_association.collection
base_route: entity.open_vocabulary.collection
title: 'Vocabulary associations'
4 changes: 2 additions & 2 deletions open_vocabularies.routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ entity.open_vocabulary.collection:
path: '/admin/structure/open-vocabulary'
defaults:
_entity_list: 'open_vocabulary'
_title: 'Vocabulary configuration'
_title: 'Vocabularies'
requirements:
_permission: 'administer open vocabularies'

Expand Down Expand Up @@ -34,7 +34,7 @@ entity.open_vocabulary_association.collection:
path: '/admin/structure/open-vocabulary-association'
defaults:
_entity_list: 'open_vocabulary_association'
_title: 'Vocabulary Association configuration'
_title: 'Vocabulary associations'
requirements:
_permission: 'administer open vocabulary associations'

Expand Down