Setting for advanced modules
I notice this page
http://docs.getfuelcms.com/general/configs-settingsit mentioned to put config settings like below will allow users to set the settings
but when i put these in /modules/fuel/config/fuel.php
$config['fuel']['settings']=array();
$config['fuel']['settings']['social']=array('type'=>'text'); // in this case i am trying to create a new social field to allow user specify which social platform they want to use, e.g. facebook, twitter
nothing happen at the backend dashboard. What did i do wrong?
Comments
Then you should see these options under the "Settings" module in the CMS.
$config['site']['settings']=array(); $config['site']['settings']['social']=array('type'=>'text');
Its setup so that an advanced module can have it's own settings configuration.
http://docs.getfuelcms.com/modules/advanced