diff --git a/typo3/sysext/core/Configuration/TCA/pages.php b/typo3/sysext/core/Configuration/TCA/pages.php index bebea76e4210..9498d7732cbe 100644 --- a/typo3/sysext/core/Configuration/TCA/pages.php +++ b/typo3/sysext/core/Configuration/TCA/pages.php @@ -175,7 +175,7 @@ 'config' => [ 'type' => 'text', 'cols' => 40, - 'rows' => 5, + 'rows' => 15, 'enableTabulator' => true, 'fixedFont' => true, ], diff --git a/typo3/sysext/frontend/Configuration/TCA/sys_template.php b/typo3/sysext/frontend/Configuration/TCA/sys_template.php index 695d5e5ef9fb..7f68b006074a 100644 --- a/typo3/sysext/frontend/Configuration/TCA/sys_template.php +++ b/typo3/sysext/frontend/Configuration/TCA/sys_template.php @@ -113,7 +113,7 @@ 'config' => [ 'type' => 'text', 'cols' => 48, - 'rows' => 10, + 'rows' => 15, 'wrap' => 'off', 'enableTabulator' => true, 'fixedFont' => true, @@ -177,7 +177,7 @@ 'label' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.config', 'config' => [ 'type' => 'text', - 'rows' => 10, + 'rows' => 15, 'cols' => 48, 'wrap' => 'off', 'enableTabulator' => true,