mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[MNT-22613] Viewer extensibility fixes (#7294)
* viewer fixes and unit tests * update docs * fix unit test
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user