You are here

ckeditor_templates_ui.routing.yml in Ckeditor templates user interface 8

File

ckeditor_templates_ui.routing.yml
View source
  1. entity.ckeditor_template.collection:
  2. path: '/admin/config/content/ckeditor_templates'
  3. defaults:
  4. _entity_list: 'ckeditor_template'
  5. _title: 'Ckeditor templates configuration'
  6. requirements:
  7. _permission: 'administer ckeditor templates'
  8. entity.ckeditor_template.add_form:
  9. path: '/admin/config/content/ckeditor_templates/add'
  10. defaults:
  11. _entity_form: 'ckeditor_template.add'
  12. _title: 'Add Ckeditor template'
  13. requirements:
  14. _permission: 'administer ckeditor templates'
  15. entity.ckeditor_template.edit_form:
  16. path: '/admin/config/content/ckeditor_templates/{ckeditor_template}'
  17. defaults:
  18. _entity_form: 'ckeditor_template.edit'
  19. _title: 'Edit Ckeditor template'
  20. requirements:
  21. _permission: 'administer ckeditor templates'
  22. entity.ckeditor_template.delete_form:
  23. path: '/admin/config/content/ckeditor_templates/{ckeditor_template}/delete'
  24. defaults:
  25. _entity_form: 'ckeditor_template.delete'
  26. _title: 'Delete Ckeditor template'
  27. requirements:
  28. _permission: 'administer ckeditor templates'