We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1971941 + 5add641 commit 3d7ad8fCopy full SHA for 3d7ad8f
app/code/Magento/PageBuilder/Model/WidgetInitializerConfig.php
@@ -35,7 +35,7 @@ public function getConfig(): array
35
{
36
$resultConfig = [];
37
foreach ($this->config as $contentTypeName => $config) {
38
- $selector = sprintf('div[data-role="%s"]', $contentTypeName);
+ $selector = sprintf('[data-role="%s"]', $contentTypeName);
39
foreach ($config as $item) {
40
if (!isset($item['component'])) {
41
continue;
0 commit comments