@@ -105,23 +105,23 @@ $imageFile = FileProcessing::saveWithReturningFile(
105105| | | use: ` fileRenameFunction: (file) => return ` my_new_name${file.extension}`; | |
106106| ` fileValidateTypeDetectType ` | ` string ` | The file validate type detect type function. | ` '' ` |
107107| ` 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 ` |
110110| ` 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 ` |
112112| ` imagePreviewMaxHeight ` | ` int ` | The image preview max height. | ` 256 ` |
113113| ` imagePreviewMaxInstantPreviewFileSize ` | ` int ` | The image preview max instant preview file size. | ` 10000000 ` |
114114| ` 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 ` |
121121| ` 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 ` |
123123| ` 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 ` |
125125| ` imageTransformVariantsIncludeOriginal ` | ` bool ` | The image transform variants include original. | ` false ` |
126126| ` labelIdle ` | ` string ` | The label idle. | ` '' ` |
127127| ` labelMaxFileSize ` | ` string ` | The label max file size. | ` '' ` |
@@ -131,9 +131,9 @@ $imageFile = FileProcessing::saveWithReturningFile(
131131| ` labelFileTypeNotAllowed ` | ` string ` | The label file type not allowed. | ` '' ` |
132132| ` loadFileDefault ` | ` string ` | The load file default. | ` '' ` |
133133| ` 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 ` |
137137| ` pluginDefault ` | ` array ` | The plugins default. | ` [ ` |
138138| | | | ` FilePondPluginFileValidateType, ` |
139139| | | | ` FilePondPluginFileValidateSize, ` |
0 commit comments