Skip to content

Instantly share code, notes, and snippets.

@ideadapt
Created January 17, 2012 14:48
Show Gist options
  • Save ideadapt/1626900 to your computer and use it in GitHub Desktop.
Save ideadapt/1626900 to your computer and use it in GitHub Desktop.
extending the sonataadminbundle standard layout
{% extends 'SonataAdminBundle::my_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