How can I set height in CKEditor 5 with Ionic?
I want to create a text editor using Ionic and Angular. I applied it using CKEditor 5 but the height value is not changed. According to the CKEditor 5 documentation, I can control the height value through the config attribute. I have confirmed through the config option that 'paragraphs' are translated into Korean. Is my approach wrong? Here is my source code. My source code consists of 'html', 'component.module.ts', 'component.ts'. html template <ckeditor formControlName="bbsContent" [editor]="Editor" [config]="config" style="height: 300px" data=""></ckeditor> component.module.ts import {