Skip to content

Commit

Permalink
Merge pull request #246 from flotiq/24102-add-info-on-max-number-inpu…
Browse files Browse the repository at this point in the history
…t-type-range

add info on number input type range limitations
  • Loading branch information
trzcina authored May 15, 2024
2 parents 98bc97d + c0e4b94 commit ecfc4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API/content-type/creating-ctd.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ Property types (as of `schemaDefinition` properties), recognized by CMS panel:
| string | Any string data that includes date and files | minLength | Minimal length of filed content |
| | | pattern | Regex pattern of filed content |
| | | default | Default value of the field |
| number | Any number, integer, float and double | minLength | Minimal length of filed content |
| number | Any number, integer or float. Must be within float range. | minLength | Minimal length of filed content |
| | | default | Default value of the field |
| boolean | Represents two values, `true` and `false`. Note that truthy and falsy values such as "true", "", 0 or null are not considered boolean values. | none allowed | |
| array | Used for lists or relations. | items | For relations: it has to be an object containing `{"$ref": "#/components/schemas/DataSource"}`, as the items of the array are objects described in DataSource schema.<br>For list items: it should be a valid json schema following the same restrictions as wrapping schema |
Expand Down

0 comments on commit ecfc4d5

Please sign in to comment.