Skip to content

Commit

Permalink
Image Picker: Remove unsupported contentMode values from the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed Dec 19, 2023
1 parent e56dd39 commit 5d8a28a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/question_imagepicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,8 @@ export class QuestionImagePickerModel extends QuestionCheckboxBase {
*
* Possible values:
*
* - `"image"` - Images in one of the following formats: JPEG, GIF, PNG, APNG, SVG, BMP, ICO.
* - `"image"` (default) - Images in one of the following formats: JPEG, GIF, PNG, APNG, SVG, BMP, ICO.
* - `"video"` - Videos in one of the following formats: MP4, MOV, WMV, FLV, AVI, MKV.
* - `"youtube"` - Links to YouTube videos.
* - `"auto"` (default) - Selects one of the above based on the `imageLink` property value of each choice item.
*/
public get contentMode(): string {
return this.getPropertyValue("contentMode");
Expand Down

0 comments on commit 5d8a28a

Please sign in to comment.