diff options
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(), }, |