« get me outta code hell

linkNewsIndex.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/linkNewsIndex.js
blob: 4414afc66374eedb923802cc2d95d615fe4e0991 (plain)
1
2
3
4
5
6
7
8
9
10
export default {
  relations: (relation) =>
    ({link:
        relation(
          'linkStationaryIndex',
          'localized.newsIndex',
          'newsIndex.title')}),

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