Skip to content

Commit 67139a5

Browse files
Expose the plugins key in the configuration page
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
1 parent 373d1e0 commit 67139a5

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

src/rez/rezconfig.py

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,18 @@
847847
# false.
848848
prefix_prompt = True
849849

850+
###############################################################################
851+
# Plugins
852+
#
853+
# Settings dedicated to plugins
854+
###############################################################################
855+
856+
# Settings specific to certain plugin implementations can be found in the
857+
# "rezconfig" file accompanying that plugin. The settings listed here are
858+
# common to all plugins of that type.
859+
#
860+
# Refer to :ref:`configuring-plugins` for more information.
861+
plugins = {}
850862

851863
###############################################################################
852864
# Misc
@@ -1134,19 +1146,6 @@
11341146
alias_styles = None
11351147

11361148

1137-
###############################################################################
1138-
# Plugin Settings
1139-
###############################################################################
1140-
1141-
# Settings specific to certain plugin implementations can be found in the
1142-
# "rezconfig" file accompanying that plugin. The settings listed here are
1143-
# common to all plugins of that type.
1144-
1145-
plugins = {
1146-
1147-
}
1148-
1149-
11501149
###############################################################################
11511150
###############################################################################
11521151
# GUI

0 commit comments

Comments
 (0)