Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! feat: support frontend plugins via env.config.jsx
Browse files Browse the repository at this point in the history
arbrandes committed Dec 9, 2024
1 parent 7e34b50 commit 68caf25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutormfe/plugin.py
Original file line number Diff line number Diff line change
@@ -94,6 +94,7 @@ def get_plugin_slots(mfe_name: str) -> list[tuple[str, str]]:
"""
This function is cached for performance.
"""
i: tuple[str, str, str]
return [i[-2:] for i in PLUGIN_SLOTS.iterate() if i[0] == mfe_name]


0 comments on commit 68caf25

Please sign in to comment.