We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88aaf90 + da1e08b commit 16caf32Copy full SHA for 16caf32
CHANGELOG.MD
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
10
## [1.8.7] - 2023-11-21
11
12
+### Added
13
+
14
+- TMS-901: Add logo-wall & image-carousel components to single programs
15
16
### Fixed
17
18
- TMS-935: Archive filter accessibility fixes
lib/ACF/ProgramGroup.php
@@ -323,6 +323,8 @@ protected function get_components_tab( string $key ) : Field\Tab {
323
Layouts\TextBlockLayout::class,
324
Layouts\CallToActionLayout::class,
325
Layouts\GravityFormLayout::class,
326
+ Layouts\LogoWallLayout::class,
327
+ Layouts\ImageCarouselLayout::class,
328
],
329
$key
330
);
0 commit comments