mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-805] about screen enhancements (#813)
* upgrade to latest adf-extensions * switch to ADF RepositoryState * show extensions on About page, i18n fixes * update docs * cleanup about styles * greatly simplify app dependencies rendering * fix linting * fix tests
This commit is contained in:
committed by
Cilibiu Bogdan
parent
01ea887d5d
commit
26b4b0684f
@@ -7,8 +7,13 @@ The format is represented by a JSON file with the structure similar to the follo
|
||||
|
||||
```json
|
||||
{
|
||||
"$name": "app",
|
||||
"$id": "unique.id",
|
||||
"$name": "extension.name",
|
||||
"$version": "1.0.0",
|
||||
"$vendor": "author.name",
|
||||
"$license": "license",
|
||||
"$runtime": "1.5.0",
|
||||
"$description": "some description",
|
||||
|
||||
"routes": [],
|
||||
"actions": [],
|
||||
@@ -311,4 +316,4 @@ exposed by the application with a custom one coming with the plugin.
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user