Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
nameblue

Variables metadata file is used to define the global variables of the system.

Attributes

NameDescriptionValue
nameThe variable nameAny unique value
valueThe variable valueAny
descriptionThe variable descriptionAny

Example

Code Block
themeEclipse
languagexml
titlevariables.xml
collapsetrue
<variableconfig>
    <variables>
        <variable>
            <name>myvariable</name>
            <value>testvalue1234</value>
            <description>This is a test variable</description>
        </variable>
    </variables>
	...
</variableconfig>