Skip to content

Commit c750f7e

Browse files
committed
Add schema to settings list
1 parent 91931b6 commit c750f7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jupyterlab_server/settings_handler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ def _list_settings(schemas_dir, settings_dir, overrides, extension='.json', labe
166166
# Add the plugin to the list of settings.
167167
settings[id] = dict(
168168
id=id,
169+
schema=schema,
169170
version=version,
170171
**user_settings
171172
)
@@ -203,6 +204,7 @@ def _list_settings(schemas_dir, settings_dir, overrides, extension='.json', labe
203204
# Add the plugin to the list of settings.
204205
dynamic_settings[id] = dict(
205206
id=id,
207+
schema=schema,
206208
version=version,
207209
**user_settings
208210
)

0 commit comments

Comments
 (0)