Skip to content

Commit fb5b656

Browse files
committed
fix the integration of the burgov/key-value-bundle
1 parent 479e5fa commit fb5b656

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

app/config/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ sonata_admin:
202202
- cmf_simple_cms.persistence.phpcr.admin.page
203203

204204
sonata_doctrine_phpcr_admin:
205+
templates:
206+
form:
207+
- SandboxMainBundle:Admin:form_admin_fields.html.twig
205208
document_tree_defaults: [locale]
206209
document_tree:
207210
Doctrine\ODM\PHPCR\Document\Generic:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)