parameter

Defines a parameter to be associated with a content-type, panel or field. The parameter has a fixed value defined in the resource file. It is not displayed in CUE or used by CUE in any way. It can, however be retrieved by template developers and used for a variety of purposes.

Syntax
<parameter
    name="NCName"
    value="text"
  />
Attributes
name="NCName"

The name of the parameter element.

value="text"

The value of this parameter.