mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-16 05:14:35 +02:00
Added an CKEditor plugin for easy placeholder selection.
This commit is contained in:
parent
726cab1c5a
commit
a39f816422
7 changed files with 221 additions and 0 deletions
|
@ -64,6 +64,7 @@ class LabelOptionsType extends AbstractType
|
|||
|
||||
$builder->add('lines', CKEditorType::class, [
|
||||
'label' => 'label_profile.lines.label',
|
||||
'empty_data' => '',
|
||||
'attr' => [
|
||||
'rows' => 4,
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue