From d7126c47806d39d1b322cc013fad2bcbca7dd753 Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Wed, 10 Aug 2016 09:58:01 -0400 Subject: [PATCH] CPT: Enable CPT feature in production --- config/production.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/production.json b/config/production.json index e4ad62326e8d0f..2acc2d47bfd784 100644 --- a/config/production.json +++ b/config/production.json @@ -26,6 +26,7 @@ "manage/add-people": true, "manage/ads": true, "manage/ads/jetpack": true, + "manage/custom-post-types": true, "manage/customize": true, "manage/edit-user": true, "manage/export": true,