User Tools

Site Tools


2_x:administrators:newsroom

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
2_x:administrators:newsroom [2020/08/12 11:10] cnaud2_x:administrators:newsroom [2020/08/12 11:15] cnaud
Line 11: Line 11:
 {{ :2_x:newsroom2.png }} {{ :2_x:newsroom2.png }}
  
 +You may deactivate TeemIp newsroom through the General Configuration file. In the module section, just adds the following lines (if not already present) ans set the 'enabled' parameter to false.
 +
 +<code>
 +'teemip-newsroom-provider' => array (
 + 'enabled' => false,
 +),
 +</code>