From c2cdfef9e22a333e25b969bf58c1781a55173a1e Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Tue, 29 Oct 2019 09:49:47 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Removed=20list=20of=20reserved?= =?UTF-8?q?=20slugs=20(#11301)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue - reserved slugs get in the way of creating pages such as `/signin/` which do not currently exist and are useful for members - the reserved slugs concept is a little meaningless because if there are any route clashes then our own routes should always win out over a post slug --- core/server/config/overrides.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/server/config/overrides.json b/core/server/config/overrides.json index 6894ccfdb4..009a6c0a08 100644 --- a/core/server/config/overrides.json +++ b/core/server/config/overrides.json @@ -20,10 +20,7 @@ ] }, "slugs": { - "reserved": ["admin", "app", "apps", "categories", - "category", "dashboard", "feed", "ghost-admin", "login", "logout", - "page", "pages", "post", "posts", "public", "register", "setup", - "signin", "signout", "signup", "user", "users", "wp-admin", "wp-login"], + "reserved": [], "protected": ["ghost", "rss", "amp"] }, "uploads": {