mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +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
+19
-2
@@ -567,8 +567,12 @@
|
||||
},
|
||||
|
||||
"type": "object",
|
||||
"required": ["$name", "$version"],
|
||||
"required": ["$id", "$name", "$version", "$vendor", "$license", "$runtime"],
|
||||
"properties": {
|
||||
"$id": {
|
||||
"description": "Unique identifier",
|
||||
"type": "string"
|
||||
},
|
||||
"$name": {
|
||||
"description": "Extension name",
|
||||
"type": "string"
|
||||
@@ -577,8 +581,21 @@
|
||||
"description": "Extension version",
|
||||
"type": "string"
|
||||
},
|
||||
"$vendor": {
|
||||
"description": "Extension owner",
|
||||
"type": "string"
|
||||
},
|
||||
"$license": {
|
||||
"description": "Indicates the license of the extension.",
|
||||
"type": "string"
|
||||
},
|
||||
"$runtime": {
|
||||
"description": "Minimal extension runtime supported by extension",
|
||||
"type": "string"
|
||||
},
|
||||
"$description": {
|
||||
"description": "Brief description on what the extension does"
|
||||
"description": "Brief description on what the extension does",
|
||||
"type": "string"
|
||||
},
|
||||
"$references": {
|
||||
"description": "References to external files",
|
||||
|
||||
Reference in New Issue
Block a user