Open Rokn Home
Brought to you by:
kavulix
Element name: extension
The extension element is supported by all items that display a springboard screen (audio, video, slideshow) as well as settings items. The extension element specifies which extensions to use with the parent item. In order to use extensions you must set the enableextensions attribute on the parent item.
Example
<item type="video" enableextensions="true">
<extension name="myextension"/>
</item>
Supported Attributes
Name: name
Type: string
Supported values
the name of an extension in your source/extensions folder
Supported Child Nodes
NONE