소스 검색

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
+ */