Skip to content

Commit 434adf0

Browse files
kemister85metricjs
andauthored
Update modules/ROOT/pages/creating-a-plugin.adoc
Co-authored-by: Millie <millie.macdonald@tiny.cloud>
1 parent 3907b85 commit 434adf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/ROOT/pages/creating-a-plugin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Create a plugin for {productname}
22
:navtitle: Create a plugin
33
:description_short: Introducing plugin creation, with an example.
4-
:description: Create custom TinyMCE plugins using PluginManager.add, editor.ui.registry.addButton, and editor.addCommand. Register plugins, add toolbar buttons, and define commands.
4+
:description: Create custom TinyMCE plugins using PluginManager.add, and expand their functionality with custom toolbar buttons using editor.ui.registry.addButton, custom commands using editor.addCommand, and more.
55
:keywords: plugin, plugin.js, plugin.min.js, tinymce.js, PluginManager, addButton, addCommand, custom plugin, toolbar button
66

77
{productname} is designed to be easily extended by custom plugins; with APIs for registering custom plugins, and creating and localizing custom UI.

0 commit comments

Comments
 (0)