« get me outta code hell

checks, data: formalize tag description as content string - 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-02-25 20:09:29 -0400
committer(quasar) nebula <qznebula@protonmail.com>2025-02-25 20:09:29 -0400
commit016aab374619323a918cf6ff34fa3e5e89f3a2fc (patch)
treefd627fd5e5cdda66b397f80625bd664e8eca04d7 /src/data/checks.js
parent42ee1578caddaf343ac8ccfb053417b49fc5064b (diff)
checks, data: formalize tag description as content string
Diffstat (limited to 'src/data/checks.js')
-rw-r--r--src/data/checks.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/data/checks.js b/src/data/checks.js
index e46f97ef..ff278d36 100644
--- a/src/data/checks.js
+++ b/src/data/checks.js
@@ -578,6 +578,10 @@ export function reportContentTextErrors(wikiData, {
       commentary: commentaryShape,
     }],
 
+    ['artTagData', {
+      description: '_content',
+    }],
+
     ['artistData', {
       contextNotes: '_content',
     }],