Skip to content

Commit

Permalink
Merge pull request #12 from sitegeist/bugfix/propertyConfilctWithElas…
Browse files Browse the repository at this point in the history
…ticsearchIndexing

target property conflict with elasticsearch indexing fixed
  • Loading branch information
hedayati-m authored Jul 27, 2020
2 parents ce1e10f + 743e799 commit fcd9d79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
group: anchor
editor: 'Neos.Neos/Inspector/Editors/LinkEditor'

target:
linkTarget:
type: boolean
ui:
label: 'Open In New window'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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')}

Expand Down

0 comments on commit fcd9d79

Please sign in to comment.