Skip to content

Commit

Permalink
Merge branch 'task/deprecated-fusion-usage'
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel committed Oct 18, 2023
2 parents 110fe12 + faa0234 commit c9512ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Fusion/Prototypes/DummyImageSource.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ prototype(Sitegeist.Kaleidoscope:DummyImageSource) {
// <table>
// <thead>
// <th></th>
// <Neos.Fusion:Loop items={props.dimensions} itemName="width" @children="itemRenderer">
// <Neos.Fusion:Loop items={props.dimensions} itemName="width">
// <th>W {width}</th>
// </Neos.Fusion:Loop>
// </thead>
// <tbody>
// <Neos.Fusion:Loop items={props.dimensions} itemName="height" @children="itemRenderer">
// <tr>
// <th>H {height}</th>
// <Neos.Fusion:Loop items={props.dimensions} itemName="width" @children="itemRenderer">
// <Neos.Fusion:Loop items={props.dimensions} itemName="width">
// <td>
// <img src={props.imageSource.setWidth(width).setHeight(height)} width={width} height={height} />
// </td>
Expand Down

0 comments on commit c9512ff

Please sign in to comment.