Skip to content

Commit 3c64e12

Browse files
Update modules/ROOT/partials/configuration/exportword_watermark.adoc
Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 91bc05d commit 3c64e12

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

modules/ROOT/partials/configuration/exportword_watermark.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ The `watermark` option allows integrators to add watermarks to their exported wo
1010
[source,js]
1111
----
1212
tinymce.init({
13-
selector: "textarea",
14-
plugins: ['exportword'],
15-
toolbar: 'exportword',
16-
exportword_converter_options: {
17-
watermark: {
18-
source: 'http://moxiecode.cachefly.net/tinymce/v9/images/logo.png',
19-
washout: true,
20-
}
21-
}
13+
selector: "textarea",
14+
plugins: ['exportword'],
15+
toolbar: 'exportword',
16+
exportword_converter_options: {
17+
watermark: {
18+
source: 'http://moxiecode.cachefly.net/tinymce/v9/images/logo.png',
19+
washout: true,
20+
}
21+
}
2222
});
2323
----

0 commit comments

Comments
 (0)