diff --git a/migrate_default_content.module b/migrate_default_content.module
index 1f5ba0c..b719dcd 100644
--- a/migrate_default_content.module
+++ b/migrate_default_content.module
@@ -100,7 +100,7 @@ function migrate_default_content_migration_plugins_alter(&$definitions) {
       'class' => '\Drupal\migrate\Plugin\Migration',
       'status' => 1,
       'destination' => [
-        'plugin' => 'entity:' . $migration['entity_type'],
+        'plugin' => ($migration['entity_type'] == 'paragraph' ? 'entity_reference_revisions' : 'entity') .':' . $migration['entity_type'],
         'translations' => FALSE,
       ],
     ];
