浏览代码

Docs: Added missing `TableConfig` config reference in the `EditorConfig` class.

Marek Lewandowski 6 年之前
父节点
当前提交
8215375ed9
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      packages/ckeditor5-table/src/table.js

+ 8 - 0
packages/ckeditor5-table/src/table.js

@@ -55,3 +55,11 @@ export default class Table extends Plugin {
  *
  * @interface TableConfig
  */
+
+/**
+ * The configuration of the {@link module:table/table~Table} feature.
+ *
+ * Read more in {@link module:table/table~TableConfig}.
+ *
+ * @member {module:table/table~TableConfig} module:core/editor/editorconfig~EditorConfig#table
+ */