Skip to content

Commit eae6b2c

Browse files
authored
Merge pull request #7 from openobserve/dev
feat: add feature highlighted component in platform sub page
2 parents 324db6d + 84c035e commit eae6b2c

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
@@ -749,6 +749,7 @@ export interface ApiPlatformPagePlatformPage
749749
'section-cta.banner',
750750
'section-cards.case-studies',
751751
'section-separator.separator',
752+
'section-cards.feature-highlights',
752753
]
753754
> &
754755
Schema.Attribute.Required;

0 commit comments

Comments
 (0)