- Status changed to RTBC
10 months ago 9:22am 22 January 2024 - 🇬🇧United Kingdom kolin
I've tested this with a simple blockquote paragraph. It works as expected:
```
field_content:
plugin: html_to_paragraphs
source: body
parser:
-
plugin: html_parser_plain
tags:
- blockquote
process:
-
plugin: html_process_plain
tag: blockquote
bundle: quote
field_name: field_copy_basic
text_format: basic_rich_text
-
plugin: html_process_text
bundle: rich_text
field_name: field_rich_text
text_format: rich_text
fallback: true
``` - 🇬🇧United Kingdom ipwa
field_components: plugin: html_to_paragraphs source: content parser: - plugin: html_parser_plain tags: - blockquote process: - plugin: html_process_plain tag: blockquote bundle: quote field_name: field_blockquote text_format: full_html - plugin: html_process_text bundle: text field_name: field_text text_format: full_html fallback: true