Skip to content

Commit

Permalink
fix: newspack_blocks support slug
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoo committed Mar 19, 2021
1 parent 5befca7 commit a2bda56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-newspack-listings-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public static function register_post_types() {
'show_in_menu' => 'newspack-listings',
'show_in_rest' => true,
'show_ui' => true,
'supports' => [ 'editor', 'excerpt', 'title', 'author', 'custom-fields', 'thumbnail', 'newspack-blocks' ],
'supports' => [ 'editor', 'excerpt', 'title', 'author', 'custom-fields', 'thumbnail', 'newspack_blocks' ],
'taxonomies' => [ 'category', 'post_tag' ],
];
$post_types_config = [
Expand Down

0 comments on commit a2bda56

Please sign in to comment.