Optional ReadonlyAPI_@TJS-ignore
The alias of the extension, ensure it is unique
Optionalapi@TJS-type string
OptionaljsThe file location of the javascript file to load @TJS-type string
OptionalkindThe kind of the extension, used to group extensions together
OptionalmetaThe friendly name of the extension
The type of extension such as dashboard etc...
OptionalweightExtensions such as dashboards are ordered by weight with lower numbers being first in the list
The manifest for a TinyMCE plugin. The plugin will be loaded into the TinyMCE editor. A plugin can add things like buttons, menu items, context menu items, etc. through the TinyMCE API. A plugin can also add custom commands to the editor. A plugin can also modify the behavior of the editor.
See
TinyMCE Plugin for more information.