Skip to content

Commit

Permalink
Site Editor: Fix featured image not appearing in pages dataviews (#67562
Browse files Browse the repository at this point in the history
)

Co-authored-by: youknowriad <[email protected]>
Co-authored-by: oandregal <[email protected]>
  • Loading branch information
3 people authored and michalczaplinski committed Dec 5, 2024
1 parent 2cda095 commit 60863ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/dataviews/store/private-actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export const registerPostTypeSchema =

const fields = [
postTypeConfig.supports?.thumbnail &&
currentTheme?.[ 'theme-supports' ]?.[ 'post-thumbnails' ] &&
currentTheme?.theme_supports?.[ 'post-thumbnails' ] &&
featuredImageField,
titleField,
postTypeConfig.supports?.author && authorField,
Expand Down

0 comments on commit 60863ae

Please sign in to comment.