« get me outta code hell

linkFlashIndex.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/linkFlashIndex.js
blob: 6dd0710e4e4a556e635fe1129a0e2bab85cb452c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
export default {
  contentDependencies: ['linkStationaryIndex'],

  relations: (relation) =>
    ({link:
        relation(
          'linkStationaryIndex',
          'localized.flashIndex',
          'flashIndex.title')}),

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