Download the PHP package magekey/module-xsd-merger without Composer
On this page you can find all versions of the php package magekey/module-xsd-merger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package module-xsd-merger
Magento 2 XSD Merger
Installing the Extension
composer require magekey/module-xsd-merger
Example: Add after
attribute to link type
app/code/{Vendor}/{Module}/etc/xsd_merger/layout_merged.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:redefine schemaLocation="urn:magento:framework:View/Layout/etc/layout_merged.xsd">
<xs:complexType name="linkType">
<xs:complexContent>
<xs:extension base="linkType">
<xs:attribute name="after" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:redefine>
</xs:schema>
Versions tested
2.2.5
All versions of module-xsd-merger with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.0.13|~7.1.0
The package magekey/module-xsd-merger contains the following files
Loading the files please wait ....