ez.no / ezpublish / documentation / the template language / variable types
These documentation pages are no longer maintained. Please visit the new documentation site.
The template system has built-in support for the following variable types:
In addition to the built-in types, it is also possible to create and use custom variable types. Custom variable types are stored using objects. Operators are then used to create proper objects and the objects have to know how to represent themselves.
Some variable types can be input/created directly, others need to be created using an operator. Types that may be input directly are numbers, strings and custom variables. Booleans and arrays need to be created using operators.
Comments