Problem with the AssetEditor and the link generation

i have problems with the link generation when i using the AssetEditor

in yaml file:

linkUrl:
type: string
defaultValue: ‘’
ui:
label: ‘Link Url’
reloadPageIfChanged: true
inspector:
editor: ‘Neos.Neos/Inspector/Editors/AssetEditor’
group: ‘content’

in fusion:
linkUrl = ${q(node).property(‘linkUrl’)}
linkUrl.@process.convertUris = Neos.Neos:ConvertUris

in template:
<a class="" href="{linkUrl}" title="" target="">

is rendert to
<a class="" href="942dec51-9e49-44e1-a910-62121459aa89" title="" target="">

when i use the Linkeditor
editor: 'Neos.Neos/Inspector/Editors/LinkEditor
it works fine
the node was rendert to a proper url

any ideas? thx

Hey Matthias,

for linking an asset, you have to use the Neos.Neos:ImageUri Fusion Object.

Cheers.
Daniel