diff --git a/README.md b/README.md index 3cbbf40..035503b 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ A small plugin for Frappe that adds the support of customizations to the attach ### Table of Contents
allow_multiple
Allow multiple uploads.
+(Not fully supported)
Default: false
Array of allowed file types (mimes) or extensions to upload.
Example: ["image/*", "video/*", ".pdf", ".doc"]
Default: ["image/*"]
Default: null
or ["image/*"]
crop_image_aspect_ratio
Crop aspect ratio for images (Frappe >= v14.0.0).
-Example: 1
or 16 / 9
or 4 / 3
Example: 1
or 16/9
or 4/3
Default: 1