Skip to content

Commit

Permalink
Item8889: move {Module} settings to expert mode (less visibility)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x00@7157 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Apr 11, 2010
1 parent 7473f0e commit 963ac0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/lib/Foswiki/Configure/PLUGINS.pm
Expand Up @@ -40,7 +40,8 @@ sub new {
new Foswiki::Configure::Value(
parent => $this,
keys => '{Plugins}{' . $module . '}{Module}',
typename => 'STRING'
typename => 'STRING',
expertsOnly => 1
)
);
$Foswiki::cfg{Plugins}{$module}{Module} ||= $modules{$module};
Expand Down

0 comments on commit 963ac0c

Please sign in to comment.