понедельник, 20 июня 2016 г.

Change CKeditor height in Symfony

add theres rows in \egeloen\ckeditor-bundle\Resources\views\Form\ckeditor_widget.html.twig:

<script type='text/javascript'>
    CKEDITOR.config.height = 700;
</script>


And don't forget to php app/console assets:install --symlink && php app/console assetic:dump && php app/console cache:clear

Комментариев нет:

Отправить комментарий