Skip to content

Commit

Permalink
Update to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1194 authored Aug 16, 2022
1 parent a4b219e commit cb45f1a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions 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>(Field value is a JSON array of files url)</i></p>
<p><i>Default: <code>false</code></i></p>
</td>
</tr>
Expand All @@ -111,7 +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>(Bypassing the maximum attachments of doctype might not work)</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 All @@ -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
<ul>
<li><del>HTML display for multiple files upload in <code>Attach</code> control</del></li>
<li><del>Display popover for multiple files upload in <code>Attach Image</code> control</del></li>
</ul>

---

Expand Down

0 comments on commit cb45f1a

Please sign in to comment.