Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalscodes committed Apr 17, 2024
1 parent 01d47c1 commit ae341e5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ collections:
- { label: "Author", name: "author", widget: "string" }
- { label: "Date", name: "date", widget: "datetime" }
- { label: "Tags", name: "tags", widget: "list", default: ["post"] }
- { label: "Header Image", name: "header-img", widget: "image" }
- {
label: "Featured Image",
name: "header-image",
widget: "image",
choose_url: false,
}
- { label: "Header Image", name: "header-img", widget: "string" }
- {
label: "Header Image Credit",
name: "header-img-credit",
Expand Down

0 comments on commit ae341e5

Please sign in to comment.