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 d2d20da commit 722abfaCopy full SHA for 722abfa
app/code/Magento/PageBuilder/Model/Stage/Config.php
@@ -153,7 +153,7 @@ private function flattenContentTypeData($name, $contentType)
153
'form' => $contentType['form'],
154
'contentType' => '',
155
'group' => $contentType['group'] ?? 'general',
156
- 'fields' => $this->uiComponentConfig->getFields($contentType['form'],
+ 'fields' => $this->uiComponentConfig->getFields($contentType['form']),
157
'preview_template' => $contentType['preview_template'] ?? '',
158
'render_template' => $contentType['render_template'] ?? '',
159
'component' => $contentType['component'],
0 commit comments