Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-03-13 21:46:15 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-03-13 21:46:15 +0300
commit440f422646b7054c34a9c2ec6d7365eed1289681 (patch)
tree9632b3c75cd9fd471dc047d393df4f5bf09afc45 /static
parent3bac8f0494bf35e64fb5943a99ccc377e7cac390 (diff)
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
Diffstat (limited to 'static')
-rw-r--r--static/admin/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml
index 6c2951dc..a3af20ef 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -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`"