diff --git a/app/assets/sass/examples.scss b/app/assets/sass/examples.scss index 7d73537de1..1cced36716 100644 --- a/app/assets/sass/examples.scss +++ b/app/assets/sass/examples.scss @@ -19,4 +19,4 @@ main.area { .header-proposition { clear: none; min-height: 6em; -} +} \ No newline at end of file diff --git a/app/config.js b/app/config.js index 61bd51a48d..fc1a16cef7 100644 --- a/app/config.js +++ b/app/config.js @@ -13,6 +13,9 @@ module.exports = { // Enable or disable password protection on production useAuth: 'true', + // Enable or disable automatic storing of data and passing it to views + useAutoStoreData: 'true', + // Cookie warning - update link to service's cookie page. cookieText: 'GOV.UK uses cookies to make the site simpler. Find out more about cookies' diff --git a/app/views/examples/index.html b/app/views/examples/index.html index 2897a92b6f..4c7f04d81f 100644 --- a/app/views/examples/index.html +++ b/app/views/examples/index.html @@ -97,7 +97,12 @@

Template features