Merge pull request #86 from liarco/patch-1
Fixing default for excludedConfig (README.md)pull/91/head
commit
3cd0ca29b6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue