asdasd
This commit is contained in:
@@ -481,11 +481,6 @@ class ApiKernel
|
||||
$gjsComponents = $this->parseHtmlToGjsComponents($topHtml);
|
||||
}
|
||||
|
||||
if ($editorType === 'grapesjs' && $jsonCol && empty($topContent) && $topHtml !== null) {
|
||||
$pendingUpdate[$jsonCol] = $this->encodeJson($gjsComponents);
|
||||
$topContent = $pendingUpdate[$jsonCol];
|
||||
$rowOut[$jsonCol] = $pendingUpdate[$jsonCol];
|
||||
}
|
||||
if ($editorType === 'craftjs' && $craftCol) {
|
||||
$craftPayload = isset($row[$craftCol]) ? (string)$row[$craftCol] : '';
|
||||
if ($craftPayload === '') {
|
||||
|
||||
Reference in New Issue
Block a user