Skip to content

Commit 722abfa

Browse files
author
Michael Yu
committed
MC-3363: Additional configuration node changes
- Fixed minor typo
1 parent d2d20da commit 722abfa

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/Model/Stage

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Model/Stage/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ private function flattenContentTypeData($name, $contentType)
153153
'form' => $contentType['form'],
154154
'contentType' => '',
155155
'group' => $contentType['group'] ?? 'general',
156-
'fields' => $this->uiComponentConfig->getFields($contentType['form'],
156+
'fields' => $this->uiComponentConfig->getFields($contentType['form']),
157157
'preview_template' => $contentType['preview_template'] ?? '',
158158
'render_template' => $contentType['render_template'] ?? '',
159159
'component' => $contentType['component'],

0 commit comments

Comments
 (0)