[export] adding spreadsheet formatter

This commit is contained in:
2017-02-19 21:40:55 +01:00
parent 5c0ca70ebf
commit d5c26c6d47
11 changed files with 726 additions and 52 deletions

View File

@@ -144,4 +144,11 @@
{{ form_row(form.position) }}
{% endblock %}
{% endblock %}
{% block _formatter__aggregator_placement_spreadsheet_formatter_row %}
<h3>{{ form_label(form) }}</h3>
{{ form_row(form.order) }}
{% endblock %}