|
|
@@ -20,7 +20,12 @@ const defaultIcons = {
|
|
|
};
|
|
|
|
|
|
/**
|
|
|
- * TODO: description
|
|
|
+ * HeadingButtonsUI class creates set of UI buttons that can be used instead of drop down component.
|
|
|
+ * It is not enabled by default when using {@link module:heading/heading~Heading heading plugin}, and need to be
|
|
|
+ * added manually to the editor configuration.
|
|
|
+ *
|
|
|
+ * It uses `icon` config option provided in {@link module:heading/heading~HeadingOption}. For the default configuration
|
|
|
+ * standard icons are used.
|
|
|
*
|
|
|
* @extends module:core/plugin~Plugin
|
|
|
*/
|