Commit updated pathauto config
This commit is contained in:
parent
cf89984b07
commit
c59e3dd644
|
@ -1,7 +1,38 @@
|
||||||
enabled_entity_types:
|
enabled_entity_types:
|
||||||
- user
|
- user
|
||||||
punctuation:
|
punctuation:
|
||||||
|
double_quotes: 0
|
||||||
|
quotes: 0
|
||||||
|
backtick: 0
|
||||||
|
comma: 0
|
||||||
|
period: 0
|
||||||
hyphen: 1
|
hyphen: 1
|
||||||
|
underscore: 0
|
||||||
|
colon: 0
|
||||||
|
semicolon: 0
|
||||||
|
pipe: 0
|
||||||
|
left_curly: 0
|
||||||
|
left_square: 0
|
||||||
|
right_curly: 0
|
||||||
|
right_square: 0
|
||||||
|
plus: 0
|
||||||
|
equal: 0
|
||||||
|
asterisk: 0
|
||||||
|
ampersand: 0
|
||||||
|
percent: 0
|
||||||
|
caret: 0
|
||||||
|
dollar: 0
|
||||||
|
hash: 0
|
||||||
|
at: 0
|
||||||
|
exclamation: 0
|
||||||
|
tilde: 0
|
||||||
|
left_parenthesis: 0
|
||||||
|
right_parenthesis: 0
|
||||||
|
question_mark: 0
|
||||||
|
less_than: 0
|
||||||
|
greater_than: 0
|
||||||
|
slash: 0
|
||||||
|
back_slash: 0
|
||||||
verbose: false
|
verbose: false
|
||||||
separator: '-'
|
separator: '-'
|
||||||
max_length: 100
|
max_length: 100
|
||||||
|
|
Loading…
Reference in a new issue