Skip to content

Multiple Editor on same page

Hello there, me again :D

When loading multiple time an editor , the first one loads properly, the second doesnt if I override the configuration (

Screenshot_2024-08-31_at_12.33.07

->add('biography', Ckeditor5TextareaType::class, [ 'attr' => [ 'data-ckeditor5-config' => 'custom' ], ]) ->add('biography_en', Ckeditor5TextareaType::class, [ 'attr' => [ 'data-ckeditor5-config' => 'custom' ], ])

If I don't override the configuration, they both work well with your german default settings

Screenshot_2024-08-31_at_12.35.43

Thank you for your help!