Skip to content

Commit

Permalink
Add CommentLayout for apps (#9026)
Browse files Browse the repository at this point in the history
* commentlayout for apps

* add priority to islands
  • Loading branch information
DanielCliftonGuardian authored Oct 6, 2023
1 parent 4dbe62c commit 1844793
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 177 deletions.
6 changes: 6 additions & 0 deletions dotcom-rendering/scripts/gen-stories/get-stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ const testLayoutFormats = [
theme: 'OpinionPillar',
renderingTarget: 'Web',
},
{
display: 'Standard',
design: 'Comment',
theme: 'NewsPillar',
renderingTarget: 'Apps',
},
];

const generateLayoutStories = () => {
Expand Down
Loading

0 comments on commit 1844793

Please sign in to comment.