mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
42 lines
989 B
JSON
42 lines
989 B
JSON
|
{
|
||
|
"index": {
|
||
|
"route": "/",
|
||
|
"frontPageTemplate": "home"
|
||
|
},
|
||
|
"tag": {
|
||
|
"route": "/:rkw-tag/:slug/",
|
||
|
"postOptions": {
|
||
|
"filter": "tags:'%s'+tags.visibility:public"
|
||
|
},
|
||
|
"data": {
|
||
|
"tag": {
|
||
|
"type": "read",
|
||
|
"resource": "tags",
|
||
|
"options": {
|
||
|
"slug": "%s",
|
||
|
"visibility": "public"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"slugTemplate": true,
|
||
|
"editRedirect": "#/settings/tags/:slug/"
|
||
|
},
|
||
|
"author": {
|
||
|
"route": "/:rkw-author/:slug/",
|
||
|
"postOptions": {
|
||
|
"filter": "author:'%s'"
|
||
|
},
|
||
|
"data": {
|
||
|
"author": {
|
||
|
"type": "read",
|
||
|
"resource": "users",
|
||
|
"options": {
|
||
|
"slug": "%s"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"slugTemplate": true,
|
||
|
"editRedirect": "#/team/:slug/"
|
||
|
}
|
||
|
}
|