-
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
Node Type properties
Properties are similar to fields in a database schema; they are populated with the real data of the node. A name and a type following this syntax define a property as illustrated below:
- name (type)
The following properties types are available
- string
- long
- double
- date
- boolean
- weakreference

