Skip to content

Commit

Permalink
Merge pull request #78 from marco-wildermuth/carousel-identifier-bugfix
Browse files Browse the repository at this point in the history
BUGFIX: Carousel identifier bugfix
  • Loading branch information
markusguenther authored Jul 21, 2020
2 parents fd512b4 + f694c0d commit a65ebdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Fusion/Content/Carousel.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# "Carousel" element
#
prototype(Neos.Demo:Content.Carousel) < prototype(Neos.Neos:ContentComponent) {
identifier = ${q(node).property('_identifier')}
identifier = ${'id-' + q(node).property('_identifier')}

carouselItems = Neos.Neos:ContentCollection {
nodePath = 'carouselitems'
Expand Down

0 comments on commit a65ebdf

Please sign in to comment.