sreichel/magento-StackExchange_LockAttributes

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "mse-sv3n/m1-lock-attributes",
    "type": "magento-module",
    "license": "OSL-3.0",
    "description": "Prevent editing product attributes in admin backend.",
    "homepage": "https://magento.stackexchange.com/questions/784/read-only-product-backend-attribute",
    "authors": [
        {
            "name": "Sven Reichel",
            "homepage":"https://magento.stackexchange.com/users/46249/sv3n",
            "email": "github-sr@hotmail.com",
            "role": "Author/Maintainer"
        }
    ],
    "require": {
        "magento-hackathon/magento-composer-installer": "*"
    }
}