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:
George Cushen 2020-03-13 18:46:15 +00:00
parent 3bac8f0494
commit 440f422646

View file

@ -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`"