Added an CKEditor plugin for easy placeholder selection.

This commit is contained in:
Jan Böhmer 2020-04-15 18:20:28 +02:00
parent 726cab1c5a
commit a39f816422
7 changed files with 221 additions and 0 deletions

View file

@ -64,6 +64,7 @@ class LabelOptionsType extends AbstractType
$builder->add('lines', CKEditorType::class, [
'label' => 'label_profile.lines.label',
'empty_data' => '',
'attr' => [
'rows' => 4,
],