ashsmith / magento2-blog-module-tutorial

A tutorial on how create a magento 2 module from scratch, with tests.
https://www.ashsmith.io/magento2/module-from-scratch-introduction/
111 stars 59 forks source link

wrong xsi:noNamespaceSchemaLocation #3

Closed sakiss closed 9 years ago

sakiss commented 9 years ago

In the file view/adminhtml/ui_component/blog_post_listing.xml the correct path for the xsi:noNamespaceSchemaLocation is that:

_xsi:noNamespaceSchemaLocation="../../../../../Magento/Ui/etc/uiconfiguration.xsd">

ashsmith commented 9 years ago

Good spot. Fixed. Thank you