-
I have a component like
``` return (
{
console.log(context)
} }
onChangeInitializedEditors={ editors => {
console.log( editors )…
-
## Problem/Motivation
We've heard some reports of issues encountered by site owners when upgrading sites to AZQS 2.10.x because they had missed the needed steps to upgrade their editor configs to CKE…
-
```
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^36.0.1",
"@ckeditor/ckeditor5-react": "^5.0.2",
}
```
React Component for Editor
```
import { CKEditor } from "@c…
-
i have problem on my next js testing with ckeditor,
here is my ckeditor component :
```
'use client'
import { CKEditor } from '@ckeditor/ckeditor5-react'
import {
ClassicEditor,
Itali…
-
## 📝 Provide detailed reproduction steps (if any)
1. …Create a new React SPFx app
2. …Install the dependency @ckeditor/ckeditor5-react: "6.1.0"
3. …Import the CKEditor component from '@ckeditor/c…
-
I would like to make the toolbar configurable as a separate component
ebryn updated
9 years ago
-
/node_modules/@wiris/mathtype-html-integration-devkit/styles/icons/general/close_icon.svg:1:0 - Error: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this fi…
-
As mentioned in the issue title. The `peerDeps` should be updated too in `integrations` folder `package.json`, to be aligned with `ckeditor5*` package version from samples directories.
-
Due to usage, text in the ckeditor component does not have theme styles. Is there a simple way or hint how to fix this?
I even can not see fontawesome icons in text :(
-
```
Currently, the component uses the ckeditor source javascript and css resources.
It is possible to pack these resources with ckpackager.jar, but when I do
this, resource loading breaks (the whol…