Skip to content

Commit

Permalink
Admin: Make image optional
Browse files Browse the repository at this point in the history
  • Loading branch information
earthboundkid committed Oct 5, 2023
1 parent 72715fc commit 3eaab35
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 @@ -356,7 +356,7 @@ collections:
- label: Extra parameters
name: params
widget: object
field: { label: Image, name: image, widget: string }
field: { label: Image, name: image, widget: string, required: false }
required: false
- label: "Menu items"
label_singular: "menu item"
Expand Down

0 comments on commit 3eaab35

Please sign in to comment.