Skip to content

Commit 16caf32

Browse files
authored
Merge pull request #164 from devgeniem/TMS-901
TMS-901: Add components to single program
2 parents 88aaf90 + da1e08b commit 16caf32

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
## [1.8.7] - 2023-11-21
1111

12+
### Added
13+
14+
- TMS-901: Add logo-wall & image-carousel components to single programs
15+
1216
### Fixed
1317

1418
- TMS-935: Archive filter accessibility fixes

lib/ACF/ProgramGroup.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@ protected function get_components_tab( string $key ) : Field\Tab {
323323
Layouts\TextBlockLayout::class,
324324
Layouts\CallToActionLayout::class,
325325
Layouts\GravityFormLayout::class,
326+
Layouts\LogoWallLayout::class,
327+
Layouts\ImageCarouselLayout::class,
326328
],
327329
$key
328330
);

0 commit comments

Comments
 (0)