diff --git a/modules/ROOT/partials/integrations/blazor-tech-ref.adoc b/modules/ROOT/partials/integrations/blazor-tech-ref.adoc
index 3af7d14c5b..d42c495e88 100644
--- a/modules/ROOT/partials/integrations/blazor-tech-ref.adoc
+++ b/modules/ROOT/partials/integrations/blazor-tech-ref.adoc
@@ -123,7 +123,7 @@ Set the editor to inline mode.
=== `Disable`
-Set the editor to readonly mode.
+Sets the editor to a disable state.
*Type:* `+Boolean+`
@@ -139,6 +139,24 @@ Set the editor to readonly mode.
----
+=== `Readonly`
+
+Sets the editor to readonly mode.
+
+*Type:* `+Boolean+`
+
+*Default value:* `+false+`
+
+==== Example using Readonly
+
+[source,cs]
+----
+
+
+----
+
=== `JsConfSrc`
Use a JS object as base configuration for the editor by specifying the path to the object relative to the window object.