This commit is contained in:
Laurie MONTANT 2024-09-06 16:21:09 +02:00
parent 843bf837b2
commit 50fb9b467f

View File

@ -24,7 +24,7 @@
<#include "RFXtoRP_HsaItm_ItemCreated_ItemMetadata.ftl">, <#include "RFXtoRP_HsaItm_ItemCreated_ItemMetadata.ftl">,
<#-- Item Photo URI could be added here --> <#-- Item Photo URI could be added here -->
<#if item.url?? && item.url!==""> <#if item.url?? && item.url!="">
"PhotoURI": "${item.url?json_string}", "PhotoURI": "${item.url?json_string}",
</#if> </#if>