Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit eacc889

Browse files
committed
Remove comments from post types
1 parent f2c9d73 commit eacc889

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

api/wordpress/_global/postTypes.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
// Define valid WP post types (singular and plural GraphQL names).
22
export const postTypes = {
3-
comment: {
4-
pluralName: 'comments',
5-
route: null
6-
},
73
mediaItem: {
84
pluralName: 'mediaItems',
95
route: null

0 commit comments

Comments
 (0)