asdasd
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user