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:
@@ -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": "*",
|
||||
|
Reference in New Issue
Block a user