We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6b925 commit 6b03922Copy full SHA for 6b03922
src/Admin/Resources/templates/partials/form_field_form.html.twig
@@ -74,7 +74,7 @@
74
75
{% if formFieldEntity is defined %}
76
77
- formFieldEntity = {{ formFieldEntity.toArray()|json_encode(constant('JSON_PRETTY_PRINT'))|raw }};
+ formFieldEntity = {{ formFieldEntity|json_encode(constant('JSON_PRETTY_PRINT'))|raw }};
78
79
if (formFieldEntity.validations === undefined) {
80
formFieldEntity.validations = [];
0 commit comments