diff --git a/Classes/Hooks/PageLayoutViewDrawItemHook.php b/Classes/Hooks/PageLayoutViewDrawItemHook.php index 72b15d1..9a06d21 100644 --- a/Classes/Hooks/PageLayoutViewDrawItemHook.php +++ b/Classes/Hooks/PageLayoutViewDrawItemHook.php @@ -341,7 +341,7 @@ public function renderFieldPreview($fieldName, $row, $itemLabels = '', $fieldTab null, 0, '', - '150x150', + '150cxNULL', true ); $filedContent .= '
'; diff --git a/composer.json b/composer.json index eee6a04..db2cb39 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "dw-typo3/dw-content-elements", "type": "typo3-cms-extension", - "version": "1.7.1", + "version": "1.7.2", "description": "Custom content elements builder", "homepage": "https://github.com/Digi92/dw_content_elements", "require": { diff --git a/ext_emconf.php b/ext_emconf.php index 09a610b..eb4d295 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -13,7 +13,7 @@ 'description' => 'Custom content elements', 'category' => 'misc', 'shy' => 0, - 'version' => '1.7.1', + 'version' => '1.7.2', 'dependencies' => 'cms,extbase', 'conflicts' => '', 'loadOrder' => '',