Fix overlapping of fields (#107)

This commit is contained in:
David Molineus
2022-02-22 08:33:50 +01:00
parent c544202ca8
commit d498903645

View File

@@ -633,7 +633,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_layer'] = [
'exclude' => true,
'inputType' => 'text',
'default' => '',
'eval' => ['maxlength' => 255, 'tl_class' => 'long', 'allowHtml' => true],
'eval' => ['maxlength' => 255, 'tl_class' => 'clr long', 'allowHtml' => true],
'sql' => "varchar(255) NOT NULL default ''",
],
'tms' => [