Content-Type Fields
This explains Content-Type Fields. For an overview check out Understanding Data....
The EAV (Entity-Attribute-Value) system and 2sxc is all about data. The data in the Attributes (aka Fields, Properties) are have a Type This Value-Type or Data-Type describes how data is stored (persisted) in various formats (SQL, JSON, XML) and how it's used in code (C#, JavaScript, Tokens, Angular, ...).
General Settings for all Fields
General Settings contain core information about a field like name, help-text and more. Every field has these configurations.
Field Types
These are the core Field-Types. Each may have one or more Input-Types.
- Booleanbasic true/false or yes/no values
- Customa JSON data type for GPS and other JSON data
- DateTimefor dates and times
- Emptya UI-only field for things like grouping fields together under a title
- Entityan item-picker field to choose existing items, for relationships between items - like a book to the author or a blog-post to tags
- Hyperlinka special string with helper objects which resolve "file:72" to the real link
- Numberfor any kind of number like 1, 2, 3 or with decimals
- Stringfor string types or when your other options don't fit
History
- Almost all types were introduced in EAV 1.0 2sxc 1.0
- Changed continously - most of it in EAV 2-4 which matches 2sxc 4, 6 and 9