Esempio n. 1
0
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     // value is already set up properly, we're just adding our new field to it.
     $options['value']['contains']['type']['default'] = 'date';
     return $options;
 }