From ac742e732f2089840a3bc17ee340e6f764313a3f Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Sat, 6 Dec 2025 01:05:54 +0100 Subject: [PATCH] asd --- public/assets/js/bridge/category-config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/js/bridge/category-config.js b/public/assets/js/bridge/category-config.js index 165ee8e..25f596c 100644 --- a/public/assets/js/bridge/category-config.js +++ b/public/assets/js/bridge/category-config.js @@ -36,9 +36,9 @@ // NEU: API-Konfiguration für diese Kategorie api_config: { base_url: '/api/editor', // Nutzt die Standard-API - resources: ['templates','sections', 'blocks', 'snippets'] // Ressourcen, die von dort geladen werden + resources: ['sections', 'blocks', 'snippets'] // Ressourcen, die von dort geladen werden } -        } + }     }; // --- Initialisierung der zentralen RESOURCE_API_BASES Map ---