Update EverNoteLoader.py: Added "field_type" attribute to "file" and "dict" types
This commit is contained in:
parent
920f092ea1
commit
94eaaed95d
1 changed files with 2 additions and 1 deletions
|
|
@ -17,12 +17,13 @@ class EverNoteLoaderComponent(CustomComponent):
|
|||
"show": True,
|
||||
"type": "file",
|
||||
"file_types": ["xml"],
|
||||
"field_type": "file",
|
||||
},
|
||||
"metadata": {
|
||||
"display_name": "Metadata",
|
||||
"required": False,
|
||||
"show": True,
|
||||
"type": "dict",
|
||||
"field_type": "dict",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue