Update metadata field type in AZLyricsLoader.py
This commit is contained in:
parent
7ecb0b6ec4
commit
1b3fa78ac7
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ class AZLyricsLoaderComponent(CustomComponent):
|
|||
|
||||
def build_config(self):
|
||||
return {
|
||||
"metadata": {"display_name": "Metadata", "type": "dict", "default": {}, "show": True},
|
||||
"metadata": {"display_name": "Metadata", "field_type": "dict", "value": {}, "show": True},
|
||||
"web_path": {"display_name": "Web Page", "type": "str", "required": True, "show": True},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue