« get me outta code hell

listTracksWithMusicVideos.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/listTracksWithMusicVideos.js
blob: b61832e5cd7dd090cab8fd214fbda90bd8c47160 (plain)
1
2
3
4
5
6
7
export default {
  relations: (relation, spec) =>
    ({page: relation('listTracksWithExtra', spec, 'musicVideos', 'array')}),

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