mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
iTop Newsroom implementation - painfully merged manually...
This commit is contained in:
@@ -1142,6 +1142,14 @@ class Config
|
||||
'source_of_value' => '',
|
||||
'show_in_conf_sample' => true,
|
||||
),
|
||||
'newsroom_enabled' => array(
|
||||
'type' => 'bool',
|
||||
'description' => 'Whether or not the whole newsroom is enabled',
|
||||
'default' => true,
|
||||
'value' => true,
|
||||
'source_of_value' => '',
|
||||
'show_in_conf_sample' => false,
|
||||
),
|
||||
);
|
||||
|
||||
public function IsProperty($sPropCode)
|
||||
|
||||
Reference in New Issue
Block a user