From 1144469a526d01e15d10271ebc030ad2cca5efc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olle=20H=C3=A4rstedt?= Date: Fri, 19 Aug 2016 13:03:08 +0200 Subject: [PATCH] Update exampleSettings.php with date --- exampleSettings.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/exampleSettings.php b/exampleSettings.php index ec659ec..0354077 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,'')) + ) ) )); } -- GitLab