Skip to content

Latest commit

 

History

History
executable file
·
26 lines (20 loc) · 601 Bytes

README.md

File metadata and controls

executable file
·
26 lines (20 loc) · 601 Bytes

"Apply To" Attribute Option for Magento 2.0

Return back the Magento 2.0 attribute option "Apply To". Choose each product type that is associated with the attribute.

alt tag

Installation

Update root composer.json with

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/belvg-public/Magento2_ApplyTo"
        }
    ],
    "require": {
        "belvg/module-applyto": "dev-master"
    }
}

Run composer update

Enable module with php bin/magento module:enable BelVG_ApplyTo