Site-wide Dark Features
These dark features are enabled for the entire site.
## TODO - copy site dark-features admin from Confluence too, and link from here for admins.
## #if ($isAdmin)
## Change
## #else
They may only be disabled by an administrator.
## #end
#if ($globalEnabledFeatures.size())
#foreach($feature in $globalEnabledFeatures)
-
$textUtils.htmlEncode($feature)
#end
#else
-
No global dark features enabled
#end