Skip to content

Commit b68a790

Browse files
⏫ Forwardport of #11205 to 2.3-develop branch
Applied pull request patch https://github.com/magento/magento2/pull/11205.patch (created by @Tomasz-Silpion) based on commit(s): 1. d98858e Fixed GitHub Issues in 2.3-develop branch: - #11163: Magento 2.2.0 Pages showing error: Data key is missing: code-entity (reported by @kfaer)
1 parent 8e77e2f commit b68a790

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/code/Magento/GoogleOptimizer/view/adminhtml/ui_component/cms_page_form.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
</settings>
1414
<container name="google_experiment_container" sortOrder="250">
1515
<htmlContent name="html_content">
16-
<block name="googleOptimizerBlockAdminhtmlFormCmsPage" class="Magento\GoogleOptimizer\Block\Adminhtml\Form\CmsPage" />
16+
<block name="googleOptimizerBlockAdminhtmlFormCmsPage" class="Magento\GoogleOptimizer\Block\Adminhtml\Form\CmsPage">
17+
<arguments>
18+
<argument name="code-entity" xsi:type="string">Magento\GoogleOptimizer\Block\Adminhtml\Cms\Page\EntityCmsPage</argument>
19+
<argument name="form-name" xsi:type="string">cms_page_form</argument>
20+
</arguments>
21+
</block>
1722
</htmlContent>
1823
</container>
1924
</fieldset>

0 commit comments

Comments
 (0)