...
Attribute | Description | Required | Possible Values | Default Value |
---|---|---|---|---|
id | Unique identifier, used for finding field label translations. | yes (if txt not defined) | any string | - |
txt | Default label text, overridden by existing translations. | yes (if id not defined) | any string | - |
size | Field size in characters for all text edit fields. | no | positive integer | - |
set | The set attribute forces the contents of the field whenever the panel is reached during navigating, even if the user has chosen a different value when the panel already appeared before. Variable references in the attribute's value are dynamically resolved during an installation. | no | true | false | (the current variable value is used if defined) |
default | The default attribute is the default for the contents of the field whenever the panel is reached during navigating, in case the underlying field variable is not defined during an installation at this state. Variable references in the attribute's value are dynamically resolved during an installation. | no | true | false | (the current variable value is used if defined) |
omitFromAuto | Whether to omit the field variable's value from being written to the auto-install.xml record initiated from the FinishPanel (if used). Needs to be set on the 'spec' tag.
| no | true | false | true for "password" fields, otherwise false |
...