File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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
308317When feasible, JSON Editor won't let users enter invalid data. This is done by
You can’t perform that action at this time.
0 commit comments