We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bcfd5 commit f4f7118Copy full SHA for f4f7118
docs/source/conf.py
@@ -333,6 +333,11 @@ def createPreferenceAppendix(root):
333
The following preference settings are available for the various application features.
334
To use them in your settings file, remember to prefix each setting with the package name.
335
336
+eg. for the 'drop_failed_archives' preference in the 'trends.databrowser3' section
337
+(package name 'org.csstudio.trends.databrowser3') add a line like: ::
338
+
339
+ org.csstudio.trends.databrowser3/drop_failed_archives=true
340
341
""")
342
for pack in sorted(pref_files.keys()):
343
pref_file = pref_files[pack]
0 commit comments