From 948cf7cedbc8583b6fa6552f41a3a72899f54fe9 Mon Sep 17 00:00:00 2001 From: Marco Lipparini <1532277+liarco@users.noreply.github.com> Date: Tue, 7 Feb 2023 13:45:51 +0100 Subject: [PATCH] Fixing default for excludedConfig (README.md) Hi, I noticed the default value for `excludedConfig` was updated in https://github.com/boazpoolman/strapi-plugin-config-sync/commit/4d44e03a18f5c525f7f76608a50583f2b66efe26 I also replaced double-quotes with single-quotes to match the lines above (e.g. line `413` is `excludedTypes: ['admin-role']`). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb24b46..0ce828f 100644 --- a/README.md +++ b/README.md @@ -423,7 +423,7 @@ Specify the names of configs you want to exclude from the syncing process. By de ###### 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