« get me outta code hell

linkAlbumGallery.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/linkAlbumGallery.js
blob: efba66d1bb283465fdf99d22ec8eb071c3fa635b (plain)
1
2
3
4
5
6
export default {
  relations: (relation, album) =>
    ({link: relation('linkThing', 'localized.albumGallery', album)}),

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