[AAE-6309] New process start button (#2353)

* [AEE-6309] New start process button

* [AEE-6309] Added documentation

* [AEE-6309] Change main action to object

* [AEE-6309] Clean code

* [AEE-6309] Linting fix

* [AEE-6309] Fix trashcan translation

* [AEE-6309] Fix tests
This commit is contained in:
Bartosz Sekuła
2021-11-22 08:23:10 +01:00
committed by GitHub
parent e9d5ab753a
commit 60446dc36e
17 changed files with 380 additions and 13 deletions
+5
View File
@@ -800,6 +800,11 @@
"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",