8
0
فهرست منبع

Add IndentBlock description.

Maciej Gołaszewski 6 سال پیش
والد
کامیت
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.
  * 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
  * @extends module:core/plugin~Plugin
  */
  */
 export default class IndentBlock extends Plugin {
 export default class IndentBlock extends Plugin {