« get me outta code hell

wiki-info.js « files « data « src - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/files/wiki-info.js
blob: a466ab0b73207261d08c3c7791f549e7cea9a3d6 (plain)
1
2
3
4
5
6
7
8
9
10
export default ({
  documentModes: {oneDocumentTotal},
  thingConstructors: {WikiInfo},
}) => ({
  title: `Process wiki info file`,
  file: 'wiki-info.yaml',

  documentMode: oneDocumentTotal,
  documentThing: WikiInfo,
});