You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/partials/integrations/webcomponent-tech-ref.adoc
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -294,10 +294,11 @@ To apply a small set of CSS styles to the editor, use the `+content_style+` attr
294
294
295
295
For information on the `+content_style+` option, see: xref:add-css-options.adoc#content_style[Content appearance options - `+content_style+`].
296
296
297
-
[[setting-powerpastes-word-import-method]]
298
-
=== Setting PowerPaste's word import method
297
+
=== Settings for when PowerPaste plugin enabled
298
+
NOTE: These settings only apply if the PowerPaste plugin (`+powerpaste+`) is enabled.
299
299
300
-
This setting only applies if the PowerPaste plugin (`+powerpaste+`) is enabled.
300
+
[[setting-powerpastes-word-import-method]]
301
+
==== PowerPaste's word import method
301
302
302
303
To control how content pasted from Microsoft Word is filtered, use the `+powerpaste_word_import+` attribute. For example:
303
304
@@ -309,9 +310,7 @@ To control how content pasted from Microsoft Word is filtered, use the `+powerpa
309
310
For information on the `+powerpaste_word_import+` option, including supported values, see: xref:powerpaste-options.adoc#powerpaste_word_import[The PowerPaste plugin - `+powerpaste_word_import+`].
310
311
311
312
[[setting-powerpastes-html-import-method]]
312
-
=== Setting PowerPaste's html import method
313
-
314
-
This setting only applies if the PowerPaste plugin (`+powerpaste+`) is enabled.
313
+
==== PowerPaste's html import method
315
314
316
315
To control how content pasted from sources other than Microsoft Word is filtered, use the `+powerpaste_html_import+` attribute. For example:
317
316
@@ -323,9 +322,8 @@ To control how content pasted from sources other than Microsoft Word is filtered
323
322
For information on the `+powerpaste_html_import+` option, including supported values, see: xref:powerpaste-options.adoc#powerpaste_html_import[The PowerPaste plugin - `+powerpaste_html_import+`].
324
323
325
324
[[setting-powerpaste-to-allow-local-images]]
326
-
=== Setting PowerPaste to allow local images
325
+
==== PowerPaste to allow local images
327
326
328
-
This setting only applies if the PowerPaste plugin (`+powerpaste+`) is enabled.
329
327
330
328
To prevent Base64 encoded images with a data URI from being pasted into the editor, set `+powerpaste_allow_local_images+` to `+"false"+`. For example:
0 commit comments