Sfoglia il codice sorgente

Add IndentBlock description.

Maciej Gołaszewski 6 anni fa
parent
commit
c9275e7eb0
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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 {