Skip to content

Commit

Permalink
chore: rename short title field
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Mar 16, 2024
1 parent b65f377 commit 06a7d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keystatic.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export default config({
validation: { isRequired: true },
},
}),
shortTitle: fields.text({
summaryTitle: fields.text({
label: "Short title",
// validation: { isRequired: false },
}),
Expand Down Expand Up @@ -400,7 +400,7 @@ export default config({
validation: { isRequired: true },
},
}),
shortTitle: fields.text({
summaryTitle: fields.text({
label: "Short title",
// validation: { isRequired: false },
}),
Expand Down

0 comments on commit 06a7d23

Please sign in to comment.