- Issue created by @sassafrass
I am migrating content into a node and want to add an existing "Reusable Paragraph" with an id of 1 to every node created. I have tried the following but without success. Is this functionality supported? If so, how would I go about doing this correctly?
my_reusable_paragraph:
plugin: entity_lookup
bundle_key: id
bundle: 1
entity_type: paragraphs_library_item
my_reusable_paragraph_field:
plugin: sub_process
source: '@my_reusable_paragraph'
process:
target_id: '0'
target_revision_id: '1'
Active
6.0
Examples