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:
150
150
<td>If <code>true</code>, remove all "delete row" buttons from arrays.</td>
151
151
<td><code>false</code></td>
152
152
</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 >
153
163
<tr >
154
164
<td>disable_array_reorder</td>
155
165
<td>If <code>true</code>, remove all "move up" and "move down" buttons from arrays.</td>
@@ -302,7 +312,6 @@ if (name) {
302
312
}
303
313
```
304
314
305
-
306
315
### Validate
307
316
308
317
When 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