We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00cb1ab commit 46f1a75Copy full SHA for 46f1a75
1 file changed
openedx/core/djangoapps/content_libraries/api/libraries.py
@@ -210,6 +210,7 @@ class LibraryXBlockMetadata(PublishableItem):
210
Class that represents the metadata about an XBlock in a content library.
211
"""
212
usage_key: LibraryUsageLocatorV2
213
+ # TODO: move tags_count to LibraryItem as all objects under a library can be tagged.
214
tags_count: int = 0
215
216
@classmethod
0 commit comments