Changes between Version 13 and Version 14 of S3/DynamicTables
- Timestamp:
- 02/24/17 12:56:36 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/DynamicTables
v13 v14 80 80 ||require_not_empty||boolean||default False||indicates that the field must not be empty|| 81 81 ||require_unique||boolean||default False||indicates that the field value must be unique|| 82 || settings||JSON||no||other field settings and constraints||82 ||''settings''||''JSON''||no||''other field settings and constraints, e.g. validation options (like "min" and "max" for integer/double/date/datetime fields), widget options, component tab behavior, value representation options|| 83 83 ||component_key||boolean||default False||indicates that this field is a foreign key to link to the master table (see dynamic components), field must be a reference|| 84 84 ||component_alias||string||no||the alias to access the table as component||