unirgy / convertm1m2

A simple script to convert extensions from Magento1 to Magento2
MIT License
146 stars 38 forks source link

Templates which are used both in front and back-office are convert in web/frontend and web/backend, not in web/base folder #29

Open kypnz opened 8 years ago

kypnz commented 8 years ago

Hello Unirgy,

Some of my modules use template which exists in both front and back-office. They are identical, a copy paste because Magento 1 is not able to handle these features. With Magento 2, there is a web/base folder which allow to avoid these duplicate content. It could be interesting to use this feature to avoid duplicate content:

unirgy commented 8 years ago

I was not aware of web/base folder. Are the template references remain unchanged in the code?

kypnz commented 8 years ago

Yes, in my case references remain unchanged.