diff --git a/exampleSettings.php b/exampleSettings.php index ec659ecf2f3957a63d262eb8486ae37100a161c1..03540772da62339ad2ec61d29e54f4cd1537fff5 100644 --- a/exampleSettings.php +++ b/exampleSettings.php @@ -230,6 +230,12 @@ class exampleSettings extends PluginBase { 'help'=>'Some help.', 'current' => $this->get('password', 'Survey', $event->get('survey'),$this->get('password',null,null,$this->settings['password']['default'])), ), + 'date' => array( + 'type' => 'date', + 'label' => 'A date', + 'Help' => 'Date help', + 'current' => $this->get('password', 'Survey', $event->get('survey'),$this->get('password',null,null,'')) + ) ) )); }