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.
2 parents c322317 + fb5b656 commit 436c27fCopy full SHA for 436c27f
app/config/config.yml
@@ -202,6 +202,9 @@ sonata_admin:
202
- cmf_simple_cms.persistence.phpcr.admin.page
203
204
sonata_doctrine_phpcr_admin:
205
+ templates:
206
+ form:
207
+ - SandboxMainBundle:Admin:form_admin_fields.html.twig
208
document_tree_defaults: [locale]
209
document_tree:
210
Doctrine\ODM\PHPCR\Document\Generic:
src/Sandbox/MainBundle/Resources/views/Admin/form_admin_fields.html.twig
@@ -0,0 +1,5 @@
1
+{% extends "SonataDoctrinePHPCRAdminBundle:Form:form_admin_fields.html.twig" %}
2
+
3
+{% block burgov_key_value_widget %}
4
+ {{- block('sonata_type_native_collection_widget') -}}
5
+{% endblock %}
0 commit comments