/**
  * Get Other settings
  *
  * @param array $dargs The settings array of Fields
  */
 static function view_get_other_settings(&$dargs)
 {
     $prefix = PT_CV_PREFIX . 'other-';
     $field_setting = PT_CV_Functions::settings_values_by_prefix($prefix);
     $dargs['other-settings'] = apply_filters(PT_CV_PREFIX_ . 'other_settings', $field_setting);
 }