You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation/frameworks/react.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ The `<CKEditor>` component supports the following properties:
75
75
*`config`– The editor configuration. See the {@link installation/getting-started/configuration Configuration} guide.
76
76
*`id`– The editor ID. When this property changes, the component restarts the editor with new data instead of setting it on an initialized editor.
77
77
*`disabled`– A Boolean value. The {@link module:core/editor/editor~Editor `editor`} is being switched to read-only mode if the property is set to `true`.
78
+
*`watchdogConfig`– {@link module:watchdog/watchdog~WatchdogConfig Configuration object} for the [watchdog feature](https://ckeditor.com/docs/ckeditor5/latest/features/watchdog.html).
78
79
*`onReady`– A function called when the editor is ready with an {@link module:core/editor/editor~Editor `editor`} instance. This callback is also called after the reinitialization of the component if an error occurred.
79
80
*`onChange`– A function called when the editor data has changed. See the {@link module:engine/model/document~Document#event:change:data`editor.model.document#change:data`} event.
80
81
*`onBlur`– A function called when the editor was blurred. See the {@link module:engine/view/document~Document#event:blur`editor.editing.view.document#blur`} event.
@@ -527,7 +528,7 @@ Besides the CKEditor base and plugins, you need to install additional packages t
527
528
Install necessary packages alongside the default theme using the following command.
0 commit comments