mirror of
https://github.com/jonom/silverstripe-betternavigator.git
synced 2024-10-22 14:05:51 +02:00
Removed redundant config declaration
Still using ‘BetterNavigator’ namespace for config despite class name change
This commit is contained in:
parent
da14f4c614
commit
1a02603fb4
@ -2,20 +2,6 @@
|
||||
|
||||
class BetterNavigatorExtension extends DataExtension {
|
||||
|
||||
/**
|
||||
* Nominate developers who can access developer tools on live site
|
||||
* Example YAML:
|
||||
*
|
||||
* BetterNavigator:
|
||||
* developers:
|
||||
* - 'dev@yoursite.com'
|
||||
* - 'otherdev@yoursite.com'
|
||||
*
|
||||
* @config
|
||||
* @var array
|
||||
*/
|
||||
private static $developers;
|
||||
|
||||
/**
|
||||
* Provides a front-end utility menu with administrative functions and developer tools
|
||||
* Relies on SilverStripeNavigator
|
Loading…
Reference in New Issue
Block a user