mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6620] Use extensions instead of content key for viewer extensions (#3610)
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user