This commit is contained in:
2025-12-06 01:05:54 +01:00
parent cfd9f3b4b0
commit ac742e732f

View File

@@ -36,9 +36,9 @@
// NEU: API-Konfiguration für diese Kategorie // NEU: API-Konfiguration für diese Kategorie
api_config: { api_config: {
base_url: '/api/editor', // Nutzt die Standard-API 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 --- // --- Initialisierung der zentralen RESOURCE_API_BASES Map ---