[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:
Denys Vuika
2018-11-20 19:15:05 +00:00
committed by Cilibiu Bogdan
parent 01ea887d5d
commit 26b4b0684f
27 changed files with 6106 additions and 147 deletions

View File

@@ -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.
]
}
}
```
```