From 346b8dd1a8ab2fd6abbeee773b86bff8b80394d6 Mon Sep 17 00:00:00 2001 From: Brent Schultz Date: Mon, 7 Aug 2023 16:57:56 -0500 Subject: [PATCH] Remove skipEditorInterfaces and limit that are no longer supported. --- example-config.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/example-config.json b/example-config.json index ef434e24..0cc441b7 100644 --- a/example-config.json +++ b/example-config.json @@ -9,7 +9,6 @@ "includeDrafts": false, "includeArchived": false, "skipContentModel": false, - "skipEditorInterfaces": false, "skipContent": false, "skipRoles": false, "skipWebhooks": false, @@ -26,7 +25,6 @@ "proxy": "https://user:password@host:port", "rawProxy": false, "maxAllowedLimit": 1000, - "limit": 25000, "errorLogFile": "/path/to/error.log", "useVerboseRenderer": false } \ No newline at end of file