diff --git a/knowledge-base/editor-set-maxwidth.md b/knowledge-base/editor-set-maxwidth.md index 75484db9..905b1907 100644 --- a/knowledge-base/editor-set-maxwidth.md +++ b/knowledge-base/editor-set-maxwidth.md @@ -36,4 +36,5 @@ This can be achieved by adding a `style` element to the iframe content element. {% meta id:index height:500 %} {% embed_file editor/set-maxwidth/main.jsx preview %} +{% embed_file editor/set-maxwidth/content.js %} {% endmeta %} \ No newline at end of file diff --git a/knowledge-base/examples/editor/set-maxwidth/content.js b/knowledge-base/examples/editor/set-maxwidth/content.js new file mode 100644 index 00000000..1ace3655 --- /dev/null +++ b/knowledge-base/examples/editor/set-maxwidth/content.js @@ -0,0 +1,2 @@ +const content = `

The KendoReact Editor allows your users to edit HTML in a familiar, user-friendly way.
The Editor provides the core HTML editing engine, which includes text formatting, hyperlinks, and lists. The component outputs identical HTML across all major browsers, follows accessibility standards, and provides API for content manipulation.

Features include:

`; +export default content; \ No newline at end of file