= array(
'CoopCredDatabase' => array(
'label'=>'Database',
'default'=>'coop_cred',
'description'=>'Database to store tables of plugin-specific
Coop Cred related info.
<br />Can be one of the default CORE databases or a separate one.
<br />The name of a new database should be all lower-case.
<br /><b>It must exist before the plugin is enabled.'
)
, 'CoopCredLaneDatabase' => array(
'label'=>'LaneDatabase',
'default'=>'coop_cred_lane',
'description'=>'Database on lanes to store tables of plugin-specific
Coop Cred related info.
<br />Can be one of the default CORE databases or a separate one.
<br />The name of a new database should be all lower-case.
<br />The name must not be the same as the Coop Cred Server Database.'
)
, 'CoopCredDropAllViews' => array(
'label'=>'Re-create Views',
'default' => False,
'description'=>'Erase (drop) each existing view and re-create it.
<br />This does not erase any existing data.'
)
)
Desired settings. These are automatically exposed on the 'Plugins' area of the install page and, upon enablement of the plugin, written to ini.php and from then on maintained there.