From eeeb8cd11aad8af8d33cfc6f68e3da4c383da535 Mon Sep 17 00:00:00 2001 From: Marco Lipparini <1532277+liarco@users.noreply.github.com> Date: Tue, 7 Feb 2023 13:59:15 +0100 Subject: [PATCH] Adding missing entry in the example code --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ce828f..3a71346 100644 --- a/README.md +++ b/README.md @@ -356,7 +356,8 @@ In the example below you can see how, and also what the default settings are. customTypes: [], excludedTypes: [], excludedConfig: [ - "core-store.plugin_users-permissions_grant" + "core-store.plugin_users-permissions_grant", + "core-store.plugin_upload_metrics" ], }, },