Skip to content

Commit 9a19490

Browse files
authored
DOC-2489: update code block for importword basic-setup. (#3396)
1 parent 1cd8f71 commit 9a19490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/importword.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ For example:
3333
----
3434
tinymce.init({
3535
selector: 'textarea',
36-
plugins: 'code importword',
37-
toolbar: 'importword code',
36+
plugins: 'importword',
37+
toolbar: 'importword',
3838
importword_service_url: '<service_URL>'
3939
});
4040
----

0 commit comments

Comments
 (0)