diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-04-10 15:25:14 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-10 16:02:44 -0300 |
commit | e05cdb8ffc1677ebc6eca3c14b144ea530015a4c (patch) | |
tree | 333414f23164eeba047ae7f4ebb7eb4240af25f7 /src/data/composite/wiki-data | |
parent | b9d1e8d935f7e3e833ccac1fa07bcdf196d7bdc8 (diff) |
data, thumbs: Flash.coverArtwork
Diffstat (limited to 'src/data/composite/wiki-data')
-rw-r--r-- | src/data/composite/wiki-data/withConstitutedArtwork.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/data/composite/wiki-data/withConstitutedArtwork.js b/src/data/composite/wiki-data/withConstitutedArtwork.js index ab3c45e0..44623450 100644 --- a/src/data/composite/wiki-data/withConstitutedArtwork.js +++ b/src/data/composite/wiki-data/withConstitutedArtwork.js @@ -7,10 +7,10 @@ export default templateCompositeFrom({ inputs: { dimensionsFromThingProperty: input({type: 'string', acceptsNull: true}), - fileExtensionFromThingProperty: input({type: 'string'}), - artistContribsFromThingProperty: input({type: 'string'}), - artistContribsArtistProperty: input({type: 'string'}), - dateFromThingProperty: input({type: 'string'}), + fileExtensionFromThingProperty: input({type: 'string', acceptsNull: true}), + artistContribsFromThingProperty: input({type: 'string', acceptsNull: true}), + artistContribsArtistProperty: input({type: 'string', acceptsNull: true}), + dateFromThingProperty: input({type: 'string', acceptsNull: true}), }, outputs: ['#constitutedArtwork'], |