added admin ui for assisted research taxonomy

This commit is contained in:
2020-09-21 12:27:05 +02:00
parent db4221da35
commit 8bb66730a3
3 changed files with 595 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ editors_menus.company_add:
title: 'Add Companie'
appears_on:
- view.admin_taxo.page_1
editors_menus.showroom_add:
route_name: entity.taxonomy_term.add_form
route_parameters:
@@ -29,7 +29,7 @@ editors_menus.showroom_add:
title: 'Add Showroom'
appears_on:
- view.admin_taxo.page_2
editors_menus.thesaurus_add:
route_name: entity.taxonomy_term.add_form
route_parameters:
@@ -37,7 +37,7 @@ editors_menus.thesaurus_add:
title: 'Add Thesaurus'
appears_on:
- view.admin_taxo.page_3
editors_menus.tag_add:
route_name: entity.taxonomy_term.add_form
route_parameters:
@@ -46,6 +46,14 @@ editors_menus.tag_add:
appears_on:
- view.admin_taxo.page_4
editors_menus.assisted_research_add:
route_name: entity.taxonomy_term.add_form
route_parameters:
taxonomy_vocabulary: 'assisted_research'
title: 'Add Assisted Research List'
appears_on:
- view.admin_taxo.page_5
editors_menus.user_add:
route_name: user.admin_create
title: 'Add User'