Skip to content

Commit ee0ef64

Browse files
committed
feat: add feature highlighted component in platform sub page
1 parent de0d7f2 commit ee0ef64

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/api/platform-page/content-types/platform-page/schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"section-faqs.frequently-asked-question",
2525
"section-cta.banner",
2626
"section-cards.case-studies",
27-
"section-separator.separator"
27+
"section-separator.separator",
28+
"section-cards.feature-highlights"
2829
],
2930
"required": true
3031
}

types/generated/contentTypes.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,7 @@ export interface ApiPlatformPagePlatformPage
821821
'section-cta.banner',
822822
'section-cards.case-studies',
823823
'section-separator.separator',
824+
'section-cards.feature-highlights',
824825
]
825826
> &
826827
Schema.Attribute.Required;

0 commit comments

Comments
 (0)