Skip to content

Commit b6f96b6

Browse files
committed
Add custom-fields support for feed items
This just enables the custom fields UI in the feed item edit page.
1 parent 08c7699 commit b6f96b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/FeedItemsModule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function getFactories()
199199
'capability_type' => $c->get('wpra/feeds/items/cpt/capability'),
200200
'map_meta_cap' => true,
201201
'labels' => $c->get('wpra/feeds/items/cpt/labels'),
202-
'supports' => ['title', 'editor', 'excerpt'],
202+
'supports' => ['title', 'editor', 'excerpt', 'custom-fields'],
203203
];
204204
},
205205
/*

0 commit comments

Comments
 (0)