How is Magento using the module_name tag elements in the module config file
- by zokibtmkd
I found here that Magento is using these tags as custom config variables, but I still cannot understand where are they used and how.
For example the Wishlist module has wishlist (same name as the module) xml tag in the config.xml file in which it defines:
<item>
<product_attributes>
<visibility/>
<url_path/>
…