« get me outta code hell

data: Artwork.thingProperty - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/yaml.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-04-16 18:10:05 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-04-22 15:36:34 -0300
commit46c4c299e50d9ad0262b660254b4f1c2e8ef1880 (patch)
tree15ac390963e6ef18f3d71623d0f9e962dcccdc48 /src/data/yaml.js
parentd1319becac318e3ee46b6bb55b722eaf133628aa (diff)
data: Artwork.thingProperty
Diffstat (limited to 'src/data/yaml.js')
-rw-r--r--src/data/yaml.js2
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,