Skip to content

Commit 6287407

Browse files
committed
CSSTUDIO-2648 Add documentation.
1 parent 3b65cd8 commit 6287407

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

core/ui/src/main/resources/phoebus_ui_preferences.properties

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,12 @@ home_display=examples:/01_main.bob?app=display_runtime,Example Display
5252
#
5353
# The special entry "*" adds all remaining available toolbar entries.
5454
# An entry starting with "!" removes that item from the available entries.
55-
# The order of the initial buttons "Home, Top Resources, Layouts"
55+
# The order of the initial buttons "Home, Top Resources, Layouts, Add Layouts"
5656
# cannot be changed, but they can be suppressed by adding "!",
57-
# for example "Home, !Top Resources, !Layouts".
57+
# for example "Home, !Top Resources, !Layouts, !Add Layouts".
58+
#
59+
# The special entry "Add Layouts" is NOT added to the toolbar by default. It
60+
# can be added to the toolbar by specifying "Add Layouts".
5861
#
5962
# The strings in the list of entries MUST match what is returned from
6063
# ToolbarEntry#getId(). This allows for customization/localization of app name

0 commit comments

Comments
 (0)