Tag: Extension
Lightweight definition of the extension, including only metadata.
The extension file always starts with this tag.
Tree
- <>
- <extension>
- <extension/>
-
<callbacks>
...
</callbacks>
- </extension>
- </>
Examples
Mandatory Attributes
Name |
Description |
Type |
Allowed Values |
name
|
Name of the extension.
|
String |
|
Optional Attributes
Name |
Description |
Type |
Default Value |
Allowed Values |
debug
|
To start this extension in debug mode if in scripted mode.
|
Boolean |
False |
True, False |
icon
|
Icon for the extension.
|
String |
|
|
minorversion
|
Minor version of the extension.
|
Int32 |
0 |
|
version
|
Major version of the extension.
|
Int32 |
1 |
|