Overrides NumericField::defineOptions
protected function defineOptions() { $options = parent::defineOptions(); $options['link_to_comment'] = [ 'default' => TRUE, ]; return $options; }