« get me outta code hell

data: Artwork.extraDetails - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-05-26 16:35:02 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-05-28 16:21:11 -0300
commitecb65ed81e286578b4e82002429c6bd4e318a7a8 (patch)
treeb9046a815fa5a57de548c6980010b8207b718f35 /src/data
parent086d3b59116dfbd09062e2d4ea1270aea5ef48ec (diff)
data: Artwork.extraDetails
Diffstat (limited to 'src/data')
-rw-r--r--src/data/things/artwork.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/things/artwork.js b/src/data/things/artwork.js
index a72da470..3325ba6a 100644
--- a/src/data/things/artwork.js
+++ b/src/data/things/artwork.js
@@ -77,6 +77,7 @@ export class Artwork extends Thing {
 
     label: simpleString(),
     source: contentString(),
+    extraDetails: contentString(),
 
     dateFromThingProperty: simpleString(),
 
@@ -383,6 +384,7 @@ export class Artwork extends Thing {
 
       'Label': {property: 'label'},
       'Source': {property: 'source'},
+      'Extra Details': {property: 'extraDetails'},
 
       'Date': {
         property: 'date',