From 9303912b7f2a1a800b5b8747e6577d147142b41d Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 4 Feb 2015 22:15:49 +1300 Subject: [PATCH] Update 04_Preview.md Fix the yaml example --- .../15_Customising_the_Admin_Interface/04_Preview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/04_Preview.md b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/04_Preview.md index f949d9717..513f4e711 100644 --- a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/04_Preview.md +++ b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/04_Preview.md @@ -72,9 +72,9 @@ Load the file in the CMS via setting adding 'mysite/javascript/MyLeftAndMain.Pre to the `LeftAndMain.extra_requirements_javascript` [configuration value](/topics/configuration) :::yml - LeftAndMain + LeftAndMain: extra_requirements_javascript: - - mysite/javascript/MyLeftAndMain.Preview.js: + - mysite/javascript/MyLeftAndMain.Preview.js In order to find out which configuration values are available, the source code is your best reference at the moment - have a look in `framework/admin/javascript/LeftAndMain.Preview.js`.