[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

@@ -33,7 +33,7 @@ ACA は、次の拡張ポイントのセットをサポートします:
"viewer": {
"toolbarActions:": [],
"openWith": [],
"content": []
"extensions": []
},
"sidebar": [],
"content-metadata-presets": []
@@ -376,7 +376,7 @@ ACA の Viewer コンポーネントは、次の拡張ポイントをサポー
"features": {
"viewer": {
"content": [],
"extensions": [],
"toolbarActions:": [],
"openWith": []
}
@@ -396,7 +396,7 @@ ACA の Viewer コンポーネントは、次の拡張ポイントをサポー
"features": {
"viewer": {
"content": [
"extensions": [
{
"id": "app.viewer.pdf",
"fileExtension": "pdf",