From 579ccd4fc35f36a6076bf5031443825663a7e0f8 Mon Sep 17 00:00:00 2001 From: Jono Menz Date: Wed, 13 Aug 2014 10:24:13 +0930 Subject: [PATCH] Added developer config example --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 34d3601..2eb7877 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,16 @@ Download, place the folder in your project root, rename it to 'betternavigator' Just place **$BetterNavigator** somewhere in your template(s). If your website uses caching, make sure BetterNavigator's output is excluded. +**Access developer tools on a live website** +You can mark certain CMS users as developers in your site's config, so they can acess developer tools when logged in. Example YAML: + +``` + BetterNavigator: + developers: + - 'dev@yoursite.com' + - 'otherdev@yoursite.com' +``` + ##Customisation Scripts and CSS are included via the BetterNavigator.ss template, so you can completely customise the front-end code and included links by copying or creating your own BetterNavigator.ss template.