From 4f8eaf292cc99474f64ab50ddda44925962576b4 Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Wed, 21 Jan 2026 13:53:10 -0600 Subject: [PATCH] Update custom attribute installation procedure --- src/_includes/custom-attribute-installation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/_includes/custom-attribute-installation.md b/src/_includes/custom-attribute-installation.md index 60313b9d4..e8d99a92f 100644 --- a/src/_includes/custom-attribute-installation.md +++ b/src/_includes/custom-attribute-installation.md @@ -16,10 +16,11 @@ To install custom attributes in Adobe Commerce: composer require magento/out-of-process-custom-attributes=^0.2.0 --with-dependencies ``` -1. Enable the new module: +1. Enable the new modules: ```bash - bin/magento module:enable Magento_OutOfProcessCustomAttributes + bin/magento module:enable Magento_CustomAttributeSerializable + bin/magento module:enable Magento_CustomAttributeSerializableGraphQl ``` 1. For on-premises installations, run the following command to upgrade Adobe Commerce and clear the cache.