From 743e799b71b07ad1e6683f2998251552c7d9382b Mon Sep 17 00:00:00 2001 From: Masoud Hedayati Date: Mon, 27 Jul 2020 14:26:28 +0200 Subject: [PATCH] target property conflict with elasticsearch indexing fixed --- Configuration/NodeTypes.Content.Section.Spotlight.Item.yaml | 2 +- Resources/Private/Fusion/Content/Section/Spotlight.Item.fusion | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration/NodeTypes.Content.Section.Spotlight.Item.yaml b/Configuration/NodeTypes.Content.Section.Spotlight.Item.yaml index 8b5f07e0..390efd1f 100644 --- a/Configuration/NodeTypes.Content.Section.Spotlight.Item.yaml +++ b/Configuration/NodeTypes.Content.Section.Spotlight.Item.yaml @@ -54,7 +54,7 @@ group: anchor editor: 'Neos.Neos/Inspector/Editors/LinkEditor' - target: + linkTarget: type: boolean ui: label: 'Open In New window' diff --git a/Resources/Private/Fusion/Content/Section/Spotlight.Item.fusion b/Resources/Private/Fusion/Content/Section/Spotlight.Item.fusion index 8366d601..89a406e3 100644 --- a/Resources/Private/Fusion/Content/Section/Spotlight.Item.fusion +++ b/Resources/Private/Fusion/Content/Section/Spotlight.Item.fusion @@ -48,7 +48,7 @@ prototype(Sitegeist.NeosTemplate.Spectral:Content.Section.Spotlight.Item) < prot href.@if.inBackend = ${node.context.live} href.@process.convertUris = Neos.Neos:ConvertUris - target = ${q(node).property('target')} + target = ${q(node).property('linkTarget')} alignment = ${q(node).property('alignment')}