Skip to content

Commit 3152967

Browse files
authored
Merge pull request jdorn#705 from eedrah/patch-1
Document options delete all and delete last row
2 parents 816c0ce + 3e7ab64 commit 3152967

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,16 @@ Here are all the available options:
150150
<td>If <code>true</code>, remove all "delete row" buttons from arrays.</td>
151151
<td><code>false</code></td>
152152
</tr>
153+
<tr>
154+
<td>disable_array_delete_all_rows</td>
155+
<td>If <code>true</code>, remove all "delete all rows" buttons from arrays.</td>
156+
<td><code>false</code></td>
157+
</tr>
158+
<tr>
159+
<td>disable_array_delete_last_row</td>
160+
<td>If <code>true</code>, remove all "delete last row" buttons from arrays.</td>
161+
<td><code>false</code></td>
162+
</tr>
153163
<tr>
154164
<td>disable_array_reorder</td>
155165
<td>If <code>true</code>, remove all "move up" and "move down" buttons from arrays.</td>
@@ -302,7 +312,6 @@ if (name) {
302312
}
303313
```
304314

305-
306315
### Validate
307316

308317
When feasible, JSON Editor won't let users enter invalid data. This is done by

0 commit comments

Comments
 (0)