FIX: Minor improvements

This commit is contained in:
Tony Air 2022-07-12 13:06:57 +02:00
parent 1e880adea9
commit 22811d36c3
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class SlideImageEx extends DataExtension
CheckboxField::create('Hide', 'Hide this slide? (That will hide the slide regardless of start/end fields)'),
ToggleCompositeField::create(
'ConfigHD',
'Slide Date Settings',
'Slide Date Settings (start/end)',
[
DatetimeField::create('DateOn', 'When would you like to start showing the slide?'),
DatetimeField::create('DateOff', 'When would you like to stop showing the slide?'),