Kaynağa Gözat

Fixed description of the configuration option.

Maciej Bukowski 5 yıl önce
ebeveyn
işleme
3bd5607a32
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      docs/builds/guides/frameworks/react.md

+ 1 - 1
docs/builds/guides/frameworks/react.md

@@ -129,7 +129,7 @@ The `CKEditorContext` component supports the following properties:
 
 * `context` (required) – {@link module:core/context~Context The CKEditor 5 context class}.
 * `config` – The CKEditor 5 context configuration.
-* `isLayoutReady` – A property that delays the editor creation when set to true. Useful when the CKEditor 5 annotations or a presence list is used.
+* `isLayoutReady` – A property that delays the context creation when set to `false`. It creates the context and the editor children once it's `true` or unset. Useful when the CKEditor 5 annotations or a presence list is used.
 * `id` – The context ID. When that property changes the component restarts the context with its editor and reinitialize it based on the current configuration.
 * `onReady` – A function called when the context is ready and all editors inside were initialized with the `context` instance. This callback will be called after the initialization and after restarts of editors or the context.
 * `onError` – A function called when the context has crashed during the initialization or during the runtime. It receives two arguments: the error instance and the error details.