Skip to content

Instantly share code, notes, and snippets.

@ideadapt
Created January 17, 2012 13:40
Show Gist options
  • Save ideadapt/1626662 to your computer and use it in GitHub Desktop.
Save ideadapt/1626662 to your computer and use it in GitHub Desktop.
trying to extend the sonataadminbundle standard layout in my own bundle
{% extends 'SonataAdminBundle::standard_layout.html.twig' %}
{% block footer %}
{{ tinymce_init() }}
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment