This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
acr_file_exporter.exportform: | |
path: '/node/{node}/export' | |
defaults: | |
_form: '\Drupal\acr_file_exporter\Form\ACRExporterForm' | |
_title: 'Export' | |
requirements: | |
_role: 'content admin' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
acr_file_exporter.exportcontext: | |
title: "Export" | |
route_name: 'acr_file_exporter.exportform' | |
group: 'node' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
acr_file_exporter.exporttask: | |
route_name: 'acr_file_exporter.exportform' | |
title: 'Export' | |
base_route: 'entity.node.canonical' | |
weight: 100 |