drupal-code-generator
drupal-code-generator copied to clipboard
Specifying a custom base path for the content entity is not respected for "collection"
In templates/Entity/_content-entity/src/Entity/Example.php.twig the path for the collection is hard-coded to /admin/content/{{ entity_type_id_short|u2h }} and does not use the entity_base_path provided.
In my opinion this should be {{ entity_base_path }}.
What do you guys think?