Tag: Extension
Definition of the extension.
The extension file always starts with this tag.
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 |
|