Skip to content

Commit

Permalink
hide feat image field
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Oct 11, 2023
1 parent 84560be commit 69e0750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/page-pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function PagePages() {
},
// All fields are visible by default, so it's
// better to keep track of the hidden ones.
hiddenFields: [ 'date' ],
hiddenFields: [ 'date', 'featured-image' ],
} );
// Request post statuses to get the proper labels.
const { records: statuses } = useEntityRecords( 'root', 'status' );
Expand Down

0 comments on commit 69e0750

Please sign in to comment.