You are here

focal_point.routing.yml in Focal Point 8

File

focal_point.routing.yml
View source
  1. focal_point.preview:
  2. path: '/admin/focal_point/preview/{fid}/{focal_point_value}'
  3. defaults:
  4. _controller: '\Drupal\focal_point\Controller\FocalPointPreviewController::content'
  5. _title: 'Focal Point Preview'
  6. requirements:
  7. _custom_access: '\Drupal\focal_point\Controller\FocalPointPreviewController::access'