mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-25 09:03:48 +00:00
upload and retrieve document
This commit is contained in:
7
Resources/views/Form/fields.html.twig
Normal file
7
Resources/views/Form/fields.html.twig
Normal file
@@ -0,0 +1,7 @@
|
||||
{% block stored_object_widget %}
|
||||
<div data-stored-object="data-stored-object">
|
||||
{{ form_widget(form.filename) }}
|
||||
{{ form_widget(form.keyInfos, { 'attr': { 'data-stored-object-key': 1 } }) }}
|
||||
{{ form_widget(form.iv, { 'attr': { 'data-stored-object-iv': 1 } }) }}
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user