Skip to content

Commit 3d7ad8f

Browse files
committed
Merge branch 'MC-13770' of github.com:magento-obsessive-owls/magento2-page-builder into cms-team-1-delivery
2 parents 1971941 + 5add641 commit 3d7ad8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Model/WidgetInitializerConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function getConfig(): array
3535
{
3636
$resultConfig = [];
3737
foreach ($this->config as $contentTypeName => $config) {
38-
$selector = sprintf('div[data-role="%s"]', $contentTypeName);
38+
$selector = sprintf('[data-role="%s"]', $contentTypeName);
3939
foreach ($config as $item) {
4040
if (!isset($item['component'])) {
4141
continue;

0 commit comments

Comments
 (0)