You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TUTORIAL.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,9 @@ Note the reference to a function `getdave_sbe_render_block_editor` which is the
87
87
88
88
### Adding the target HTML
89
89
90
-
As the block editor is a React powered application, we now need to output some HTML into our custom page into which the block editor can be rendered. To do this we need to define our `getdave_sbe_render_block_editor` from the step above.
90
+
As the block editor is a React powered application, we now need to output some HTML into our custom page into which the JavaScript can render the block editor.
91
+
92
+
To do this we need to define our `getdave_sbe_render_block_editor` from the step above.
0 commit comments