The alias of the extension, ensure it is unique
Optional
api@TJS-type string
Optional
Readonly
API_@TJS-ignore
Optional
jsThe file location of the javascript file to load @TJS-type string
Optional
kindThe kind of the extension, used to group extensions together
Optional
metaThe friendly name of the extension
The type of extension such as dashboard etc...
Optional
weightExtensions 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.