Skip to content
Snippets Groups Projects

refs #23662: Added layout builder destination and sample migrations.

Merged Ivan Doroshenko requested to merge dev/23662-migrate-prototype into master
6 files
+ 344
0
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 22
0
id: sample_embed_migration
label: 'Sample Migration with custom embedded tags.'
migration_group: uw
migration_tags:
- sample
source:
plugin: uw_embedded_data
data_rows:
- id: 1
value: 'Piece of content. <uw_article data-article="2"/> <uw_article data-article="3"/>.'
ids:
id:
type: integer
ref_node_id:
type: integer
process:
type:
plugin: uw_tags_map
source: tag
field_article: ref_node_id
destination:
plugin: entity:block_content
Loading