add missing color header action (#1403)

This commit is contained in:
Denys Vuika
2020-04-07 14:55:41 +01:00
committed by GitHub
parent 2816e5fe11
commit 5c98930520
3 changed files with 16 additions and 1 deletions

View File

@@ -127,3 +127,4 @@ Below is the list of public actions types you can use in the plugin definitions
| 1.10.0 | FILE_FROM_TEMPLATE | n/a | Invoke dialogs flow for creating a file from a template into current folder |
| 1.10.0 | FOLDER_FROM_TEMPLATE | n/a | Invoke dialogs flow for creating a folder structure from a template into current folder |
| 1.10.0 | CONTEXT_MENU | MouseEvent | Invoke context menu for [DocumentListComponent](https://www.alfresco.com/abn/adf/docs/content-services/components/document-list.component) |
| 1.11.0 | SET_HEADER_COLOR | string | Set the header color at runtime |