Skip to content

Commit

Permalink
MAGETWO-67407: #5236 fixes "The configuration parameter "componentTyp…
Browse files Browse the repository at this point in the history
…e" is a required for "advanced_pricing_button" component" #5411
  • Loading branch information
Oleksii Korshenko authored Apr 19, 2017
2 parents 8106260 + 8772f84 commit beeae93
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ public function modifyMeta(array $meta)
self::$advancedPricingButton => [
'arguments' => [
'data' => [
'config' => $visibilityConfig,
'config' => [
'componentType' => 'container',
$visibilityConfig
],
],
],
],
Expand Down

0 comments on commit beeae93

Please sign in to comment.