Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I don't even know it is possible, but can I use the Name property of an url picker as a label template in, let's say Archetype ?
I've tried with {{link}} and {{link.Name}} but no luck.
Hi Sebastian
You can't use e.g. {{link}} because the scope contains a property link, which value is the node id you have selected.
But you can create a javascript file to look-up the entity by id/value and registre the javascript file via a package.manifest file.
Take a look at this: https://github.com/kgiszewski/ArchetypeManual/blob/master/02%20-%20Configuration.md#label-template
/Bjarne
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to use the Url Picker Name as a Label template ?
I don't even know it is possible, but can I use the Name property of an url picker as a label template in, let's say Archetype ?
I've tried with {{link}} and {{link.Name}} but no luck.
Hi Sebastian
You can't use e.g. {{link}} because the scope contains a property link, which value is the node id you have selected.
But you can create a javascript file to look-up the entity by id/value and registre the javascript file via a package.manifest file.
Take a look at this: https://github.com/kgiszewski/ArchetypeManual/blob/master/02%20-%20Configuration.md#label-template
/Bjarne
is working on a reply...