Document menu_label setting
authorKarl O. Pinc <kop@karlpinc.com>
Mon, 23 Nov 2020 17:55:17 +0000 (11:55 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Mon, 23 Nov 2020 17:55:40 +0000 (11:55 -0600)
README.rst

index 92bb1aa98aa878cb439ca94402b8789439405ccc..938b2ba3f771c471a0fcb81196e4c5da12393bcc 100644 (file)
@@ -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
 ----------------------------