Prepares the instance definition for saving.
protected function prepareSave() {
$field_type_info = field_info_field_types($this->field->type);
// Set the default instance settings.
$this->settings += $field_type_info['instance_settings'];
}