You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -399,6 +399,19 @@ For example:
399
399
400
400
You can conveniently create a filter definition without having to write it by hand by first saving a filter in the data browser, then exporting the filter definition under *App Settings > Export Class Preferences*.
401
401
402
+
### Saving Configuration of the server
403
+
404
+
You can save the confiugration on the server by specifying `preferencesClassName`
405
+
```json
406
+
"apps": [
407
+
{
408
+
"preferencesClassName": "DashboardPreferences"
409
+
}
410
+
]
411
+
```
412
+
413
+
Once this is set, you can visit `AppSettings > Dashboard` to save the current Column and Class settings.
414
+
402
415
### Scripts
403
416
404
417
You can specify scripts to execute Cloud Functions with the `scripts` option:
0 commit comments