Ignore the word 'and' in pathauto aliases
This commit is contained in:
parent
ee0deaeac0
commit
68527d7c96
|
@ -9,7 +9,7 @@ max_component_length: 100
|
||||||
transliterate: true
|
transliterate: true
|
||||||
reduce_ascii: false
|
reduce_ascii: false
|
||||||
case: true
|
case: true
|
||||||
ignore_words: 'a, an, as, at, before, but, by, for, from, is, in, into, like, of, off, on, onto, per, since, than, the, this, that, to, up, via, with'
|
ignore_words: 'a, an, and, as, at, before, but, by, for, from, is, in, into, like, of, off, on, onto, per, since, than, the, this, that, to, up, via, with'
|
||||||
update_action: 2
|
update_action: 2
|
||||||
safe_tokens:
|
safe_tokens:
|
||||||
- alias
|
- alias
|
||||||
|
|
Loading…
Reference in a new issue