Skip to content

Commit 9cb1574

Browse files
committed
use full xmp tag name for metadata variables
1 parent 6503fcc commit 9cb1574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/module-reference/utility-modules/shared/metadata-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ To add new metadata fields to the module, press the "+" button at the bottom of
5151

5252
All tags in this module are available for display in the [image information](./image-information.md) module, updating in the [import](../lighttable/import.md) module and filtering in the [collections](./collections.md) module.
5353

54-
The field values can be used in [variable substitution](../../../special-topics/variables.md) using the last part of the associated tag name as the variable name. For example, the xmp tag `Xmp.iptc.location` is available as the variable `$(LOCATION)`.
54+
The field values can be used in [variable substitution](../../../special-topics/variables.md) using the full case sensitive Xmp tag name as the variable name, i.e. `Xmp.iptc.location`.

content/special-topics/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ $(JOBCODE) internal jobcode of current job
119119

120120
# metadata
121121

122-
Fields from the [metadata editor](../module-reference/utility-modules/shared/metadata-editor.md) can be used for variable substitution using the last part of the associated tag name as the variable name. For example, the xmp tag `Xmp.iptc.location` is available as the variable `$(LOCATION)`.
122+
Fields from the [metadata editor](../module-reference/utility-modules/shared/metadata-editor.md) can be used for variable substitution using the full case sensitive Xmp tag name as the variable name, i.e. `Xmp.iptc.location`.
123123

124124

125125
# string substitution

0 commit comments

Comments
 (0)