add suffix to assets entrypoints + replace link/script html tags by encore_entry twig tag

This commit is contained in:
2021-07-23 12:27:30 +02:00
parent e0dbe9cf9d
commit d20a3cf9d4
9 changed files with 45 additions and 55 deletions

View File

@@ -214,5 +214,5 @@
{% endblock %}
{% block js %}
{{ encore_entry_script_tags('household_edit_metadata') }}
{{ encore_entry_script_tags('page_household_edit_metadata') }}
{% endblock %}