mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #5324 from ErisDS/issue-3858
Adding author as a permalink option
This commit is contained in:
commit
932796add9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
"defaultValue": "/:slug/",
|
||||
"validations": {
|
||||
"matches": "^(\/:?[a-z0-9_-]+){1,5}\/$",
|
||||
"matches": "(:id|:slug|:year|:month|:day)",
|
||||
"matches": "(:id|:slug|:year|:month|:day|:author)",
|
||||
"notContains": "/ghost/"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue