diff --git a/Resources/views/Form/fields.html.twig b/Resources/views/Form/fields.html.twig index aec5ade2..3e4f8b7c 100644 --- a/Resources/views/Form/fields.html.twig +++ b/Resources/views/Form/fields.html.twig @@ -13,11 +13,13 @@
-
- - {% trans %}Edit{% endtrans %} - -
+ {% if not disabled %} +
+ + {% trans %}Edit{% endtrans %} + +
+ {% endif %}
{% if not options.fieldImage %} {% if form[name].vars.value %} diff --git a/composer.json b/composer.json index aab1fab6..1b3fdf83 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "1.3.0-dev" } } }