Skip to content

Commit

Permalink
Merge pull request #5 from oveleon/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
zoglo authored Jun 23, 2023
2 parents ef094e0 + c9ac35e commit 4ccdd90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contao/dca/tl_article.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
'exclude' => true,
'inputType' => 'text',
'search' => true,
'eval' => array('tl_class'=>'clr'),
'eval' => array('tl_class'=>'clr', 'decodeEntities'=>true),
'sql' => "text NULL"
];


// Extend the default palettes
PaletteManipulator::create()
->addField(['article_info'], 'title_legend', PaletteManipulator::POSITION_APPEND)
Expand Down

0 comments on commit 4ccdd90

Please sign in to comment.