Skip to content

Commit

Permalink
💄 UX - Roadmap - add item headings (#2421)
Browse files Browse the repository at this point in the history
Roadmap - add item headings
  • Loading branch information
bradystroud authored Nov 5, 2024
1 parent 01765bf commit 91987bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/blocks/RoadmapGrid.template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ export const roadmapGridTemplate: Template = {
name: 'roadmapGrid',
ui: {
previewSrc: '/img/blocks/roadmap.png',
itemProps: (item) => ({
label: item.headline,
key: item.id,
}),
},
fields: [
{ name: 'headline', label: 'Headline', type: 'string' },
Expand Down

0 comments on commit 91987bb

Please sign in to comment.