You are here

ckeditor_abbreviation.routing.yml in CKEditor Abbreviation 2.0.x

File

ckeditor_abbreviation.routing.yml
View source
  1. ckeditor_abbreviation.abbreviation_dialog:
  2. path: '/ckeditor-abbreviation/dialog/abbreviation/{editor}'
  3. defaults:
  4. _form: '\Drupal\ckeditor_abbreviation\Form\CkeditorAbbreviationDialog'
  5. _title: 'Add abbreviation'
  6. requirements:
  7. _entity_access: 'editor.use'