projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fc2f11
)
Document menu_label setting
author
Karl O. Pinc
<kop@karlpinc.com>
Mon, 23 Nov 2020 17:55:17 +0000
(11:55 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Mon, 23 Nov 2020 17:55:40 +0000
(11:55 -0600)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index 92bb1aa98aa878cb439ca94402b8789439405ccc..938b2ba3f771c471a0fcb81196e4c5da12393bcc 100644
(file)
--- 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
----------------------------