You are here

organigrams.links.action.yml in Organigrams 8.2

Same filename and directory in other branches
  1. 8 organigrams.links.action.yml

File

organigrams.links.action.yml
View source
  1. entity.taxonomy_vocabulary.add_organigrams_form:
  2. route_name: entity.vocabulary.add_organigram_form
  3. title: 'Add organigram'
  4. appears_on:
  5. - entity.taxonomy_vocabulary.collection
  6. weight: 10
  7. entity.taxonomy_term.import_organigrams_form:
  8. route_name: organigrams.import_form
  9. title: 'Import Drupal 7 organigram'
  10. appears_on:
  11. - entity.vocabulary.add_organigram_form
  12. entity.taxonomy_term.import_organigram_items_form:
  13. route_name: organigrams.import_items_form
  14. title: 'Import organigram items'
  15. appears_on:
  16. - entity.taxonomy_vocabulary.overview_form
  17. weight: 10
  18. entity.taxonomy_term.export_organigram_items_form:
  19. route_name: organigrams.export_items_form
  20. title: 'Export organigram items'
  21. appears_on:
  22. - entity.taxonomy_vocabulary.overview_form
  23. weight: 11