Skip to content

Commit

Permalink
upgrad sf 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Meier committed Mar 8, 2016
1 parent 0162d80 commit 0e231e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Resources/views/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

<script type="text/javascript">
var $newsletter = new ibrows_newsletter.newsletter({
tinymceButtons: {{ tinymceCustomButtons|default()|raw }},
tinymceButtons: {{ tinymceCustomButtons|default('[]')|raw }},
selectors: {
iframeAutoheight: '[data-iframe-auto-height="true"]'
}
Expand Down Expand Up @@ -137,7 +137,6 @@
{% block newsletter_content %}{% endblock newsletter_content %}
</div>

{{ tinymce_init() }}
</body>
</html>

{{ tinymce_init() }}
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
"email": "mike.meier@ibrows.ch"
}
],
"minimum-stability": "stable",
"require": {
"symfony/symfony": ">=2.1",
"stfalcon/tinymce-bundle": "*"
"symfony/symfony": ">=2.8",
"stfalcon/tinymce-bundle": "^0.4"
},
"autoload": {
"psr-4": { "Ibrows\\Bundle\\NewsletterBundle\\": "" }
Expand Down

0 comments on commit 0e231e4

Please sign in to comment.