diff --git a/DistributionPackages/Sfi.Kateheo/Resources/Private/Fusion/NodeTypes/PrimarySection.Short.fusion b/DistributionPackages/Sfi.Kateheo/Resources/Private/Fusion/NodeTypes/PrimarySection.Short.fusion index c732d23..67af4d2 100644 --- a/DistributionPackages/Sfi.Kateheo/Resources/Private/Fusion/NodeTypes/PrimarySection.Short.fusion +++ b/DistributionPackages/Sfi.Kateheo/Resources/Private/Fusion/NodeTypes/PrimarySection.Short.fusion @@ -23,6 +23,9 @@ prototype(Sfi.Kateheo:PrimarySection.Short) < prototype(Neos.Neos:ContentCompone renderer = 'flex-basis: 50%; padding: 12px' } } + arrowFrame = Neos.Fusion:ResourceUri { + path = 'resource://Sfi.Kateheo/Public/Images/ArrowFrame.svg' + } renderer = afx`
{props.style} @@ -30,7 +33,7 @@ prototype(Sfi.Kateheo:PrimarySection.Short) < prototype(Neos.Neos:ContentCompone

-
+
diff --git a/DistributionPackages/Sfi.Kateheo/Resources/Private/Fusion/NodeTypes/Slide.fusion b/DistributionPackages/Sfi.Kateheo/Resources/Private/Fusion/NodeTypes/Slide.fusion index a91a411..b3fe17b 100644 --- a/DistributionPackages/Sfi.Kateheo/Resources/Private/Fusion/NodeTypes/Slide.fusion +++ b/DistributionPackages/Sfi.Kateheo/Resources/Private/Fusion/NodeTypes/Slide.fusion @@ -8,24 +8,29 @@ prototype(Sfi.Kateheo:Slide) < prototype(Neos.Neos:ContentComponent) { name = ${node.properties.name} renderer = afx`
-
{props.name}
+
{props.name}
-
-
- , +
+
+ , +
` @process.styles = ${'' - arrowNext = '' + arrowNext = '' } prototype(Neos.Fusion:GlobalCacheIdentifiers) { diff --git a/DistributionPackages/Sfi.Kateheo/Resources/Public/Images/ArrowFrame.svg b/DistributionPackages/Sfi.Kateheo/Resources/Public/Images/ArrowFrame.svg new file mode 100644 index 0000000..8ff8c8d --- /dev/null +++ b/DistributionPackages/Sfi.Kateheo/Resources/Public/Images/ArrowFrame.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/DistributionPackages/Sfi.Kateheo/Resources/Public/Images/IconSearchKateheo.svg b/DistributionPackages/Sfi.Kateheo/Resources/Public/Images/IconSearchKateheo.svg new file mode 100644 index 0000000..bb1cdb5 --- /dev/null +++ b/DistributionPackages/Sfi.Kateheo/Resources/Public/Images/IconSearchKateheo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/DistributionPackages/Sfi.Kateheo/Resources/Public/Images/IconUserKateheo.svg b/DistributionPackages/Sfi.Kateheo/Resources/Public/Images/IconUserKateheo.svg new file mode 100644 index 0000000..a74412c --- /dev/null +++ b/DistributionPackages/Sfi.Kateheo/Resources/Public/Images/IconUserKateheo.svg @@ -0,0 +1 @@ + \ No newline at end of file