diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2025-12-07 18:49:48 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2025-12-07 18:49:48 -0400 |
| commit | c0a972a69cde252fbf881604a0357cc14a970ef7 (patch) | |
| tree | f21e9e7b650fe1a20b1f7429fc1ec9f5fed82e98 /src/data/composite/wiki-data/withResolvedAnnotatedReferenceList.js | |
| parent | 11586658823cc5a392347193bcb27c779c5f8be8 (diff) | |
composite, data: report skipped and misordered inputs
Diffstat (limited to 'src/data/composite/wiki-data/withResolvedAnnotatedReferenceList.js')
| -rw-r--r-- | src/data/composite/wiki-data/withResolvedAnnotatedReferenceList.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/data/composite/wiki-data/withResolvedAnnotatedReferenceList.js b/src/data/composite/wiki-data/withResolvedAnnotatedReferenceList.js index 670dc422..71bc56ac 100644 --- a/src/data/composite/wiki-data/withResolvedAnnotatedReferenceList.js +++ b/src/data/composite/wiki-data/withResolvedAnnotatedReferenceList.js @@ -23,14 +23,14 @@ export default templateCompositeFrom({ acceptsNull: true, }), - reference: input({type: 'string', defaultValue: 'reference'}), - annotation: input({type: 'string', defaultValue: 'annotation'}), - thing: input({type: 'string', defaultValue: 'thing'}), - data: inputWikiData({allowMixedTypes: true}), find: inputSoupyFind(), findOptions: inputFindOptions(), + reference: input({type: 'string', defaultValue: 'reference'}), + annotation: input({type: 'string', defaultValue: 'annotation'}), + thing: input({type: 'string', defaultValue: 'thing'}), + notFoundMode: inputNotFoundMode(), }, |