feat: make pinboard text field optional
This commit is contained in:
@@ -97,7 +97,7 @@ $GLOBALS['TL_DCA']['tl_pinnwand'] = [
|
|||||||
'exclude' => true,
|
'exclude' => true,
|
||||||
'search' => true,
|
'search' => true,
|
||||||
'inputType' => 'textarea',
|
'inputType' => 'textarea',
|
||||||
'eval' => ['mandatory' => true, 'maxlength' => 3000, 'tl_class' => 'clr'],
|
'eval' => ['mandatory' => false, 'maxlength' => 3000, 'tl_class' => 'clr'],
|
||||||
'sql' => 'text NULL',
|
'sql' => 'text NULL',
|
||||||
],
|
],
|
||||||
'link' => [
|
'link' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user