We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ecf4f commit 8d036f5Copy full SHA for 8d036f5
jupyterlab_server/config.py
@@ -163,6 +163,8 @@ def get_page_config(
163
extension["mimeExtension"] = extbuild["mimeExtension"]
164
if "style" in extbuild:
165
extension["style"] = extbuild["style"]
166
+ # FIXME @experimental for plugin with no-code entrypoints.
167
+ extension["entrypoints"] = extbuild.get("entrypoints")
168
extensions.append(extension)
169
170
# If there is disabledExtensions metadata, consume it.
0 commit comments