snowdog / module-product-attribute-description
The extension adds a new field for product attributes which allows to add some HTML text to be pulled later in frontend through an API endpoint
Package info
github.com/SnowdogApps/magento2-product-attribute-description
Type:magento2-module
pkg:composer/snowdog/module-product-attribute-description
1.2.0
2022-08-01 07:34 UTC
Requires
- magento/framework: 100.1.*|101.0.*|102.0.*|103.0.*
- magento/module-catalog: 101.0.*|102.0.*|103.0.*|104.0.*
This package is auto-updated.
Last update: 2026-03-09 18:12:36 UTC
README
The extension allows to set product attributes description through attribute admin edition page
1. Installation:
composer require snowdog/module-product-attribute-descriptionbin/magento module:enable Snowdog_ProductAttributeDescriptionbin/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