Skip to content

Commit

Permalink
feat: ItemBankBlock (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick committed Oct 18, 2024
1 parent 9fadca2 commit 546fb28
Show file tree
Hide file tree
Showing 7 changed files with 1,039 additions and 417 deletions.
3 changes: 2 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ files =
openedx/core/djangoapps/xblock,
openedx/core/types,
openedx/core/djangoapps/content_tagging,
xmodule/util/keys.py
xmodule/util/keys.py,
xmodule/item_bank_block.py

[mypy.plugins.django-stubs]
# content_staging only works with CMS; others work with either, so we run mypy with CMS settings.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"error = xmodule.error_block:ErrorBlock",
"hidden = xmodule.hidden_block:HiddenBlock",
"html = xmodule.html_block:HtmlBlock",
"itembank = xmodule.item_bank_block:ItemBankBlock",
"image = xmodule.template_block:TranslateCustomTagBlock",
"library = xmodule.library_root_xblock:LibraryRoot",
"library_content = xmodule.library_content_block:LegacyLibraryContentBlock",
Expand Down
Loading

0 comments on commit 546fb28

Please sign in to comment.