0
Fork 0
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:
Jason Williams 2015-05-24 17:24:59 -05:00
commit 932796add9

View file

@ -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/"
}
},