We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Is it possible to add a command to dump system.xml config file just like you do with the global Magento config file. Please check this code:
$systemxml = Mage::getConfig()->loadModulesConfiguration('system.xml')->getNode()->asXML();
The text was updated successfully, but these errors were encountered:
Do you mean an XML dump of the file? In a pretty print fashion?
Sorry, something went wrong.
Yes. Exactly. Just like the global config.xml file
I like the idea. From time to time I missed it but on the other hand I do not clearly remember how much.
For the XML files it might be important as well to show which ones are in effect.
No branches or pull requests
Hi,
Is it possible to add a command to dump system.xml config file just like you do with the global Magento config file. Please check this code:
The text was updated successfully, but these errors were encountered: