Tag: Extension

Lightweight definition of the extension, including only metadata.
The extension file always starts with this tag.

Tree

  • <>
    • <extension/>
  • </>

Remarks

This strategically ignores some children so that we can load enough of the xml of an extension to figure out whether it needs to really be loaded without loading the whole thing.

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