admin vues imporved

This commit is contained in:
2021-04-20 22:49:09 +02:00
parent 77cae2b375
commit 96e48681e0
7 changed files with 2045 additions and 6 deletions

View File

@@ -30,6 +30,30 @@ editors_menus.static_add:
appears_on:
- view.content.page_4
editors_menus.ressource_add:
route_name: node.add
route_parameters:
node_type: 'ressource'
title: 'Add Ressource'
appears_on:
- view.content.page_5
editors_menus.evenement_add:
route_name: node.add
route_parameters:
node_type: 'evenement'
title: 'Add Evenement'
appears_on:
- view.content.page_6
editors_menus.actu_add:
route_name: node.add
route_parameters:
node_type: 'actualite'
title: 'Add Actualité'
appears_on:
- view.content.page_7
editors_menus.ville_add:
route_name: entity.taxonomy_term.add_form
route_parameters:
@@ -37,3 +61,27 @@ editors_menus.ville_add:
title: 'Add Ville'
appears_on:
- view.admin_taxo.page_1
editors_menus.type_doc_add:
route_name: entity.taxonomy_term.add_form
route_parameters:
taxonomy_vocabulary: 'types_de_document'
title: 'Add Type de document'
appears_on:
- view.admin_taxo.page_2
editors_menus.type_event_add:
route_name: entity.taxonomy_term.add_form
route_parameters:
taxonomy_vocabulary: 'types_d_evenement'
title: 'Add Type d`évenement'
appears_on:
- view.admin_taxo.page_3
editors_menus.type_theme_add:
route_name: entity.taxonomy_term.add_form
route_parameters:
taxonomy_vocabulary: 'types_de_theme'
title: 'Add Type de theme'
appears_on:
- view.admin_taxo.page_4