[MNT-22613] Viewer extensibility fixes (#7294)

* viewer fixes and unit tests

* update docs

* fix unit test
This commit is contained in:
Denys Vuika
2021-10-12 13:57:13 +01:00
committed by GitHub
parent 567ca18547
commit 254a6cd9d3
4 changed files with 63 additions and 14 deletions

View File

@@ -108,7 +108,7 @@ You can also use `*` wildcard to register a single component that opens all file
"content": [
{
"id": "dev.tools.viewer.viewer",
"fileExtension": ["*"],
"fileExtension": "*",
"component": "your-extension.main.component"
}
]