diff --git a/README.md b/README.md index 41231bc..d292f1e 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ A small plugin for Frappe that adds the support of customizations to the attach allow_multiple

Allow multiple uploads.

-

⚠️(Not fully supported)

+

⚠️(Field value is a JSON array of files url)

Default: false

@@ -111,7 +111,7 @@ A small plugin for Frappe that adds the support of customizations to the attach max_number_of_files

Maximum number of files allowed to be uploaded if multiple upload is allowed.

-

⚠️(Must be lower than the maximum attachments of doctype)

+

⚠️(Bypassing the maximum attachments of doctype might not work)

Example: 4

Default: Value of maximum attachments set for the doctype

@@ -135,8 +135,10 @@ A small plugin for Frappe that adds the support of customizations to the attach --- ### ToDo -- HTML display for multiple files upload in `Attach` control -- Display popover for multiple files upload in `Attach Image` control + ---