Skip to content

Commit e9e3eab

Browse files
authored
Merge pull request #159 from openobserve/dev
fix: add "section-faqs.frequently-asked-question" to homepage schema …
2 parents 2a3d15f + f8c6ad0 commit e9e3eab

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/api/homepage/content-types/homepage/schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"section-features.home-marketecture-section",
2121
"section-cta.banner",
2222
"section-cards.feature4",
23-
"section-features.homepage-feature"
23+
"section-features.homepage-feature",
24+
"section-faqs.frequently-asked-question"
2425
]
2526
},
2627
"seo": {

types/generated/contentTypes.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,7 @@ export interface ApiHomepageHomepage extends Struct.SingleTypeSchema {
12621262
'section-cta.banner',
12631263
'section-cards.feature4',
12641264
'section-features.homepage-feature',
1265+
'section-faqs.frequently-asked-question',
12651266
]
12661267
>;
12671268
createdAt: Schema.Attribute.DateTime;

0 commit comments

Comments
 (0)