Panel | ||
---|---|---|
| ||
Variables metadata file is used to define the global variables of the system. |
Attributes
Name | Description | Value |
---|---|---|
name | The variable name | Any unique value |
value | The variable value | Any |
description | The variable description | Any |
Example
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<variableconfig>
<variables>
<variable>
<name>myvariable</name>
<value>testvalue1234</value>
<description>This is a test variable</description>
</variable>
</variables>
...
</variableconfig> |