« 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: 9c1b076e5058c1989fd18578cf1b1954acdce09c (plain)
1
2
3
4
5
6
7
8
9
10
export default {
  relations: (relation) =>
    ({link:
        relation(
          'linkStationaryIndex',
          'localized.flashIndex',
          'flashIndex.title')}),

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