editors_menus.links.action.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. editors_menus.programme_add:
  2. route_name: node.add
  3. route_parameters:
  4. node_type: 'programme'
  5. title: 'Add Programme'
  6. appears_on:
  7. - view.content.page_1
  8. editors_menus.theme_add:
  9. route_name: node.add
  10. route_parameters:
  11. node_type: 'theme'
  12. title: 'Add Theme'
  13. appears_on:
  14. - view.content.page_2
  15. editors_menus.projet_add:
  16. route_name: node.add
  17. route_parameters:
  18. node_type: 'projet'
  19. title: 'Add Projet'
  20. appears_on:
  21. - view.content.page_3
  22. editors_menus.static_add:
  23. route_name: node.add
  24. route_parameters:
  25. node_type: 'static'
  26. title: 'Add Statique'
  27. appears_on:
  28. - view.content.page_4
  29. editors_menus.ressource_add:
  30. route_name: node.add
  31. route_parameters:
  32. node_type: 'ressource'
  33. title: 'Add Ressource'
  34. appears_on:
  35. - view.content.page_5
  36. editors_menus.evenement_add:
  37. route_name: node.add
  38. route_parameters:
  39. node_type: 'evenement'
  40. title: 'Add Evenement'
  41. appears_on:
  42. - view.content.page_6
  43. editors_menus.actu_add:
  44. route_name: node.add
  45. route_parameters:
  46. node_type: 'actualite'
  47. title: 'Add Actualité'
  48. appears_on:
  49. - view.content.page_7
  50. editors_menus.ville_add:
  51. route_name: entity.taxonomy_term.add_form
  52. route_parameters:
  53. taxonomy_vocabulary: 'villes'
  54. title: 'Add Ville'
  55. appears_on:
  56. - view.admin_taxo.page_1
  57. editors_menus.type_doc_add:
  58. route_name: entity.taxonomy_term.add_form
  59. route_parameters:
  60. taxonomy_vocabulary: 'types_de_document'
  61. title: 'Add Type de document'
  62. appears_on:
  63. - view.admin_taxo.page_2
  64. editors_menus.type_event_add:
  65. route_name: entity.taxonomy_term.add_form
  66. route_parameters:
  67. taxonomy_vocabulary: 'types_d_evenement'
  68. title: 'Add Type d`évenement'
  69. appears_on:
  70. - view.admin_taxo.page_3
  71. editors_menus.type_theme_add:
  72. route_name: entity.taxonomy_term.add_form
  73. route_parameters:
  74. taxonomy_vocabulary: 'types_de_theme'
  75. title: 'Add Type de theme'
  76. appears_on:
  77. - view.admin_taxo.page_4
  78. editors_menus.collection_add:
  79. route_name: entity.taxonomy_term.add_form
  80. route_parameters:
  81. taxonomy_vocabulary: 'collection'
  82. title: 'Add Collection'
  83. appears_on:
  84. - view.admin_taxo.page_5