From 1d6d6a557a1433e9df0ab5459873427a2b84c844 Mon Sep 17 00:00:00 2001 From: watts Date: Mon, 17 Oct 2022 17:30:20 +0200 Subject: [PATCH] Update PixelatorControllerSettings --- PixelatorControllerSettings.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/PixelatorControllerSettings.md b/PixelatorControllerSettings.md index 13ee185..3b15911 100644 --- a/PixelatorControllerSettings.md +++ b/PixelatorControllerSettings.md @@ -118,6 +118,32 @@ They are read until no more data is missing.  maximum number of times missing data is read
 **Default**: 5 +### User interface + **nexusBookmark**::
+ A JSON structure that presents a set of "label" and "target" values that is passed to the user interface to simplify user navigation between different parts of the available file system. For example: + +``` + "NeXusBookmarks" : [ + { + "label" : "today e-mnt", + "target" : "/home/control/e-mnt/Data1/YYYY-MM-DD" + }, + { + "label" : "e-mnt", + "target" : "/home/control/e-mnt/Data1" + }, + { + "label" : "Local", + "target" : "/home/control/LocalData/Data1" + }, + { + "label" : "PLV", + "target" : "/home/control/PLV" + } + ], +``` + + ### settings files names The following settings define the name of additional settings files. Each of these settings files is described in a section below.