Run Prettier's automated formatting over the codebase.
This commit is contained in:
@@ -66,7 +66,10 @@ function getKeystaticCollections(path: string) {
|
||||
format: { contentField: 'content' },
|
||||
schema: {
|
||||
title: fields.slug({ name: { label: 'Title' } }),
|
||||
label: fields.text({ label: 'Label', validation: { isRequired: false } }),
|
||||
label: fields.text({
|
||||
label: 'Label',
|
||||
validation: { isRequired: false },
|
||||
}),
|
||||
image: fields.image({
|
||||
label: 'Image',
|
||||
directory: 'public/site/images',
|
||||
@@ -102,7 +105,10 @@ function getKeystaticCollections(path: string) {
|
||||
format: { contentField: 'content' },
|
||||
schema: {
|
||||
title: fields.slug({ name: { label: 'Title' } }),
|
||||
label: fields.text({ label: 'Label', validation: { isRequired: false } }),
|
||||
label: fields.text({
|
||||
label: 'Label',
|
||||
validation: { isRequired: false },
|
||||
}),
|
||||
content: getContentField(),
|
||||
image: fields.image({
|
||||
label: 'Image',
|
||||
|
||||
Reference in New Issue
Block a user