Added constraints for selectable attribute.

This commit is contained in:
Jan Böhmer 2019-08-12 21:47:25 +02:00
parent 408d98c6e1
commit 51be176418
12 changed files with 169 additions and 0 deletions

View file

@ -68,6 +68,7 @@
{% if form.parent%}
{{ form_row(form.parent) }}
{% endif %}
{{ form_row(form.not_selectable) }}
{% block additional_controls %}{% endblock %}