The extension allows to set product attributes description through attribute admin edition page
composer require snowdog/module-product-attribute-descriptionbin/magento module:enable Snowdog_ProductAttributeDescriptionbin/magento setup:upgrade
- 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