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.
1 parent de61a63 commit 5add641Copy full SHA for 5add641
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