我如何在magento的自定义模块中设置示例数据以进行配置。我们的代码是:
$installer = $this;
$installer->startSetup();
$installer->setConfigData('groupname/sectionname/fieldname'
,'Thank you for contacting us. I\'m more than happy to assist you.'
. 'You can install the Premium Website Builder through your AMP'
. '(Account Management Panel). If you need help please feel free to contact us.'
. 'Our support department is available to assist you 24 hours a day, 7 days a week.');
$installer->endSetup();