diff --git a/xmodule/html_block.py b/xmodule/html_block.py
index e4a9250a14..41ad3f39ab 100644
--- a/xmodule/html_block.py
+++ b/xmodule/html_block.py
@@ -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