editors_menus.links.action.yml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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.iframe_add:
  30. route_name: node.add
  31. route_parameters:
  32. node_type: 'iframe'
  33. title: 'Add Iframe'
  34. appears_on:
  35. - view.content.page_4
  36. editors_menus.ressource_add:
  37. route_name: node.add
  38. route_parameters:
  39. node_type: 'ressource'
  40. title: 'Add Ressource'
  41. appears_on:
  42. - view.content.page_5
  43. editors_menus.evenement_add:
  44. route_name: node.add
  45. route_parameters:
  46. node_type: 'evenement'
  47. title: 'Add Evenement'
  48. appears_on:
  49. - view.content.page_6
  50. editors_menus.actu_add:
  51. route_name: node.add
  52. route_parameters:
  53. node_type: 'actualite'
  54. title: 'Add Actualité'
  55. appears_on:
  56. - view.content.page_7
  57. editors_menus.ville_add:
  58. route_name: entity.taxonomy_term.add_form
  59. route_parameters:
  60. taxonomy_vocabulary: 'villes'
  61. title: 'Add Ville'
  62. appears_on:
  63. - view.admin_taxo.page_1
  64. editors_menus.type_doc_add:
  65. route_name: entity.taxonomy_term.add_form
  66. route_parameters:
  67. taxonomy_vocabulary: 'types_de_document'
  68. title: 'Add Type de document'
  69. appears_on:
  70. - view.admin_taxo.page_2
  71. editors_menus.type_event_add:
  72. route_name: entity.taxonomy_term.add_form
  73. route_parameters:
  74. taxonomy_vocabulary: 'types_d_evenement'
  75. title: 'Add Type d`évenement'
  76. appears_on:
  77. - view.admin_taxo.page_3
  78. editors_menus.type_theme_add:
  79. route_name: entity.taxonomy_term.add_form
  80. route_parameters:
  81. taxonomy_vocabulary: 'types_de_theme'
  82. title: 'Add Type de theme'
  83. appears_on:
  84. - view.admin_taxo.page_4
  85. editors_menus.collection_add:
  86. route_name: entity.taxonomy_term.add_form
  87. route_parameters:
  88. taxonomy_vocabulary: 'collection'
  89. title: 'Add Collection'
  90. appears_on:
  91. - view.admin_taxo.page_5