if (!empty($configs['titleMapper']) && is_array($configs['titleMapper'])
                && array_key_exists($option, $configs['titleMapper'])) {
                $title = $configs['titleMapper'][$option];
            } elseif (isset($configs['titleMapper']) && $configs['titleMapper'] == 'key') {
                $title = $key;