This commit is contained in:
2026-01-19 00:45:41 +01:00
parent 6cae9eaab2
commit b25ca61f07
3 changed files with 19 additions and 10 deletions

View File

@@ -623,7 +623,7 @@ class ApiKernel
// --- LOGIK mit ERWEITERTER PRÜFUNG ENDE ---
if ($editorDbCol) {
if ($editorType === '' && in_array($kind, ['templates', 'snippets'], true)) {
if ($editorType === '') {
$settings = $this->getCustomerSettings((int)($auth['customer_id'] ?? 0));
$editorType = strtolower((string)($settings['editor_default'] ?? 'grapesjs'));
}