Example #1
0
 /**
  * @inheritdoc
  */
 protected function defaultConfig()
 {
     $arr = parent::defaultConfig();
     $arr['active']['definition']['showInTableInput'] = false;
     $arr['author_id']['definition']['showInTableInput'] = false;
     return $arr;
 }