Optionalaccept?: string | string[]OptionalautoOpenImageEditor?: booleanPassed to the Input.
Optionalformat?: FieldFormatFunction<FileFieldValue>Format function for the value. Controls how the value should be formatted when displayed in smaller contexts where only strings are allowed.
OptionalimageEditorOptions?: ImageEditorOptionsPassed to the Input.
OptionalimagePreviewSizing?: ImageProps["sizing"]Passed to the Input.
OptionalInput?: (props: FileFieldInputProps) => JSX.Element | nullThe input component to use when editing.
OptionalmaxSizeBytes?: numberMaximum file size allowed (in bytes). Overrides the value from settings. Use -1 for no limit.
OptionalnoImageEditor?: booleanPassed to the Input.
Defines the file types that the input should accept.