Browse code

Set bookable default value to 1 in tl_vr_wa_slot dca

Benjamin Roth authored on07/08/2023 14:19:30
Showing1 changed files
... ...
@@ -192,6 +192,7 @@ $GLOBALS['TL_DCA']['tl_vr_wa_slot'] = array
192 192
             'exclude'   => true,
193 193
             'toggle'    => true,
194 194
             'filter'    => true,
195
+            'default'   => '1',
195 196
             'flag'      => DataContainer::SORT_INITIAL_LETTER_DESC,
196 197
             'inputType' => 'checkbox',
197 198
             'eval'      => array('doNotCopy' => true),