From 940e9e63d5b54c709df96c9b3c3b1b582578897e Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 16 Oct 2025 13:19:42 -0400 Subject: [PATCH] docs: Apply suggestion from @kdmccormick Co-authored-by: Kyle McCormick --- xmodule/html_block.py | 2 ++ 1 file changed, 2 insertions(+) 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