Merge pull request #86 from liarco/patch-1

Fixing default for excludedConfig (README.md)
pull/91/head
Boaz Poolman 2023-02-07 14:03:16 +01:00 committed by GitHub
commit 3cd0ca29b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -356,7 +356,8 @@ In the example below you can see how, and also what the default settings are.
customTypes: [], customTypes: [],
excludedTypes: [], excludedTypes: [],
excludedConfig: [ excludedConfig: [
"core-store.plugin_users-permissions_grant" "core-store.plugin_users-permissions_grant",
"core-store.plugin_upload_metrics"
], ],
}, },
}, },
@ -423,7 +424,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