File tree Expand file tree Collapse file tree 6 files changed +11
-19
lines changed
Neos.MarketPlace/Resources/Private/Fusion/Documents
Neos.NeosConIo/Resources/Private/Fusion/Documents
Neos.NeosIo/Resources/Private/Fusion/Documents Expand file tree Collapse file tree 6 files changed +11
-19
lines changed Original file line number Diff line number Diff line change 11prototype(Neos.MarketPlace:DefaultPage) < prototype(Neos.NeosIo:DefaultPage) {
2- header.keyVisual >
3-
42 prototype(Neos.NeosIo:Fragment.PageStyles) {
53 neosMarketPlace = Neos.Fusion:Component {
64 @position = 'after main'
Original file line number Diff line number Diff line change 11prototype(Neos.NeosConIo:Speakers) < prototype(Neos.NeosIo:DefaultPage) {
2- header.keyVisual.content = Neos.Neos:ContentCollection {
3- nodePath = 'keyvisual'
4- }
52}
Original file line number Diff line number Diff line change 11prototype(Neos.NeosConIo:Talks) < prototype(Neos.NeosIo:DefaultPage) {
2- header.keyVisual.content = Neos.Neos:ContentCollection {
3- nodePath = 'keyvisual'
4- }
52}
Original file line number Diff line number Diff line change @@ -5,8 +5,17 @@ prototype(Neos.NeosIo:DefaultPage) < prototype(Neos.Fusion:Component) {
55 keyVisualImage = ${q(documentNode).property('keyVisualImage')}
66 keyVisualImageSmall = ${q(documentNode).property('keyVisualImageSmall')}
77 isKeyVisualContentsInverted = ${q(documentNode).property('isKeyVisualContentsInverted')}
8- content = Neos.Neos:ContentCollection {
9- nodePath = 'keyvisual'
8+ content = Neos.Fusion:Case {
9+ hasContentSection {
10+ condition = ${q(documentNode).is('[instanceof Neos.NeosIo:KeyVisualMixin]')}
11+ renderer = Neos.Neos:ContentCollection {
12+ nodePath = 'keyvisual'
13+ }
14+ }
15+ fallback {
16+ condition = true
17+ renderer = ''
18+ }
1019 }
1120 }
1221 breadcrumb = Neos.NeosIo:Fragment.BreadcrumbMenu
Original file line number Diff line number Diff line change 11prototype(Neos.NeosIo:DocumentationPage) < prototype(Neos.NeosIo:DefaultPage) {
22 header {
3- keyVisual {
4- content = Neos.Neos:ContentCollection {
5- nodePath = 'keyvisual'
6- }
7- }
83 breadcrumb >
94 }
105 content {
Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ prototype(Neos.NeosIo:LandingPage) < prototype(Neos.NeosIo:DefaultPage) {
33 // to use the "large" key visual, we need to append a CSS class to the outer container; and change the default-Image.
44 prototype(Neos.NeosIo:KeyVisual.AbstractRenderer).classes.@process.appendLarge = ${value + " keyVisual--large"}
55 prototype(Neos.NeosIo:KeyVisual.StaticPlaceholderImageRenderer).@context.staticUrlPrefix.path = 'Images/DefaultKeyvisual'
6-
7- content = Neos.Neos:ContentCollection {
8- nodePath = 'keyvisual'
9- }
106 }
117
128 content.renderer >
You can’t perform that action at this time.
0 commit comments