From a44a60ba79721ae8dfb7446d9839bf7e88998132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Mummert?= Date: Wed, 1 Apr 2026 13:30:40 +0200 Subject: [PATCH] feat: make pinboard text field optional --- contao/dca/tl_pinnwand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contao/dca/tl_pinnwand.php b/contao/dca/tl_pinnwand.php index 462cd5c..8d83287 100644 --- a/contao/dca/tl_pinnwand.php +++ b/contao/dca/tl_pinnwand.php @@ -97,7 +97,7 @@ $GLOBALS['TL_DCA']['tl_pinnwand'] = [ 'exclude' => true, 'search' => true, 'inputType' => 'textarea', - 'eval' => ['mandatory' => true, 'maxlength' => 3000, 'tl_class' => 'clr'], + 'eval' => ['mandatory' => false, 'maxlength' => 3000, 'tl_class' => 'clr'], 'sql' => 'text NULL', ], 'link' => [