[ACS-6620] Use extensions instead of content key for viewer extensions (#3610)

This commit is contained in:
MichalKinas
2024-01-25 23:30:17 +01:00
committed by GitHub
parent c3a51f09aa
commit 3f04f05da5
5 changed files with 12 additions and 12 deletions

View File

@@ -72,7 +72,7 @@ You also need to provide in your `app.extension.json` its details:
"$description": "my viewer plugin",
"features": {
"viewer": {
"content": [
"extensions": [
{
"id": "my.custom.viewer",
"fileExtension": ["png", "jpg"],
@@ -93,7 +93,7 @@ You can also use the `*` wildcard symbol to make your custom viewer implementati
"$description": "my viewer plugin",
"features": {
"viewer": {
"content": [
"extensions": [
{
"id": "my.custom.viewer",
"fileExtension": "*",