Update EverNoteLoader.py: Added "field_type" attribute to "file" and "dict" types

This commit is contained in:
carlosrcoelho 2024-01-09 19:49:24 -03:00
commit 94eaaed95d

View file

@ -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",
},
}