https://github.com/snowdogapps/magento2-product-attribute-description
https://github.com/snowdogapps/magento2-product-attribute-description
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/snowdogapps/magento2-product-attribute-description
- Owner: SnowdogApps
- Created: 2020-05-26T08:48:22.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-09T11:28:17.000Z (over 3 years ago)
- Last Synced: 2024-10-06T20:35:45.648Z (over 1 year ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 5
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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