Skip to content

Commit

Permalink
Merge pull request #868 from droptica/feature/DROOP-1047-paragraph-si…
Browse files Browse the repository at this point in the history
…ngle-counter-throws-error-500-when-counter-number-is-too-large

DROOP-1047 Added count value limit to single counter paragraph
  • Loading branch information
js-droptica authored Jan 4, 2024
2 parents 7f2b7b9 + 0f8f919 commit 7c21dff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default_value: { }
default_value_callback: ''
settings:
min: 1
max: null
max: 2147483647
prefix: ''
suffix: ''
field_type: integer

0 comments on commit 7c21dff

Please sign in to comment.