8
0
Эх сурвалжийг харах

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

Marek Lewandowski 6 жил өмнө
parent
commit
8215375ed9

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