Return back the Magento 2.0 attribute option "Apply To". Choose each product type that is associated with the attribute.
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