config: enable brackets in tags
This commit is contained in:
parent
a697aba1b0
commit
4b39e79d5b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ limits:
|
|||
posts_per_page: 40
|
||||
max_comment_length: 5000
|
||||
|
||||
tag_name_regex: ^[a-zA-Z0-9_:][a-zA-Z0-9_-]*$
|
||||
tag_name_regex: ^[a-zA-Z0-9_:()][a-zA-Z0-9_()-]*$
|
||||
tag_category_name_regex: ^.{1,}$
|
||||
|
||||
default_rank: regular
|
||||
|
|
Loading…
Reference in a new issue