Skip to content

Commit

Permalink
Fix the max length of the preheader field
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Nov 24, 2023
1 parent 2278ee6 commit 40ef527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newsletter-bundle/contao/dca/tl_newsletter.php
Expand Up @@ -150,7 +150,7 @@
(
'search' => true,
'inputType' => 'text',
'eval' => array('decodeEntities'=>true, 'maxlength'=>256, 'tl_class'=>'w100'),
'eval' => array('decodeEntities'=>true, 'maxlength'=>255),
'sql' => "varchar(255) NOT NULL default ''"
),
'content' => array
Expand Down

0 comments on commit 40ef527

Please sign in to comment.