This commit is contained in:
2025-12-04 22:33:05 +01:00
parent 316175e158
commit 9dee06cdd6
145 changed files with 16865 additions and 88 deletions

View File

@@ -0,0 +1,17 @@
/* /assets/js/bridge/library-parts.js (BEREINIGT) */
(function(B){
// Alle API-spezifischen Funktionen (fetchData, fetchTemplates, etc.)
// und der apiItemCache wurden nach library-api.js verschoben.
if (!B || typeof grapesjs === 'undefined') return;
const PluginName = 'bridge-library-parts-core';
if (B.LOG_CONFIG && B.LOG_CONFIG.PLUGINS) {
B.LOG_CONFIG.PLUGINS[PluginName] = false;
}
// Zusätzliche Core-Funktionen, die nicht API-spezifisch sind, würden hier verbleiben.
})(window.BridgeParts || (window.BridgeParts = {}));