Skip to content
Snippets Groups Projects
Commit 3db78b45 authored by Philipp Nowinski's avatar Philipp Nowinski
Browse files

[BUGFIX] fix tx_sgnews_likes TCA

parent f0b692d1
No related branches found
No related tags found
No related merge requests found
...@@ -191,9 +191,7 @@ $columns = array_merge( ...@@ -191,9 +191,7 @@ $columns = array_merge(
'label' => 'LLL:EXT:cms/locallang_tca.xlf:fe_users.likes', 'label' => 'LLL:EXT:cms/locallang_tca.xlf:fe_users.likes',
'config' => [ 'config' => [
'type' => 'input', 'type' => 'input',
'size' => '20', 'size' => '20'
'max' => '50',
'eval' => 'nospace,lower,uniqueInPid,required'
] ]
], ],
'lastUpdated' => [ 'lastUpdated' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment