Browse code

Fix palette definition for enabled field

Benjamin Roth authored on08/05/2025 12:59:28
Showing1 changed files
... ...
@@ -66,7 +66,7 @@ $GLOBALS['TL_DCA']['tl_memberfiles_config'] = [
66 66
     ],
67 67
     'palettes' => [
68 68
         '__selector__' => ['hasNotification'],
69
-        'default' => '{title_legend},title;{config_legend},source,target,regexp,fields,hasNotification;{enabled_legend},enabled}',
69
+        'default' => '{title_legend},title;{config_legend},source,target,regexp,fields,hasNotification;{enabled_legend},enabled',
70 70
     ],
71 71
     'subpalettes' => [
72 72
         'hasNotification' => 'notification',