Search in the Documentation:

Default values

For each property it is possible to define a default value that may consist of:

  • A fixed value
  • A list of non-internationalized values
  • A list of internationalized values that point to resource bundles

Standard syntax

property-name (type, input-mask) = default-value < list-of-default-values


Example:

[cnt:dog]
- color (string, choicelist) = 'black' < 'black', 'white', 'cream', 'red', 'silver', 'brindle'