Refactor BSHTMLLoaderComponent class in BSHTMLLoader.py
This commit is contained in:
parent
069cbd7dcc
commit
5087a503f2
1 changed files with 2 additions and 1 deletions
|
|
@ -17,12 +17,13 @@ class BSHTMLLoaderComponent(CustomComponent):
|
|||
"type": "file",
|
||||
"suffixes": [".html"],
|
||||
"file_types": ["html"],
|
||||
"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