From f4f7118f6c422b39a92c332cd715a9a78222f0cf Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 11 Nov 2024 18:55:03 -0800 Subject: [PATCH] add example of preference key construction --- docs/source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index ccb34d3071..47809f63d4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -333,6 +333,11 @@ def createPreferenceAppendix(root): The following preference settings are available for the various application features. To use them in your settings file, remember to prefix each setting with the package name. +eg. for the 'drop_failed_archives' preference in the 'trends.databrowser3' section +(package name 'org.csstudio.trends.databrowser3') add a line like: :: + + org.csstudio.trends.databrowser3/drop_failed_archives=true + """) for pack in sorted(pref_files.keys()): pref_file = pref_files[pack]