« get me outta code hell

linkArtTagInfo.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/linkArtTagInfo.js
blob: 409cb3c05e04c36d54584a2ff213cb76d93cf4d7 (plain)
1
2
3
4
5
6
7
8
export default {
  contentDependencies: ['linkThing'],

  relations: (relation, artTag) =>
    ({link: relation('linkThing', 'localized.artTagInfo', artTag)}),

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