Skip to content

Commit

Permalink
Merge pull request #298 from symfony-cmf/fix-burgov-integration
Browse files Browse the repository at this point in the history
fix the integration of the burgov/key-value-bundle
  • Loading branch information
lsmith77 committed Aug 27, 2015
2 parents c322317 + fb5b656 commit 436c27f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ sonata_admin:
- cmf_simple_cms.persistence.phpcr.admin.page

sonata_doctrine_phpcr_admin:
templates:
form:
- SandboxMainBundle:Admin:form_admin_fields.html.twig
document_tree_defaults: [locale]
document_tree:
Doctrine\ODM\PHPCR\Document\Generic:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends "SonataDoctrinePHPCRAdminBundle:Form:form_admin_fields.html.twig" %}

{% block burgov_key_value_widget %}
{{- block('sonata_type_native_collection_widget') -}}
{% endblock %}

0 comments on commit 436c27f

Please sign in to comment.