add mime types to documents

This commit is contained in:
2018-06-07 15:31:20 +02:00
parent b5bf8b8884
commit 299491cb5b
6 changed files with 74 additions and 96 deletions

View File

@@ -3,5 +3,6 @@
{{ form_widget(form.filename) }}
{{ form_widget(form.keyInfos, { 'attr': { 'data-stored-object-key': 1 } }) }}
{{ form_widget(form.iv, { 'attr': { 'data-stored-object-iv': 1 } }) }}
{{ form_widget(form.type, { 'attr': { 'data-async-file-type': 1 } }) }}
</div>
{% endblock %}