Added possibility to define alternative names on data structures

This can be used to find elements, based on the data returned by info providers
This commit is contained in:
Jan Böhmer 2023-07-16 22:59:46 +02:00
parent edc54aaf91
commit b74ab18a6d
11 changed files with 79 additions and 5 deletions

View file

@ -17,6 +17,7 @@
{% block additional_panes %}
<div class="tab-pane" id="home_advanced">
{{ form_row(form.alternative_names) }}
{{ form_row(form.comment) }}
</div>
{% endblock %}