Skip to content
Snippets Groups Projects

Add support for using term name as token

Open ressa requested to merge issue/glossify-3347391:3347391-searchify-feature-for into 3.x
Files
2
@@ -184,7 +184,7 @@ final class TaxonomyTooltip extends GlossifyBase {
$form['glossify_taxonomy_urlpattern'] = [
'#type' => 'textfield',
'#title' => $this->t('URL pattern'),
'#description' => $this->t('Url pattern, used for linking matched words. Accepts "[id]" as token. Example: "/taxonomy/term/[id]"'),
'#description' => $this->t('Url pattern, used for linking matched words. Accepts "[id]" and "[name]" as token. Example: "/taxonomy/term/[id]" or "/search/[name]"'),
'#default_value' => $this->settings['glossify_taxonomy_urlpattern'],
];
Loading