fix: choosing featured image in Netlify CMS
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 https://github.com/gcushen/hugo-academic/issues/1593
This commit is contained in:
parent
3bac8f0494
commit
440f422646
1 changed files with 1 additions and 1 deletions
|
@ -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`"
|
||||
|
|
Loading…
Reference in a new issue