/**
  * Returns the HTML content for a field.
  * This is the default callback method for a field and can be overwritten.
  */
 public function build_field(SettingsField $field)
 {
     return $field->rendering();
 }