From a56a384b5bc0b0e637ae17f273898e97045d3493 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Sun, 22 Dec 2024 11:26:07 +0100 Subject: [PATCH] Add `blankPage` and `codeEditorPage` Signed-off-by: Volker Theile --- development/plugins.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/development/plugins.rst b/development/plugins.rst index b4452e6..89b199b 100644 --- a/development/plugins.rst +++ b/development/plugins.rst @@ -65,6 +65,8 @@ The `name` field contains the unique identifier of the component. It is used to reference the component in a route configuration. The `type` field contains one of the following supported page types: +- blankPage +- `codeEditorPage `_ - `formPage `_ - `selectionListPage `_ - `textPage `_