Overrides FieldPluginBase::defineOptions
protected function defineOptions() { $options = parent::defineOptions(); $options['type'] = [ 'default' => 'yes-no', ]; $options['type_custom_true'] = [ 'default' => '', ]; $options['type_custom_false'] = [ 'default' => '', ]; $options['not'] = [ 'default' => FALSE, ]; return $options; }