We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is just a minor issue but shows up in the static code tests but in the file
view/adminhtml/layout/blog_category_edit.xml
The NamespaceSchemaLocation references a .xsd that doesn't exist, it appears a / was missed
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etcpage_configuration.xsd">
should probably be
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
The text was updated successfully, but these errors were encountered:
@chris-brabender, thank you very much for contributing to Magento Blog. It's fixed (e9c9bc6)
Sorry, something went wrong.
No branches or pull requests
This is just a minor issue but shows up in the static code tests but in the file
The NamespaceSchemaLocation references a .xsd that doesn't exist, it appears a / was missed
should probably be
The text was updated successfully, but these errors were encountered: