8
0
فهرست منبع

Docs: Documented the editor-create-initial-data. Closes ckeditor/ckeditor5#1665.

Piotrek Koszuliński 6 سال پیش
والد
کامیت
c23fd7807a
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 7 0
      packages/ckeditor5-core/src/editor/editorconfig.jsdoc

+ 7 - 0
packages/ckeditor5-core/src/editor/editorconfig.jsdoc

@@ -52,6 +52,13 @@
  * @member {String} module:core/editor/editorconfig~EditorConfig#initialData
  */
 
+/**
+ * The `config.initialData` option cannot be used together with initial data passed as the first parameter of
+ * {@link module:core/editor/editor~Editor.create `Editor.create()`}.
+ *
+ * @error editor-create-initial-data
+ */
+
 /**
  * The list of plugins to load.
  *