Skip to content

Commit

Permalink
feat: ItemBankBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick committed Oct 14, 2024
1 parent 586f663 commit d90f819
Show file tree
Hide file tree
Showing 6 changed files with 1,031 additions and 405 deletions.
3 changes: 2 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 d90f819

Please sign in to comment.