We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9246cb8 commit 687e971Copy full SHA for 687e971
modules/ROOT/partials/configuration/pagebreak_separator.adoc
@@ -13,6 +13,6 @@ tinymce.init({
13
selector: 'textarea', // change this value according to your HTML
14
plugins: 'pagebreak',
15
toolbar: 'pagebreak',
16
- pagebreak_separator: '<div style=”page-break-after: all”>My page break</div>'
+ pagebreak_separator: '<div style="break-after: page">My page break</div>'
17
});
18
----
0 commit comments