8
0
Maciej Gołaszewski 6 лет назад
Родитель
Сommit
c9275e7eb0
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      packages/ckeditor5-indent/src/indentblock.js

+ 5 - 0
packages/ckeditor5-indent/src/indentblock.js

@@ -17,6 +17,11 @@ import IndentUsingClasses from './indentcommandbehavior/indentusingclasses';
 /**
  * The block indentation feature.
  *
+ * It registers the `'indentBlock'` and `'outdentBlock'` commands.
+ *
+ * If the plugin {@link module:core/indent~Indent} is defined it also attaches the `'indentBlock'` and `'outdentBlock'` commands to
+ * `'indent'` and `'outdent'` commands.
+ *
  * @extends module:core/plugin~Plugin
  */
 export default class IndentBlock extends Plugin {