From f44b69b6079c80da98aafe9022cb68923e52a03c Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 20 Nov 2025 15:51:14 -0400 Subject: data, yaml: save() -> connect(), Thing.wikiData & friends HOLY GUACAMOLE --- src/data/things/content.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/data/things/content.js') diff --git a/src/data/things/content.js b/src/data/things/content.js index a3dfc183..95836abd 100644 --- a/src/data/things/content.js +++ b/src/data/things/content.js @@ -154,6 +154,8 @@ export class ContentEntry extends Thing { } export class CommentaryEntry extends ContentEntry { + static [Thing.wikiData] = 'commentaryData'; + static [Thing.getPropertyDescriptors] = () => ({ // Expose only @@ -170,6 +172,8 @@ export class CommentaryEntry extends ContentEntry { } export class LyricsEntry extends ContentEntry { + static [Thing.wikiData] = 'lyricsData'; + static [Thing.getPropertyDescriptors] = () => ({ // Update & expose @@ -223,6 +227,8 @@ export class LyricsEntry extends ContentEntry { } export class CreditingSourcesEntry extends ContentEntry { + static [Thing.wikiData] = 'creditingSourceData'; + static [Thing.getPropertyDescriptors] = () => ({ // Expose only @@ -235,6 +241,8 @@ export class CreditingSourcesEntry extends ContentEntry { } export class ReferencingSourcesEntry extends ContentEntry { + static [Thing.wikiData] = 'referencingSourceData'; + static [Thing.getPropertyDescriptors] = () => ({ // Expose only -- cgit 1.3.0-6-gf8a5