Last active
August 5, 2019 02:55
-
-
Save dinarcon/68470f1a50f013ff9fbe35ca79bd1488 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
process: | |
body/value: profile | |
body/format: | |
plugin: default_value | |
default_value: restricted_html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
process: | |
field_string/value: source_value_string | |
field_integer/value: source_value_integer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
process: | |
field_image/target_id: | |
plugin: file_import | |
source: photo_url | |
reuse: TRUE | |
id_only: TRUE | |
field_image/alt: photo_description | |
field_image/title: photo_description | |
field_image/width: photo_width | |
field_image/height: photo_height |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
process: | |
field_string: source_value_string | |
field_integer: source_value_integer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source: | |
plugin: embedded_data | |
data_rows: | |
- | |
unique_id: 1 | |
name: 'Michele Metts' | |
profile: '<a href="https://www.drupal.org/u/freescholar" title="Michele on Drupal.org">freescholar</a> on Drupal.org' | |
photo_url: 'https://agaric.coop/sites/default/files/2018-12/micky-cropped.jpg' | |
photo_description: 'Photo of Michele Metts' | |
photo_width: '587' | |
photo_height: '657' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
process: | |
field_text_with_summary/value: source_value | |
field_text_with_summary/summary: source_summary | |
field_text_with_summary/format: source_format |
In
text_with_summary_subfields.yml
, I think you want to replacefield_text_with_summay
withfield_text_with_summary
(on three lines).
Thanks for catching that @benjifisher It has been fixed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
text_with_summary_subfields.yml
, I think you want to replacefield_text_with_summay
withfield_text_with_summary
(on three lines).