feat: make pinboard text field optional

This commit is contained in:
Jürgen Mummert
2026-04-01 13:30:40 +02:00
parent 478e01c435
commit c52d5d8514
+1 -1
View File
@@ -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' => [