We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a3d15f + f8c6ad0 commit e9e3eabCopy full SHA for e9e3eab
2 files changed
src/api/homepage/content-types/homepage/schema.json
@@ -20,7 +20,8 @@
20
"section-features.home-marketecture-section",
21
"section-cta.banner",
22
"section-cards.feature4",
23
- "section-features.homepage-feature"
+ "section-features.homepage-feature",
24
+ "section-faqs.frequently-asked-question"
25
]
26
},
27
"seo": {
types/generated/contentTypes.d.ts
@@ -1262,6 +1262,7 @@ export interface ApiHomepageHomepage extends Struct.SingleTypeSchema {
1262
'section-cta.banner',
1263
'section-cards.feature4',
1264
'section-features.homepage-feature',
1265
+ 'section-faqs.frequently-asked-question',
1266
1267
>;
1268
createdAt: Schema.Attribute.DateTime;
0 commit comments