« get me outta code hell

data, content: Track: "Referencing Sources" - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/checks.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-05-21 14:14:19 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-05-21 14:14:19 -0300
commit37122b700c27435a8d8487f0d474a5c52f685e59 (patch)
tree920002fa293a8a65410a2c0151ca4188ec60212b /src/data/checks.js
parent85e62b20170c566c5a22479f5dfaccc2817f4afe (diff)
data, content: Track: "Referencing Sources"
Diffstat (limited to 'src/data/checks.js')
-rw-r--r--src/data/checks.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/checks.js b/src/data/checks.js
index 582b4eb4..c86d895d 100644
--- a/src/data/checks.js
+++ b/src/data/checks.js
@@ -236,6 +236,7 @@ export function filterReferenceErrors(wikiData, {
       mainReleaseTrack: '_trackMainReleasesOnly',
       commentary: '_content',
       creditingSources: '_content',
+      referencingSources: '_content',
       lyrics: '_content',
     }],
 
@@ -612,6 +613,7 @@ export function reportContentTextErrors(wikiData, {
       additionalFiles: additionalFileShape,
       commentary: commentaryShape,
       creditingSources: commentaryShape,
+      referencingSources: commentaryShape,
       lyrics: lyricsShape,
       midiProjectFiles: additionalFileShape,
       sheetMusicFiles: additionalFileShape,