« get me outta code hell

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

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