« get me outta code hell

content: transformContent: add [[flash-act]] tag - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-10-11 15:11:42 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-10-11 15:11:42 -0300
commit428e14394209f55215168b9acbe680a982f9beb6 (patch)
tree4be39a6e9950950a149e51e6087c2e8e9d8a232e
parente842ce93e6405334b6ef475ec1db41e051cfd2b5 (diff)
content: transformContent: add [[flash-act]] tag
-rw-r--r--src/content/dependencies/transformContent.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/content/dependencies/transformContent.js b/src/content/dependencies/transformContent.js
index 9a5ac45..3c2c352 100644
--- a/src/content/dependencies/transformContent.js
+++ b/src/content/dependencies/transformContent.js
@@ -53,6 +53,10 @@ export const replacerSpec = {
       }
     },
   },
+  'flash-act': {
+    find: 'flashAct',
+    link: 'flashAct',
+  },
   group: {
     find: 'group',
     link: 'groupInfo',
@@ -119,6 +123,7 @@ const linkThingRelationMap = {
   artist: 'linkArtist',
   artistGallery: 'linkArtistGallery',
   flash: 'linkFlash',
+  flashAct: 'linkFlashAct',
   groupInfo: 'linkGroup',
   groupGallery: 'linkGroupGallery',
   listing: 'linkListing',