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.
Build Tests
Code Quality
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
Share This Module's Status
README
Loaded from GitHubSnowdog 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_descriptionorattribute_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.