Fixing default for excludedConfig (README.md)

Hi, I noticed the default value for `excludedConfig` was updated in 4d44e03a18

I also replaced double-quotes with single-quotes to match the lines above (e.g. line `413` is `excludedTypes: ['admin-role']`).
pull/86/head
Marco Lipparini 2023-02-07 13:45:51 +01:00 committed by GitHub
parent ceadfbbdc6
commit 948cf7cedb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ Specify the names of configs you want to exclude from the syncing process. By de
###### Key: `excludedConfig` ###### Key: `excludedConfig`
> `required:` NO | `type:` array | `default:` `["core-store.plugin_users-permissions_grant"]` > `required:` NO | `type:` array | `default:` `['core-store.plugin_users-permissions_grant', 'core-store.plugin_upload_metrics']`
## 🤝 Contributing ## 🤝 Contributing