https://github.com/snowdogapps/module-product-custom-description
Snowdog Product Custom Description Tab for Magento 2
https://github.com/snowdogapps/module-product-custom-description
Last synced: 21 days ago
JSON representation
Snowdog Product Custom Description Tab for Magento 2
- Host: GitHub
- URL: https://github.com/snowdogapps/module-product-custom-description
- Owner: SnowdogApps
- Created: 2016-05-10T13:01:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T11:18:11.000Z (about 4 years ago)
- Last Synced: 2024-10-12T00:43:18.869Z (7 months ago)
- Language: PHP
- Homepage: https://snow.dog/
- Size: 76.2 KB
- Stars: 14
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-1.0.md
Awesome Lists containing this project
README
# Snowdog Product Custom Description Tab for Magento 2
## What is this code for?
This repo contains an extension for Magento 2 which adds a custom tab called "Structured Description" under Advance Settings tab group in admin product edtion.
Also, the extension shows in product page (front end) the list of structured descriptions saved by the previous tab.
## How to install.
Just type the following terminal command under your Magento 2 root directory:
```
composer require snowdog/module-product-custom-description
```## More information.
Please read the following article for more information about this extension: https://snow.dog/blog/tutorial-how-to-implement-an-admin-product-tab-in-magento-2/