-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Having module my_module. Inside one of it's views, e.g. default/index.twig, appears line
{% include 'views/default/list.twig' %}
This wont work 'couse twig looking for file in protected directory. It's possible to use paths like my_module/views/default/list.twig, but it will be broken if module changed it's name or path, (e.g. it's installed via composer into protected/vendor). There is no way to specify folder-independent path.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels