docs: Apply suggestion from @kdmccormick

Co-authored-by: Kyle McCormick <kyle@axim.org>
This commit is contained in:
Feanil Patel
2025-10-16 13:19:42 -04:00
parent 3abfeb24ca
commit 940e9e63d5

View File

@@ -142,6 +142,8 @@ class HtmlBlockMixin( # lint-amnesty, pylint: disable=abstract-method
"""
Return the studio view.
"""
# Only the ReactJS editor is supported for this block.
# See https://github.com/openedx/frontend-app-authoring/tree/master/src/editors/containers/TextEditor
raise NotImplementedError
@classmethod