Recently i wanted to add a new EAV attribute for customers so i could save some data to the customer based on some order information.
Recently i needed to create a custom field that would save a customer's industry on signup I wanted to achieve this with as little custom code as possible and this is how.
This post is going to be more of a living document where i'll be noting down all of the handy tips and tricks i've come across to make working with magento2 and phpstorm easier.
In this short blog post I'm going to go through the steps on how to add a wysiwyg(TinyMCE) to a custom magento module form.