- heddn Nicaragua
-
+++ b/src/Plugin/migrate/field/FaqField.php @@ -0,0 +1,62 @@ + 'plugin' => 'faqfield',
this could just be the
get
process plugin. -
+++ b/src/Plugin/migrate/process/FaqField.php @@ -0,0 +1,30 @@ + 'question' => $value['question'],
I don't actually think the process plugin is needed at all. The mapping here is identical to what is was previously.
-