Magento2 an open-source e-commerce platform written in PHP.
Magento2 Customizable Option is one of the cost effective & powerful functionality available, but still sometimes there is a need to add new extra fields in order to describe the option given to customer in more details.
Magento2 we are going to learn how to add an extra field named description under Customizable options value in Admin.
So, in order to do that we have followed some simple steps & added it in this module.
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush