« get me outta code hell

linkArtistRollingWindow.js « dependencies « content « src - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/linkArtistRollingWindow.js
blob: e94b8ec53211927513f4355293530dc49f4f6411 (plain)
1
2
3
4
5
6
7
8
export default {
  contentDependencies: ['linkThing'],

  relations: (relation, artist) =>
    ({link: relation('linkThing', 'localized.artistRollingWindow', artist)}),

  generate: (relations) => relations.link,
};