« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things/content.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/things/content.js')
-rw-r--r--src/data/things/content.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/data/things/content.js b/src/data/things/content.js
index 91da2248..7d7f7a6d 100644
--- a/src/data/things/content.js
+++ b/src/data/things/content.js
@@ -19,6 +19,7 @@ import {
   hasAnnotationPart,
   withAnnotationParts,
   withSourceText,
+  withSourceURLs,
   withWebArchiveDate,
 } from '#composite/things/content';
 
@@ -117,6 +118,11 @@ export class ContentEntry extends Thing {
       withSourceText(),
       exposeDependency({dependency: '#sourceText'}),
     ],
+
+    sourceURLs: [
+      withSourceURLs(),
+      exposeDependency({dependency: '#sourceURLs'}),
+    ],
   });
 
   static [Thing.yamlDocumentSpec] = {