'id' => Uuid::
randomHex(),
'name' =>
$group,
'options' =>
$mapped,
'sorting_type' => PropertyGroupDefinition::SORTING_TYPE_ALPHANUMERIC,
'display_type' => PropertyGroupDefinition::DISPLAY_TYPE_TEXT,
],
],
$context->
getContext() );
$context->
getConsole()->
progressAdvance(1
);
} $context->
getConsole()->
progressFinish();
}}