Skip to content

Commit

Permalink
fix: add is_extracted
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Feb 12, 2025
1 parent f2b3b83 commit ace7c2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xblocks_contrib/annotatable/annotatable.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ class AnnotatableBlock(XBlock):
AnnotatableXBlock allows instructors to create annotated content that students can view interactively.
Annotations can be styled and customized, with internationalization support for multilingual environments.
"""
# Indicates that this XBlock has been extracted from edx-platform.
is_extracted = True

display_name = String(
display_name=_("Display Name"),
Expand Down

0 comments on commit ace7c2c

Please sign in to comment.