From c6713a38edf084c27a6c58457bf26a23247714ef Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 17 Jun 2024 21:13:19 -0300 Subject: data: Contribution.artistProperty --- src/data/things/contribution.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/data/things/contribution.js') diff --git a/src/data/things/contribution.js b/src/data/things/contribution.js index 9d6a9711..b542dcf3 100644 --- a/src/data/things/contribution.js +++ b/src/data/things/contribution.js @@ -35,6 +35,11 @@ export class Contribution extends Thing { update: {validate: isStringNonEmpty}, }, + artistProperty: { + flags: {update: true, expose: true}, + update: {validate: isStringNonEmpty}, + }, + date: simpleDate(), artist: [ -- cgit 1.3.0-6-gf8a5