Skip to content

Commit d027802

Browse files
Enhance metadata field template to support internationalization for property values (#1325)
1 parent 80ee4b1 commit d027802

File tree

1 file changed

+1
-1
lines changed
  • ui.apps/src/main/content/jcr_root/apps/asset-share-commons/components/details/metadata/templates

1 file changed

+1
-1
lines changed

ui.apps/src/main/content/jcr_root/apps/asset-share-commons/components/details/metadata/templates/field-types.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<!--/* Computed Properties Format */-->
2020
<template data-sly-template.computed="${@ field}">
21-
<p>${field.properties[field.propertyName]}</p>
21+
<p>${field.properties[field.propertyName] @ i18n }</p>
2222
</template>
2323

2424
<!--/* Text or Computed Properties Format */-->

0 commit comments

Comments
 (0)