@@ -105,23 +105,23 @@ $imageFile = FileProcessing::saveWithReturningFile(
105
105
| | | use: ` fileRenameFunction: (file) => return ` my_new_name${file.extension}`; | |
106
106
| ` fileValidateTypeDetectType ` | ` string ` | The file validate type detect type function. | ` '' ` |
107
107
| ` fileValidateTypeLabelExpectedTypes ` | ` string ` | The file validate type label expected types. | ` '' ` |
108
- | ` imageCropAspectRatio ` | `string| null` | The image crop aspect ratio. | ` null ` |
109
- | ` imagePreviewHeight ` | `string| null` | The image preview height. | ` null ` |
108
+ | ` imageCropAspectRatio ` | ` string, null ` | The image crop aspect ratio. | ` null ` |
109
+ | ` imagePreviewHeight ` | ` string, null ` | The image preview height. | ` null ` |
110
110
| ` imagePreviewMarkupShow ` | ` bool ` | Whether to show the image preview markup. | ` true ` |
111
- | ` imagePreviewMaxFileSize ` | `string| null` | The image preview max file size. | ` null ` |
111
+ | ` imagePreviewMaxFileSize ` | ` string, null ` | The image preview max file size. | ` null ` |
112
112
| ` imagePreviewMaxHeight ` | ` int ` | The image preview max height. | ` 256 ` |
113
113
| ` imagePreviewMaxInstantPreviewFileSize ` | ` int ` | The image preview max instant preview file size. | ` 10000000 ` |
114
114
| ` imagePreviewMinHeight ` | ` int ` | The image preview min height. | ` 44 ` |
115
- | ` imagePreviewTransparencyIndicator ` | ` string! null ` | The image preview transparency indicator. | ` null ` |
116
- | ` imageTransformAfterCreateBlob ` | `array| null` | The image transform after create blob. | ` null ` |
117
- | ` imageTransformBeforeCreateBlob ` | `array| null` | The image transform before create blob. | ` null ` |
118
- | ` imageTransformOutputQuality ` | `int| null` | The image transform output quality. | ` null ` |
119
- | ` imageTransformClientTransforms ` | `array| null` | The image transform client transforms. | ` null ` |
120
- | ` imageTransformOutputQualityMode ` | `string| null` | The image transform output quality mode. | ` añways ` |
115
+ | ` imagePreviewTransparencyIndicator ` | ` string, null ` | The image preview transparency indicator. | ` null ` |
116
+ | ` imageTransformAfterCreateBlob ` | ` array, null ` | The image transform after create blob. | ` null ` |
117
+ | ` imageTransformBeforeCreateBlob ` | ` array, null ` | The image transform before create blob. | ` null ` |
118
+ | ` imageTransformOutputQuality ` | ` int, null ` | The image transform output quality. | ` null ` |
119
+ | ` imageTransformClientTransforms ` | ` array, null ` | The image transform client transforms. | ` null ` |
120
+ | ` imageTransformOutputQualityMode ` | ` string, null ` | The image transform output quality mode. | ` añways ` |
121
121
| ` imageTransformOutputStripImageHead ` | ` bool ` | The image transform output strip image head. | ` true ` |
122
- | ` imageTransformVariants ` | `array| null` | The image transform variants. | ` null ` |
122
+ | ` imageTransformVariants ` | ` array, null ` | The image transform variants. | ` null ` |
123
123
| ` imageTransformVariantsIncludeDefault ` | ` bool ` | The image transform variants include default. | ` true ` |
124
- | ` imageTransformVariantsDefaultName ` | `string| null` | The image transform variants default name. | ` null ` |
124
+ | ` imageTransformVariantsDefaultName ` | ` string, null ` | The image transform variants default name. | ` null ` |
125
125
| ` imageTransformVariantsIncludeOriginal ` | ` bool ` | The image transform variants include original. | ` false ` |
126
126
| ` labelIdle ` | ` string ` | The label idle. | ` '' ` |
127
127
| ` labelMaxFileSize ` | ` string ` | The label max file size. | ` '' ` |
@@ -131,9 +131,9 @@ $imageFile = FileProcessing::saveWithReturningFile(
131
131
| ` labelFileTypeNotAllowed ` | ` string ` | The label file type not allowed. | ` '' ` |
132
132
| ` loadFileDefault ` | ` string ` | The load file default. | ` '' ` |
133
133
| ` maxFiles ` | ` int ` | The max files. | ` 1 ` |
134
- | ` maxFileSize ` | `string| null` | The max file size. | ` null ` |
135
- | ` maxTotalFileSize ` | `string| null` | The max total file size. | ` null ` |
136
- | ` minFileSize ` | `string| null` | The min file size. | ` null ` |
134
+ | ` maxFileSize ` | ` string, null ` | The max file size. | ` null ` |
135
+ | ` maxTotalFileSize ` | ` string, null ` | The max total file size. | ` null ` |
136
+ | ` minFileSize ` | ` string, null ` | The min file size. | ` null ` |
137
137
| ` pluginDefault ` | ` array ` | The plugins default. | ` [ ` |
138
138
| | | | ` FilePondPluginFileValidateType, ` |
139
139
| | | | ` FilePondPluginFileValidateSize, ` |
0 commit comments