Skip to content

Commit

Permalink
Add projects and credit classes sections to home (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
blushi authored Dec 1, 2022
1 parent 1693c92 commit f764d5b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions schemas/documents/registry/homePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ export default {
title: 'Hero Section',
validation: Rule => Rule.required(),
},
{
name: 'projectsSection',
type: 'titleCustomBody',
title: 'Projects Section',
validation: Rule => Rule.required(),
},
{
name: 'creditClassesSection',
type: 'titleCustomBody',
title: 'Credit Classes Section',
validation: Rule => Rule.required(),
},
{
name: 'gettingStartedResourcesSection',
type: 'reference',
Expand Down

0 comments on commit f764d5b

Please sign in to comment.