STEP-12 Comments for Admin Users

At this Step we going to add useful comments and fix some bugs

STEP-12

During The testing we figured out that in react-share 4.4.0 facebook counter is not working, also Facebook messenger is not working correctly on mobile phones, and there is no actual need for share buttons on the homepage, letโ€™s populate backend configuration comments. Which will say that to users.

1. Here is our updated social_share.xml

ScandiPWA/SocialShareGraphQl/etc/adminhtml/system/social_share.xml line 25 - 29
<field id="home_page" translate="label" type="select" sortOrder="4" showInDefault="1" showInWebsite="0" showInStore="0">
   <label>Display On HomePage</label>
   <comment>Not Supported.</comment>
   <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>

Last updated