« get me outta code hell

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

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

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