You are here

juicebox.routing.yml in Juicebox HTML5 Responsive Image Galleries 8.2

Same filename and directory in other branches
  1. 8.3 juicebox.routing.yml

File

juicebox.routing.yml
View source
  1. juicebox.xml_field:
  2. path: '/juicebox/xml/field/{entityType}/{entityId}/{fieldName}/{displayName}'
  3. defaults:
  4. _controller: '\Drupal\juicebox\Controller\JuiceboxXmlControllerField::xmlController'
  5. requirements:
  6. _access: 'TRUE'
  7. juicebox.xml_viewsstyle:
  8. path: '/juicebox/xml/viewsstyle/{viewName}/{displayName}'
  9. defaults:
  10. _controller: '\Drupal\juicebox\Controller\JuiceboxXmlControllerViewsStyle::xmlController'
  11. requirements:
  12. _access: 'TRUE'
  13. juicebox.admin_settings:
  14. path: '/admin/config/media/juicebox'
  15. defaults:
  16. _form: '\Drupal\juicebox\Form\SettingsForm'
  17. _title: 'Juicebox Global Configuration'
  18. requirements:
  19. _permission: 'administer site configuration'