need to run : drush ev 'drupal_flush_all_caches();' drush cr and restart nginx and php-fpm before loading the website
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
# Chutier routing definition
|
|
chutier.settings_tab:
|
|
route_name: chutier.settings
|
|
title: 'Settings'
|
|
base_route: chutier.settings
|
|
|
|
entity.chutier.canonical:
|
|
route_name: entity.chutier.canonical
|
|
base_route: entity.chutier.canonical
|
|
title: 'View'
|
|
|
|
entity.chutier.edit_form:
|
|
route_name: entity.chutier.edit_form
|
|
base_route: entity.chutier.canonical
|
|
title: 'Edit'
|
|
|
|
entity.chutier.delete_form:
|
|
route_name: entity.chutier.delete_form
|
|
base_route: entity.chutier.canonical
|
|
title: Delete
|
|
weight: 10
|
|
|
|
# Composition routing definition
|
|
composition.settings_tab:
|
|
route_name: composition.settings
|
|
title: 'Settings'
|
|
base_route: composition.settings
|
|
|
|
entity.composition.canonical:
|
|
route_name: entity.composition.canonical
|
|
base_route: entity.composition.canonical
|
|
title: 'View'
|
|
|
|
entity.composition.edit_form:
|
|
route_name: entity.composition.edit_form
|
|
base_route: entity.composition.canonical
|
|
title: 'Edit'
|
|
|
|
entity.composition.delete_form:
|
|
route_name: entity.composition.delete_form
|
|
base_route: entity.composition.canonical
|
|
title: Delete
|
|
weight: 10
|