Skip to content

Commit

Permalink
add fields to page sections
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-luna-ray committed Feb 13, 2024
1 parent b1e324f commit 9e6552b
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions schemas/pages/homePage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,16 @@ export default defineType({
title: 'Section Title',
type: 'string',
}),
defineField({
name: 'subtitle',
title: 'Section Subtitle',
type: 'string',
}),
defineField({
name: 'intro',
title: 'Section Intro',
type: 'text',
}),
defineField({
name: 'body',
title: 'Section Body',
Expand All @@ -120,6 +130,16 @@ export default defineType({
title: 'Section Title',
type: 'string',
}),
defineField({
name: 'subtitle',
title: 'Section Subtitle',
type: 'string',
}),
defineField({
name: 'intro',
title: 'Section Intro',
type: 'text',
}),
defineField({
name: 'body',
title: 'Section Body',
Expand All @@ -137,6 +157,16 @@ export default defineType({
title: 'Section Title',
type: 'string',
}),
defineField({
name: 'subtitle',
title: 'Section Subtitle',
type: 'string',
}),
defineField({
name: 'intro',
title: 'Section Intro',
type: 'text',
}),
defineField({
name: 'body',
title: 'Section Body',
Expand All @@ -154,6 +184,16 @@ export default defineType({
title: 'Section Title',
type: 'string',
}),
defineField({
name: 'subtitle',
title: 'Section Subtitle',
type: 'string',
}),
defineField({
name: 'intro',
title: 'Section Intro',
type: 'text',
}),
defineField({
name: 'body',
title: 'Section Body',
Expand Down

0 comments on commit 9e6552b

Please sign in to comment.