diff --git a/Form/Type/ArticleTranslationType.php b/Form/Type/ArticleTranslationType.php index 6e8f949..5f71879 100644 --- a/Form/Type/ArticleTranslationType.php +++ b/Form/Type/ArticleTranslationType.php @@ -25,7 +25,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) 'attr' => ['rows' => 4] ]); - $builder->add('content', 'text', [ + $builder->add('content', 'textarea', [ 'label' => 'webburza.sylius.article.label.content', 'attr' => ['class' => 'ckeditor'] ]);