The system can have user defined amount of property fields of which there are several types available:
- single line text
- multi line text
- formatted text (HTML)
- radio button list
- boolean
- multi select list
- drop down list
- date and time
- date
- time
- number
- checkbox list
Some types are kind of option (radio button list, multi select list, drop down list, checkbox list) which has a predefined array of values to use. Others are defined during input.
Values of property fields are linked to elements.
Using REST API it is possible to fetch information about available property fields and field values. Currently it is not possible to modify property fields.
Post your comment on this topic.