diff options
Diffstat (limited to 'src/data/yaml.js')
-rw-r--r-- | src/data/yaml.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/yaml.js b/src/data/yaml.js index 79602faa..036fe8a7 100644 --- a/src/data/yaml.js +++ b/src/data/yaml.js @@ -792,6 +792,7 @@ export function parseAnnotatedReferences(entries, { export function parseArtwork({ single = false, + thingProperty = null, dimensionsFromThingProperty = null, fileExtensionFromThingProperty = null, dateFromThingProperty = null, @@ -801,6 +802,7 @@ export function parseArtwork({ referencedArtworksFromThingProperty = null, }) { const provide = { + thingProperty, dimensionsFromThingProperty, fileExtensionFromThingProperty, dateFromThingProperty, |