Skip to content

Commit 8d036f5

Browse files
AshokChoudhary11Ashokpre-commit-ci[bot]fcollonval
authored
For v2 extensions parse entrypoint data (#445)
* For v2 extensions parse entrypoint data * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update jupyterlab_server/config.py Co-authored-by: Frédéric Collonval <[email protected]> --------- Co-authored-by: Ashok <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Frédéric Collonval <[email protected]>
1 parent 51ecf4f commit 8d036f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jupyterlab_server/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ def get_page_config(
163163
extension["mimeExtension"] = extbuild["mimeExtension"]
164164
if "style" in extbuild:
165165
extension["style"] = extbuild["style"]
166+
# FIXME @experimental for plugin with no-code entrypoints.
167+
extension["entrypoints"] = extbuild.get("entrypoints")
166168
extensions.append(extension)
167169

168170
# If there is disabledExtensions metadata, consume it.

0 commit comments

Comments
 (0)