changed regular expression in routes.json to make all conference websites have the title Scratch Conference, instead of Scratch - Imagine, Program, Share.

This commit is contained in:
LiFaytheGoblin 2017-06-02 20:18:08 +02:00
parent 8c1bfe0452
commit 5a77a5b1a6

View file

@ -42,7 +42,7 @@
{
"name": "conference-index",
"pattern": "^/conference/?$",
"routeAlias": "/conference(?!/201[4-5])",
"routeAlias": "/conference(?!/201[4-7])",
"view": "conference/2017/index/index",
"title": "Scratch Conference",
"viewportWidth": "device-width"
@ -50,7 +50,7 @@
{
"name": "conference-index-2016",
"pattern": "^/conference/2016/?$",
"routeAlias": "/conference(?!/201[4-5])",
"routeAlias": "/conference(?!/201[4-7])",
"view": "conference/2016/index/index",
"title": "Scratch Conference",
"viewportWidth": "device-width"
@ -58,28 +58,28 @@
{
"name": "conference-plan-2016",
"pattern": "^/conference/2016/plan/?$",
"routeAlias": "/conference(?!/201[4-5])",
"routeAlias": "/conference(?!/201[4-7])",
"view": "conference/2016/plan/plan",
"title": "Plan Your Visit"
},
{
"name": "conference-expectations-2016",
"pattern": "^/conference/2016/expect/?$",
"routeAlias": "/conference(?!/201[4-5])",
"routeAlias": "/conference(?!/201[4-7])",
"view": "conference/2016/expect/expect",
"title": "What to Expect"
},
{
"name": "conference-schedule-2016",
"pattern": "^/conference/2016/schedule/?$",
"routeAlias": "/conference(?!/201[4-5])",
"routeAlias": "/conference(?!/201[4-7])",
"view": "conference/2016/schedule/schedule",
"title": "Conference Schedule"
},
{
"name": "conference-details-2016",
"pattern": "^/conference/2016/:id/details/?$",
"routeAlias": "/conference(?!/201[4-5])",
"routeAlias": "/conference(?!/201[4-7])",
"view": "conference/2016/details/details",
"title": "Event Details"
},