« get me outta code hell

data, data-checks: Flash.commentary (etc) - 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>2024-04-04 13:05:56 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-04-04 13:06:07 -0300
commita30da5289dbeaf3bf0fb89999a48fe20da4c63a4 (patch)
tree5773b9383352c1c3f6402376c30a26b19b8444e3 /src/data/checks.js
parent10485c6dda37017f0a82ba7f2f52ecd5b59df091 (diff)
data, data-checks: Flash.commentary (etc)
Diffstat (limited to 'src/data/checks.js')
-rw-r--r--src/data/checks.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/data/checks.js b/src/data/checks.js
index 1300cbe..44f3efd 100644
--- a/src/data/checks.js
+++ b/src/data/checks.js
@@ -166,6 +166,10 @@ export function filterReferenceErrors(wikiData, {
       commentary: '_commentary',
     }],
 
+    ['flashData', {
+      commentary: '_commentary',
+    }],
+
     ['groupCategoryData', {
       groups: 'group',
     }],
@@ -489,6 +493,10 @@ export function reportContentTextErrors(wikiData, {
       contextNotes: '_content',
     }],
 
+    ['flashData', {
+      commentary: commentaryShape,
+    }],
+
     ['flashActData', {
       listTerminology: '_content',
     }],