snowdog / module-product-custom-description
This extension for M2 will add a new tab in product admin edition which will allow introduce custom description rows
Installs: 72
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 7
Forks: 4
Open Issues: 1
Type:magento2-module
Requires
- php: >=7.1
- magento/magento-composer-installer: *
- magento/module-catalog: *
- magento/module-ui: *
README
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/