Skip to content

Commit 319e341

Browse files
committed
Update example configuration file with new deleteOptions and exportActions properties
1 parent 9ee35c6 commit 319e341

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Parse-Dashboard/parse-dashboard-config.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,18 @@
77
"appName": "",
88
"iconName": "",
99
"primaryBackgroundColor": "",
10-
"secondaryBackgroundColor": ""
10+
"secondaryBackgroundColor": "",
11+
"deleteOptions": {
12+
"class": true,
13+
"columns": true,
14+
"selectedRows": true,
15+
"allData": true
16+
},
17+
"exportOptions": {
18+
"schema": true,
19+
"selectedRows": true,
20+
"allData": true
21+
}
1122
}
1223
],
1324
"iconsFolder": "icons"

0 commit comments

Comments
 (0)