Răsfoiți Sursa

Docs: CKEditor 4 configuration options compatibility table: baseFloatZIndex and keystrokes updated. [skip ci]

Wiktor Walc 8 ani în urmă
părinte
comite
056d7f7964
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      docs/builds/guides/migrate.md

+ 2 - 2
docs/builds/guides/migrate.md

@@ -80,7 +80,7 @@ Note: the number of options has been reduced on purpose. We understood that conf
 | [autoEmbed_widget](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-autoEmbed_widget) | Media embedding is not yet supported, but is planned. |
 | [autoGrow_bottomSpace](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-autoGrow_bottomSpace) <br> [autoGrow_maxHeight](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-autoGrow_maxHeight) <br> [autoGrow_minHeight](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-autoGrow_minHeight) <br> [autoGrow_onStartup](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-autoGrow_onStartup) | <p>Classic editor (CKEditor 5) no longer encapsulates the editing area in an `<iframe>`, which means that the height (and similar options) of the editing area can be easily controlled with CSS. For example the minHeight and maxHeight settings can be achieved with `.ck-editor__editable { min-height:200px; max-height:400px; }`.</p><p> See also [How to set the height of CKEditor 5 (Classic editor)](https://stackoverflow.com/questions/46559354/how-to-set-the-height-of-ckeditor-5-classic-editor).</p>  |
 | [autoUpdateElement](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-autoUpdateElement) | Defaults to true, cannot be disabled. |
-| [baseFloatZIndex](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-baseFloatZIndex) | N/A |
+| [baseFloatZIndex](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-baseFloatZIndex) | N/A. There is a dedicated [issue about z-index management](https://github.com/ckeditor/ckeditor5-ui/issues/218) and making it more open for developers. |
 | [baseHref](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-baseHref) | Not supported yet, see https://github.com/ckeditor/ckeditor5/issues/665. |
 | [basicEntities](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-basicEntities) | N/A |
 | [blockedKeystrokes](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-blockedKeystrokes) | N/A |
@@ -145,7 +145,7 @@ Note: the number of options has been reduced on purpose. We understood that conf
 | [indentClasses](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-indentClasses) <br> [indentOffset](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-indentOffset) <br> [indentUnit](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-indentUnit) | N/A |
 | [jqueryOverrideVal](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-jqueryOverrideVal) | N/A |
 | [justifyClasses](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-justifyClasses) | The text alignment feature is under development: https://github.com/ckeditor/ckeditor5-alignment. |
-| [keystrokes](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-keystrokes) | N/A |
+| [keystrokes](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-keystrokes) | <p>Keystroke handlers can be registered using {@link module:core/editingkeystrokehandler~EditingKeystrokeHandler `EditingKeystrokeHandler`}. More information and examples can be found in a dedicated {@link framework/guides/architecture/intro#Keystroke-handler Keystrokes and focus management} article.</p><p>Making keystrokes overridable through `config.keystrokes` is handled in a [dedicated issue](https://github.com/ckeditor/ckeditor5-core/issues/8). There is also an issue about [improving keystroke handling](https://github.com/ckeditor/ckeditor5-core/issues/20).</p> |
 | [language](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-language) <br> [language_list](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-language_list) | The support for multiple translations has just been implemented and will be included in the upcoming version of CKEditor 5 (1.0.0-alpha.3). Related documentation will be coming soon. |
 | [linkJavaScriptLinksAllowed](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-linkJavaScriptLinksAllowed) | N/A |
 | [linkShowAdvancedTab](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-linkShowAdvancedTab) <br> [linkShowTargetTab](/ckeditor4/docs/#!/api/CKEDITOR.config-cfg-linkShowTargetTab) | N/A |