I know that I can add form elements via install scripts using method addAttribute().
However, now I’d like to get a whole new tab next to General, Display Settings and such. I wonder what’s the simpliest way to do it without overcomplicating.
I know that I can add form elements via install scripts using method addAttribute().
Share
Assuming you already know how to do other parts of module.
You need overriding the:
On your config.xml you do:
You’ll need overriding the _prepareLayout function.
And you’ll write this code: