* Finish task #7721.
This commit is contained in:
+12
-12
@@ -15,20 +15,20 @@ $config->block->editor = new stdclass();
|
||||
$config->block->editor->set = array('id' => 'html', 'tools' => 'simple');
|
||||
|
||||
$config->block->longBlock = array();
|
||||
$config->block->longBlock['']['flowchart'] = 'flowchart';
|
||||
$config->block->longBlock['']['welcome'] = 'welcome';
|
||||
$config->block->longBlock['product']['statistic'] = 'statistic';
|
||||
$config->block->longBlock['project']['statistic'] = 'statistic';
|
||||
$config->block->longBlock['qa']['statistic'] = 'statistic';
|
||||
$config->block->longBlock['program']['cmmireport'] = 'cmmireport';
|
||||
$config->block->longBlock['program']['cmmiissue'] = 'cmmiissue';
|
||||
$config->block->longBlock['program']['cmmirisk'] = 'cmmirisk';
|
||||
$config->block->longBlock['']['flowchart'] = 'flowchart';
|
||||
$config->block->longBlock['']['welcome'] = 'welcome';
|
||||
$config->block->longBlock['product']['statistic'] = 'statistic';
|
||||
$config->block->longBlock['project']['statistic'] = 'statistic';
|
||||
$config->block->longBlock['qa']['statistic'] = 'statistic';
|
||||
$config->block->longBlock['program']['waterfallreport'] = 'waterfallreport';
|
||||
$config->block->longBlock['program']['waterfallissue'] = 'waterfallissue';
|
||||
$config->block->longBlock['program']['waterfallrisk'] = 'waterfallrisk';
|
||||
|
||||
$config->block->shortBlock = array();
|
||||
$config->block->shortBlock['product']['overview'] = 'overview';
|
||||
$config->block->shortBlock['project']['overview'] = 'overview';
|
||||
$config->block->shortBlock['program']['cmmiestimate'] = 'cmmiestimate';
|
||||
$config->block->shortBlock['program']['cmmiprogress'] = 'cmmiprogress';
|
||||
$config->block->shortBlock['product']['overview'] = 'overview';
|
||||
$config->block->shortBlock['project']['overview'] = 'overview';
|
||||
$config->block->shortBlock['program']['waterfallestimate'] = 'waterfallestimate';
|
||||
$config->block->shortBlock['program']['waterfallprogress'] = 'waterfallprogress';
|
||||
$config->block->shortBlock['']['contribute'] = 'contribute';
|
||||
|
||||
$config->statistic = new stdclass();
|
||||
|
||||
Reference in New Issue
Block a user