📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Potentially Abandoned v1.2.0

Module Product Attribute Description

snowdog/module-product-attribute-description

Adds a description field to product attributes in the admin panel. Displays the attribute description on the product page and provides an API endpoint to retrieve it.

44,209
Downloads
Below average
5
GitHub Stars
Below average
4y ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
1 error , 23 warnings
L1 PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.2.0 on Magento 2.4.8-p3
Dec 27, 2025

Share This Module's Status

Module Product Attribute Description Magento compatibility status badge

README

Loaded from GitHub

Snowdog Magento2 Product Attribute Description

The extension allows to set product attributes description through attribute admin edition page

1. Installation:

  • composer require snowdog/module-product-attribute-description
  • bin/magento module:enable Snowdog_ProductAttributeDescription
  • bin/magento setup:upgrade

2. Usage:

  • There will be a new tab "Attribute Description" in product attribute edition page which opens a Wysiwyg editor
  • The attribute description can be displayed in product page through attributes property snowproductattributedescription_description or attribute_description
  • Also it can be accessible everywhere through API endpoint:
GET /V1/snowproductattributedescription/description/:attributeCode

where :attributeCode is the attribute code identifier

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.