Skip to content

Commit 948cf7c

Browse files
authored
Fixing default for excludedConfig (README.md)
Hi, I noticed the default value for `excludedConfig` was updated in 4d44e03 I also replaced double-quotes with single-quotes to match the lines above (e.g. line `413` is `excludedTypes: ['admin-role']`).
1 parent ceadfbb commit 948cf7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ Specify the names of configs you want to exclude from the syncing process. By de
423423

424424
###### Key: `excludedConfig`
425425

426-
> `required:` NO | `type:` array | `default:` `["core-store.plugin_users-permissions_grant"]`
426+
> `required:` NO | `type:` array | `default:` `['core-store.plugin_users-permissions_grant', 'core-store.plugin_upload_metrics']`
427427
428428

429429
## 🤝 Contributing

0 commit comments

Comments
 (0)