Skip to content

Commit

Permalink
add optional fields in config
Browse files Browse the repository at this point in the history
  • Loading branch information
aloxe committed Dec 19, 2024
1 parent e97fb77 commit e1eddc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/_assets/public/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ collections:
- label: "subtitle"
name: "subtitle"
widget: "string"
required: false
- label: "Body"
name: "body"
widget: "markdown"
Expand All @@ -57,9 +58,11 @@ collections:
- label: "subtitle"
name: "subtitle"
widget: "string"
required: false
- label: "description"
name: "description"
widget: "string"
required: false
- label: "Body"
name: "body"
widget: "markdown"

0 comments on commit e1eddc5

Please sign in to comment.