From 2e2f015a418adce2d83f8d5dfbbb48b233b64f77 Mon Sep 17 00:00:00 2001 From: pionnegru Date: Thu, 12 Dec 2019 10:11:38 +0200 Subject: [PATCH] update docs --- docs/extending/application-actions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/extending/application-actions.md b/docs/extending/application-actions.md index cd48959b2..77083e036 100644 --- a/docs/extending/application-actions.md +++ b/docs/extending/application-actions.md @@ -124,3 +124,4 @@ Below is the list of public actions types you can use in the plugin definitions | 1.8.0 | VIEW_NODE | NodeId<`string`> , [ViewNodeExtras](../features/file-viewer.md#details)<`any`> | Lightweight preview of a node by id. Can be invoked from extensions. For details also see [File Viewer](../features/file-viewer.md#details) | | 1.8.0 | CLOSE_PREVIEW | n/a | Closes the viewer ( preview of the item ) | | 1.9.0 | RESET_SELECTION | n/a | Resets active document list selection | +| 2.0.0 | CREATE_FILE_FROM_TEMPLATE | n/a | Invoke a dialog listing `Node Templates` folder. Selected template can be copied in the current folder from where tha action was invoked |