File tree Expand file tree Collapse file tree
api/resource-landing-page/content-types/resource-landing-page Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 " section-cards.blog" ,
2121 " section-cards.feature3" ,
2222 " section-cards.articles" ,
23- " section-cards.feature4"
23+ " section-cards.feature4" ,
24+ " section-cards.webinar"
2425 ]
2526 },
2627 "seo" : {
Original file line number Diff line number Diff line change 1+ {
2+ "collectionName" : " components_section_cards_webinars" ,
3+ "info" : {
4+ "displayName" : " Webinar"
5+ },
6+ "options" : {},
7+ "attributes" : {
8+ "heading" : {
9+ "type" : " component" ,
10+ "repeatable" : false ,
11+ "component" : " elements.heading"
12+ },
13+ "primaryButton" : {
14+ "type" : " component" ,
15+ "repeatable" : false ,
16+ "component" : " elements.button"
17+ }
18+ }
19+ }
Original file line number Diff line number Diff line change @@ -576,6 +576,17 @@ export interface SectionCardsTestimonials extends Struct.ComponentSchema {
576576 } ;
577577}
578578
579+ export interface SectionCardsWebinar extends Struct . ComponentSchema {
580+ collectionName : 'components_section_cards_webinars' ;
581+ info : {
582+ displayName : 'Webinar' ;
583+ } ;
584+ attributes : {
585+ heading : Schema . Attribute . Component < 'elements.heading' , false > ;
586+ primaryButton : Schema . Attribute . Component < 'elements.button' , false > ;
587+ } ;
588+ }
589+
579590export interface SectionCtaBanner extends Struct . ComponentSchema {
580591 collectionName : 'components_section_cta_banners' ;
581592 info : {
@@ -1093,6 +1104,7 @@ declare module '@strapi/strapi' {
10931104 'section-cards.our-partners' : SectionCardsOurPartners ;
10941105 'section-cards.plaform-key-features' : SectionCardsPlaformKeyFeatures ;
10951106 'section-cards.testimonials' : SectionCardsTestimonials ;
1107+ 'section-cards.webinar' : SectionCardsWebinar ;
10961108 'section-cta.banner' : SectionCtaBanner ;
10971109 'section-cta.download-cta' : SectionCtaDownloadCta ;
10981110 'section-faqs.fa-qs-page-section' : SectionFaqsFaQsPageSection ;
Original file line number Diff line number Diff line change @@ -1330,6 +1330,7 @@ export interface ApiResourceLandingPageResourceLandingPage
13301330 'section-cards.feature3' ,
13311331 'section-cards.articles' ,
13321332 'section-cards.feature4' ,
1333+ 'section-cards.webinar' ,
13331334 ]
13341335 > ;
13351336 createdAt : Schema . Attribute . DateTime ;
You can’t perform that action at this time.
0 commit comments