Преглед на файлове

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