Merge pull request #89 from LucaNerlich/LucaNerlich-patch-1

Add core-store.ee_information to default excludes
pull/91/head
Boaz Poolman 2023-03-01 13:17:46 +01:00 committed by GitHub
commit 61e9ff1b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -357,8 +357,9 @@ In the example below you can see how, and also what the default settings are.
excludedTypes: [], excludedTypes: [],
excludedConfig: [ excludedConfig: [
"core-store.plugin_users-permissions_grant", "core-store.plugin_users-permissions_grant",
"core-store.plugin_upload_metrics", "core-store.plugin_upload_metrics",
"core-store.strapi_content_types_schema", "core-store.strapi_content_types_schema",
"core-store.ee_information",
], ],
}, },
}, },
@ -425,7 +426,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', 'core-store.plugin_upload_metrics', 'core-store.strapi_content_types_schema']` > `required:` NO | `type:` array | `default:` `['core-store.plugin_users-permissions_grant', 'core-store.plugin_upload_metrics', 'core-store.strapi_content_types_schema', 'core-store.ee_information',]`
## 🤝 Contributing ## 🤝 Contributing

View File

@ -12,6 +12,7 @@ module.exports = {
"core-store.plugin_users-permissions_grant", "core-store.plugin_users-permissions_grant",
"core-store.plugin_upload_metrics", "core-store.plugin_upload_metrics",
"core-store.strapi_content_types_schema", "core-store.strapi_content_types_schema",
"core-store.ee_information",
], ],
}, },
validator() {}, validator() {},