mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Added doc for static help_link (from r111879)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112809 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
6bab1cfa0a
commit
83561f2e40
@ -37,6 +37,10 @@ class LeftAndMain extends Controller {
|
|||||||
*/
|
*/
|
||||||
static $tree_class = null;
|
static $tree_class = null;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The url used for the link in the Help tab in the backend
|
||||||
|
* Value can be overwritten if required in _config.php
|
||||||
|
*/
|
||||||
static $help_link = 'http://userhelp.silverstripe.org';
|
static $help_link = 'http://userhelp.silverstripe.org';
|
||||||
|
|
||||||
static $allowed_actions = array(
|
static $allowed_actions = array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user