From: Karl O. Pinc Date: Mon, 23 Nov 2020 17:55:17 +0000 (-0600) Subject: Document menu_label setting X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=201e5c2981ddf02c8b5f2b28add56b5e42ab538b;p=pgwui_common Document menu_label setting --- diff --git a/README.rst b/README.rst index 92bb1aa..938b2ba 100644 --- a/README.rst +++ b/README.rst @@ -69,6 +69,15 @@ pgwui_common`` in a ``.ini`` file or ``config.include('pgwui_common')`` in Python code. +Configuration Settings Common to All PGWUI Components +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +PGWUI modules all have the following configuration settings: + + menu_label + The label for PGWUI_Menu to display, when different from the default + + Configuration By Python Code ----------------------------