diff --git a/includes/post_types.php b/includes/post_types.php index b934f5b..87f68f9 100644 --- a/includes/post_types.php +++ b/includes/post_types.php @@ -193,7 +193,7 @@ function create_posttype() 'show_in_rest' => true, 'menu_icon' => 'dashicons-forms', 'supports' => array('title', 'custom-fields'), - 'supports' => array('title', 'editor', 'page-attributes', 'thumbnail', 'revision', 'excerpt'), + 'supports' => array('title', 'editor', 'page-attributes', 'thumbnail', 'revisions', 'excerpt'), ) );