Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackthedev committed Sep 17, 2024
1 parent 7e30676 commit d01f17f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tuts.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function thp_register_custom_post_type() {
'capability_type' => 'post',
'has_archive' => false,
'hierarchical' => false,
'menu_position' => 0,
'supports' => array('title', 'editor', 'thumbnail'),
'show_in_rest' => true, // Important for block editor and REST API support
);
Expand Down

0 comments on commit d01f17f

Please sign in to comment.