Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML Validation of view/adminhtml/ui_component/cms_page_form.xml failed #1

Closed
m-schreiber opened this issue Jul 12, 2019 · 1 comment · May be fixed by #2
Closed

XML Validation of view/adminhtml/ui_component/cms_page_form.xml failed #1

m-schreiber opened this issue Jul 12, 2019 · 1 comment · May be fixed by #2

Comments

@m-schreiber
Copy link

When in Developer-Mode, the XML-Schema-Validation for view/adminhtml/ui_component/cms_page_form.xml fails with

Exception #0 (Magento\Framework\Exception\LocalizedException): The XML in file "/var/www/vendor/creativestyle/magesuite-opengraph/view/adminhtml/ui_component/cms_page_form.xml" is invalid:
Element 'argument': This element is not expected. Expected is one of ( bookmark, boolean, button, checkbox, checkboxset, colorPicker, component, container, dataSource, dataProvider ).
Line: 9

Removing the following Lines fixes the Problem:

<argument name="data" xsi:type="array">
to
and
<item name="notice" xsi:type="string" translate="true">If this field is empty, the image from "Image Teaser" will be used.</item>

@berbua
Copy link

berbua commented Oct 7, 2019

Hello @m-schreiber , please be informed that issue has been fixed with e5349e7

@berbua berbua closed this as completed Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants