Procházet zdrojové kódy

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

Marek Lewandowski před 6 roky
rodič
revize
8215375ed9
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  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
+ */