From a26129227563de97db2f1eaec54b550f982eec7b Mon Sep 17 00:00:00 2001 From: Usama Date: Mon, 16 Feb 2026 16:25:53 +0000 Subject: [PATCH] - directus whitelabel folder fix --- echo/directus/sync/collections/folders.json | 30 +++++++-------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/echo/directus/sync/collections/folders.json b/echo/directus/sync/collections/folders.json index e171a536..3986af36 100644 --- a/echo/directus/sync/collections/folders.json +++ b/echo/directus/sync/collections/folders.json @@ -1,22 +1,12 @@ [ - { - "name": "custom_logos", - "parent": null, - "_syncId": "416965c6-7695-4235-8322-8515c9a05820" - }, - { - "name": "Public", - "parent": null, - "_syncId": "74232676-80e7-4f8c-8012-c0d59e6d0a24" - }, - { - "name": "custom_logos", - "parent": null, - "_syncId": "9358abf8-aa7d-464e-9ea5-5e998f3cb807" - }, - { - "name": "custom_logos", - "parent": null, - "_syncId": "eabbb779-e43b-4c78-baa5-5a5cd102a596" - } + { + "_syncId": "416965c6-7695-4235-8322-8515c9a05820", + "name": "custom_logos", + "parent": null + }, + { + "_syncId": "74232676-80e7-4f8c-8012-c0d59e6d0a24", + "name": "Public", + "parent": null + } ]