Skip to content

Commit

Permalink
add fixed/highlights to supported containers list (#27288)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 authored Jul 8, 2024
1 parent bf42f39 commit 3b810b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions facia/app/services/dotcomrendering/FaciaPicker.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ object FrontChecks {
"nav/list",
"nav/media-list",
"news/most-popular",
"fixed/highlights",
)

def hasOnlySupportedCollections(faciaPage: PressedPage) =
Expand Down
1 change: 1 addition & 0 deletions facia/test/services/dotcomrendering/FaciaPickerTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ import layout.slices.EmailLayouts
PressedCollectionBuilder.mkPressedCollection("nav/list"),
PressedCollectionBuilder.mkPressedCollection("nav/media-list"),
PressedCollectionBuilder.mkPressedCollection("news/most-popular"),
PressedCollectionBuilder.mkPressedCollection("fixed/highlights"),
),
)

Expand Down

0 comments on commit 3b810b6

Please sign in to comment.