mirror of
https://github.com/a2nt/silverstripe-elemental-basics.git
synced 2024-10-22 17:05:54 +02:00
FIX: Minor improvements
This commit is contained in:
parent
1e880adea9
commit
22811d36c3
@ -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?'),
|
||||
|
Loading…
Reference in New Issue
Block a user