Skip to content

Commit

Permalink
added the composition
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Feb 28, 2024
1 parent 03c2bcc commit 57d67c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .storybook/stories/paragraphs/MediaWithCaption.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ export const Banner: Story = {
args: {
paragraph: {
id:"6fa23537-dda7-4861-930a-648445d9904c",
composition: {
layout: null,
position: {
parentId: "7a29ef1e-e98c-4463-937d-0084a7dd70cd",
region:"main"
}
},
suMediaCaptionCaption: {
processed:"<p>Here is my caption.</p>"
},
Expand All @@ -38,3 +45,4 @@ export const Banner: Story = {
}
}
};

0 comments on commit 57d67c5

Please sign in to comment.