Skip to content

Commit

Permalink
fix: choosing featured image in Netlify CMS
Browse files Browse the repository at this point in the history
Fixes conflict between `featured` param describing if a post is featured and featured `image` param - was a typo with it also being named `featured` instead of the unique name of `image`.

Fix HugoBlox/hugo-blox-builder#1593
  • Loading branch information
gcushen committed Mar 13, 2020
1 parent 3bac8f0 commit 440f422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ collections:
required: false
widget: "list"
- label: "Featured Image"
name: "featured"
name: "image"
widget: object
fields:
- label: "Upload an image named `featured.jpg/png`"
Expand Down

0 comments on commit 440f422

Please sign in to comment.