mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-8410] Extension schema review (#3958)
* [ACS-8410] Extension schema review * [ACS-8410] Remove the dot
This commit is contained in:
+6
-17
@@ -651,12 +651,6 @@
|
||||
"items": { "ref": "#/definitions/contentActionRef" },
|
||||
"minItems": 1
|
||||
},
|
||||
"badges": {
|
||||
"description": "List of badges to display in the name column",
|
||||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/badge" },
|
||||
"minItems": 1
|
||||
},
|
||||
"badge": {
|
||||
"type": "object",
|
||||
"required": ["id", "icon", "tooltip"],
|
||||
@@ -758,12 +752,6 @@
|
||||
"items": { "$ref": "#/definitions/iconRef" },
|
||||
"minItems": 1
|
||||
},
|
||||
"userActions": {
|
||||
"description": "User option menu extensions",
|
||||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/contentActionRef" },
|
||||
"minItems": 1
|
||||
},
|
||||
"header": {
|
||||
"description": "Application header extensions",
|
||||
"type": "array",
|
||||
@@ -776,11 +764,6 @@
|
||||
"items": { "$ref": "#/definitions/contentActionRef" },
|
||||
"minItems": 1
|
||||
},
|
||||
"mainAction": {
|
||||
"description": "Main actions displayed on every page",
|
||||
"type": "object",
|
||||
"$ref": "#/definitions/contentActionRef"
|
||||
},
|
||||
"viewer": {
|
||||
"description": "Viewer component extensions",
|
||||
"type": "object",
|
||||
@@ -933,6 +916,12 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"badges": {
|
||||
"description": "List of badges to display in the name column",
|
||||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/badge" },
|
||||
"minItems": 1
|
||||
},
|
||||
"search": {
|
||||
"description": "aca search extension",
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user