Skip to content

Commit

Permalink
DOC-2502: Update code example for running tinymce in shadow dom v6/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kemister85 committed Aug 16, 2024
1 parent b61c847 commit 3d040b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/ROOT/pages/shadow-dom.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ For example:
// Do not use ‘selector’.
target: node,
plugins: [
"advlist autolink lists link image charmap print preview anchor",
"searchreplace visualblocks code fullscreen",
"insertdatetime media table help"
].join(' '),
toolbar: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image"
"advlist", "anchor", "autolink", "charmap", "code", "fullscreen",
"help", "image", "insertdatetime", "link", "lists", "media",
"preview", "searchreplace", "table", "visualblocks",
],
toolbar: "undo redo | styles | bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image",
});
</script>
----
Expand Down

0 comments on commit 3d040b7

Please sign in to comment.