« get me outta code hell

commentary.js « wiki-properties « composite « data « src - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/wiki-properties/commentary.js
blob: fbea9d5c6fe0e03a390f91af539760a3eb7d048d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Artist commentary! Generally present on tracks and albums.

import {isCommentary} from '#validators';

// TODO: Not templateCompositeFrom.

export default function() {
  return {
    flags: {update: true, expose: true},
    update: {validate: isCommentary},
  };
}