Address: twig insert, complete options for use cases

This commit is contained in:
2021-09-23 16:22:10 +02:00
parent f93c13234a
commit 95e0198952
4 changed files with 10 additions and 4 deletions

View File

@@ -29,13 +29,13 @@
{# include vue_address component #}
{% include '@ChillMain/Address/_insert_vue_address.html.twig' with {
targetEntity: { name: 'person', id: person.id },
backUrl: path('chill_person_address_list', { 'person_id': person.id }),
openPanesInModal: false,
stickyActions: true,
useValidFrom: true,
} %}
{#
useValidTo: true,
backUrl: path('chill_person_address_list', { 'person_id': person.id }),
openPanesInModal: false,
#}
{% endblock %}