Skip to content

Commit

Permalink
Merge pull request #38 from epam/update-page
Browse files Browse the repository at this point in the history
EPMGCIPCNT-0: add Testimonials and Timeline to page
  • Loading branch information
kelbitskaya authored Jul 30, 2024
2 parents 18024d8 + 1c140e2 commit 958d881
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/api/page/content-types/page/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
"sections.columns-with-tabs",
"sections.secondary-banner",
"sections.wave-banner",
"sections.carousel"
"sections.carousel",
"shared.testimonials-card",
"shared.timeline-card"
]
}
}
Expand Down
4 changes: 3 additions & 1 deletion types/generated/contentTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,9 @@ export interface ApiPagePage extends Schema.CollectionType {
'sections.columns-with-tabs',
'sections.secondary-banner',
'sections.wave-banner',
'sections.carousel'
'sections.carousel',
'shared.testimonials-card',
'shared.timeline-card'
]
> &
Attribute.SetPluginOptions<{
Expand Down

0 comments on commit 958d881

Please sign in to comment.