From a9169268d244ff353f537310a1fb04369edbf987 Mon Sep 17 00:00:00 2001 From: Luca Nerlich <5942270+LucaNerlich@users.noreply.github.com> Date: Wed, 1 Mar 2023 12:31:46 +0100 Subject: [PATCH] Add "core-store.ee_information", to readme.md excluded config section --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb918ba..19f505e 100644 --- a/README.md +++ b/README.md @@ -357,8 +357,9 @@ In the example below you can see how, and also what the default settings are. excludedTypes: [], excludedConfig: [ "core-store.plugin_users-permissions_grant", - "core-store.plugin_upload_metrics", - "core-store.strapi_content_types_schema", + "core-store.plugin_upload_metrics", + "core-store.strapi_content_types_schema", + "core-store.ee_information", ], }, },