From df244f21af6078f9456d8281da3a19e7c1e1a2f3 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 26 Jan 2026 17:49:33 -0400 Subject: data: Contribution.annotationFront, is{Featuring,EditsForWiki}Credit --- src/data/things/contrib/AlbumWallpaperArtistContribution.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/data/things/contrib/AlbumWallpaperArtistContribution.js (limited to 'src/data/things/contrib/AlbumWallpaperArtistContribution.js') diff --git a/src/data/things/contrib/AlbumWallpaperArtistContribution.js b/src/data/things/contrib/AlbumWallpaperArtistContribution.js new file mode 100644 index 00000000..acd29cf8 --- /dev/null +++ b/src/data/things/contrib/AlbumWallpaperArtistContribution.js @@ -0,0 +1,12 @@ +import {V} from '#composite'; +import Thing from '#thing'; + +import {exposeConstant} from '#composite/control-flow'; + +import {AlbumAssetArtworkArtistContribution} from './AlbumAssetArtworkArtistContribution.js'; + +export class AlbumWallpaperArtistContribution extends AlbumAssetArtworkArtistContribution { + static [Thing.getPropertyDescriptors] = () => ({ + isAlbumWallpaperArtistContribution: exposeConstant(V(true)), + }); +} -- cgit 1.3.0-6-gf8a5