-
Templating and Integration Guide
- Part 1: Concepts
- Part 2: Modules
- Part 3: Templates and Studio
- Part 4: Content Definitions and Views
- Part 5: Advanced Techniques
- Part 6: Setting up an integration environment
- Part 7: Step by step integration
- Further reading and resources
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'

