Skip to content

Commit abfaae8

Browse files
author
Farzad Hayatbakhsh
committed
Fix powerpaste import options
1 parent 77958a5 commit abfaae8

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

modules/ROOT/partials/configuration/powerpaste_googledocs_import.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ This option controls how content pasted from Google Docs is filtered.
55

66
*Type:* `+String+` or `+Function+`
77

8-
*Possible values:* `+'clean'+`, `+'merge'+`, `+'prompt'+`, or a function that returns a `+Promise+` that resolves to `+'clean'+` or `+'merge'+`
9-
108
*Default value:* `+'prompt'+`
119

1210
include::partial$plugins/powerpaste_import_types.adoc[]

modules/ROOT/partials/configuration/powerpaste_html_import.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This option controls how content pasted from sources other than Microsoft Word a
77

88
*Default value:* `+'clean'+`
99

10-
*Possible values:* `+'clean'+`, `+'merge'+`, `+'prompt'+`, or a function that returns a `+Promise+` that resolves to `+'clean'+` or `+'merge'+`
10+
include::partial$plugins/powerpaste_import_types.adoc[]
1111

1212
What the supported string-based values do:
1313

modules/ROOT/partials/configuration/powerpaste_word_import.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ This option controls how content pasted from Microsoft Word is filtered.
55

66
*Type:* `+String+` or `+Function+`
77

8-
*Possible values:* `+'clean'+`, `+'merge'+`, `+'prompt'+`, or a function that returns a `+Promise+` that resolves to `+'clean'+` or `+'merge'+`
9-
108
*Default value:* `+'prompt'+`
119

1210
include::partial$plugins/powerpaste_import_types.adoc[]

0 commit comments

Comments
 (0)