Kacper Tomporowski
Kacper Tomporowski
Hi! Thanks for the report. Unfortunately, currently there is no easy way to enable Iframely in an easy way. I will mark this ticket as a feature request. I believe,...
Hi! The image resize is available in the [rich preset](https://github.com/ckeditor/strapi-plugin-ckeditor/blob/master/admin/src/components/CKEditorInput/Configurator.js#L193). Could you please check if it works for your after configuring your custom field to use CKEditor 5 with the...
Hi @PaulBratslavsky! Do you still experience the issue with the latest plugin version?
Could you please make sure that your Git is set up properly and that your SSH key is attached to your Git account? You can find some troubleshooting information about...
Hello, @nakupanda! Basically, it's possible to achieve the result you mentioned, but it requires changing all downcast converters. I'll confirm your issue as a feature request. We might create API...
>Hi @Mgsy ,I think this feautre is very important.May I know when this feature will be supported? Thanks. Hi @mengjoel, we understand that this feature might be important for you....
Currently, it's [not possible](https://github.com/ckeditor/ckeditor5/issues/7343) to build the editor from the source using Next.js. I think it's related to a webpack configuration and Next.js webpack config requires some adjustments to make...
The issue is caused by the fact that all editors re-render after adding a new editor. The solution is to make sure that only one component is added, without triggering...
Full solution: https://github.com/raziahmadansari/editor-demo/tree/main/src/app/loop-demo The example mechanism for rendering components with `trackBy` : **loop-demo.component.html** ```html CKEditor Demo + Add Editor X Remove Editors ``` **loop-demo.component.ts** ``` import { Component, OnInit }...
Hi! Thanks for the report. I will confirm it as a valid feature request.