Correct the machine name of the people content type in the image to media transformation
This commit is contained in:
parent
cf47a16542
commit
b103069e32
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ use Psr\Log\LogLevel;
|
|||
function geo_upgrade_deploy_move_images_to_media() {
|
||||
$transformations = [
|
||||
['paragraph', ['field_image'], 'field_media_image', ['image', 'slide']],
|
||||
['node', ['field_image'], 'field_media_image', ['person', 'article', 'blog', 'collection', 'gleaning']],
|
||||
['node', ['field_image'], 'field_media_image', ['people', 'article', 'blog', 'collection', 'gleaning']],
|
||||
// Leaving out the following for now, unless requested later
|
||||
// ['paragraph', ['field_file'], 'field_media_document', ['file']],
|
||||
// field_media_document would need to be created on file paragraph
|
||||
|
|
Loading…
Add table
Reference in a new issue