From c0a972a69cde252fbf881604a0357cc14a970ef7 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 7 Dec 2025 18:49:48 -0400 Subject: composite, data: report skipped and misordered inputs --- .../composite/wiki-data/withResolvedAnnotatedReferenceList.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/data/composite/wiki-data/withResolvedAnnotatedReferenceList.js') 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(), }, -- cgit 1.3.0-6-gf8a5