Skip to content

Commit f46c540

Browse files
authored
docs: Add documentation to store config on server via apps.config option (#2982)
1 parent 826ac54 commit f46c540

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js
163163
| `apps.scripts.executionBatchSize` | Integer | yes | `1` | `10` | The batch size with which a script should be executed on all selected objects. For example, with 50 objects selected, a batch size of 10 means the script will run on 10 objects in parallel, running a total of 5 batches in serial. |
164164
| `apps.scripts.showConfirmationDialog` | Bool | yes | `false` | `true` | Is `true` if a confirmation dialog should be displayed before the script is executed, `false` if the script should be executed immediately. |
165165
| `apps.scripts.confirmationDialogStyle` | String | yes | `info` | `critical` | The style of the confirmation dialog. Valid values: `info` (blue style), `critical` (red style). |
166-
| `apps.cloudConfigHistoryLimit` | Integer | yes | `100` | `100` | The number of historic values that should be saved in the Cloud Config change history. Valid values: `0`...`Number.MAX_SAFE_INTEGER`. |
166+
| `apps.cloudConfigHistoryLimit` | Integer | yes | `100` | `100` | The number of historic values that should be saved in the Cloud Config change history. Valid values: `0`...`Number.MAX_SAFE_INTEGER`.
167+
| `apps.config` | Object | yes | - | `{ ... }` | App settings option used to store dashboard configuration on the server.
168+
| `apps.config.className` | String | yes | _ | `DashboardConfig` | The table name used to save and migrate the dashboard configuration. |
167169

168170
### File
169171

@@ -1475,4 +1477,4 @@ As of April 5, 2017, Parse, LLC has transferred this code to the parse-community
14751477

14761478
[license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg
14771479
[license-link]: LICENSE
1478-
[open-collective-link]: https://opencollective.com/parse-server
1480+
[open-collective-link]: https://opencollective.com/parse-server

0 commit comments

Comments
 (0)