parse-dashboard 7.5.0-alpha.1 → 7.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -163,7 +163,9 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js
|
|
|
163
163
|
| `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. |
|
|
164
164
|
| `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. |
|
|
165
165
|
| `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. |
|
|
167
169
|
|
|
168
170
|
### File
|
|
169
171
|
|
|
@@ -1475,4 +1477,4 @@ As of April 5, 2017, Parse, LLC has transferred this code to the parse-community
|
|
|
1475
1477
|
|
|
1476
1478
|
[license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg
|
|
1477
1479
|
[license-link]: LICENSE
|
|
1478
|
-
[open-collective-link]: https://opencollective.com/parse-server
|
|
1480
|
+
[open-collective-link]: https://opencollective.com/parse-server
|