Skip to content

Commit

Permalink
feat: default field values
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 24, 2024
1 parent 2044f9d commit 62a062f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,18 @@ collections:
- label: Sidebar position
name: sidebar_position
widget: number
default: 1
- label: Title
name: title
widget: string
- label: Description
name: description
required: false
- label: Image
name: image
widget: 'image'
allow_multiple: false
required: false
- label: Body
name: body
widget: markdown
Expand Down

0 comments on commit 62a062f

Please sign in to comment.