feat: add min and max to free-form questions and an option to change the button caption on tools
### Additions * added field `min: Int!` to `FreeFormQuestionDetailsType` type * added field `min: Int!` to `AutoFreeFormQuestionDetailsType` type * added field `max: Int!` to `FreeFormQuestionDetailsType` type * added field `max: Int!` to `AutoFreeFormQuestionDetailsType` type * added field `buttonCaption: String!` to `ToolType` type * added field `buttonCaption: String!` to `ExtendedToolType` type Closes #388, #397
Loading
Please sign in to comment