8
0
Просмотр исходного кода

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

Marek Lewandowski 6 лет назад
Родитель
Сommit
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
  * @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
+ */