Skip to content

Commit b2d3207

Browse files
authored
Merge pull request #125 from openobserve/dev
feat: add form section heading and button text attributes to hero sec…
2 parents 2d7d6c4 + 825a169 commit b2d3207

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/components/landing-page-component/hero-section.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
"type": "component",
3030
"repeatable": true,
3131
"component": "elements.feature-title-description"
32+
},
33+
"formsectionHeading": {
34+
"type": "component",
35+
"repeatable": false,
36+
"component": "elements.heading"
37+
},
38+
"formButtonText": {
39+
"type": "string"
3240
}
3341
}
3442
}

types/generated/components.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,8 @@ export interface LandingPageComponentHeroSection
934934
true
935935
>;
936936
description: Schema.Attribute.Text;
937+
formButtonText: Schema.Attribute.String;
938+
formsectionHeading: Schema.Attribute.Component<'elements.heading', false>;
937939
stats: Schema.Attribute.Component<
938940
'elements.feature-title-description',
939941
true

0 commit comments

Comments
 (0)