Skip to content

Commit

Permalink
Update to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1194 authored Aug 13, 2022
1 parent 726632d commit c392586
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ A small plugin for Frappe that adds the support of customizations to the attach
<td><code>allow_multiple</code></td>
<td>
<p>Allow multiple uploads.</p>
<p><i>(Not fully supported)</i></p>
<p>⚠️<i>(Not fully supported)</i></p>
<p><i>Default: <code>false</code></i></p>
</td>
</tr>
Expand All @@ -111,6 +111,7 @@ A small plugin for Frappe that adds the support of customizations to the attach
<td><code>max_number_of_files</code></td>
<td>
<p>Maximum number of files allowed to be uploaded if multiple upload is allowed.</p>
<p>⚠️<i>(Must be lower than the maximum attachments of doctype)</i></p>
<p><i>Example: <code>4</code></i></p>
<p><i>Default: <code>Value of maximum attachments set for the doctype</code></i></p>
</td>
Expand Down

0 comments on commit c392586

Please sign in to comment.