Skip to content

Commit daa732e

Browse files
authored
DOC-2502: Update code example for running tinymce in shadow dom. (#3429)
1 parent 6c25b0f commit daa732e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

modules/ROOT/pages/shadow-dom.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ For example:
3131
// Do not use ‘selector’.
3232
target: node,
3333
plugins: [
34-
"advlist autolink lists link image charmap print preview anchor",
35-
"searchreplace visualblocks code fullscreen",
36-
"insertdatetime media table help"
37-
].join(' '),
38-
toolbar: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image"
34+
"advlist", "anchor", "autolink", "charmap", "code", "fullscreen",
35+
"help", "image", "insertdatetime", "link", "lists", "media",
36+
"preview", "searchreplace", "table", "visualblocks",
37+
],
38+
toolbar: "undo redo | styles | bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image",
39+
3940
});
4041
</script>
4142
----

0 commit comments

Comments
 (0)