data-src=paas-only.md

Prerequisites

Installation

To install custom attributes in Adobe Commerce:

  1. Run the following command to install the modules:

    composer require magento/out-of-process-custom-attributes=^0.2.0  --with-dependencies
    
  2. Enable the new modules:

    bin/magento module:enable Magento_CustomAttributeSerializable
    bin/magento module:enable Magento_CustomAttributeSerializableGraphQl
    
  3. For on-premises installations, run the following command to upgrade Adobe Commerce and clear the cache.

    bin/magento setup:upgrade && bin/magento cache:clean