/**
  * @param string $type
  *
  * @return array|null
  */
 protected function getConfigValues($type)
 {
     return $this->config->getFieldConfig($type);
 }