File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
src/components/landing-page-component Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments