Merge pull request #3848 from nfauchelle/patch-2

Update 04_Preview.md
This commit is contained in:
Daniel Hensby 2015-02-04 17:15:22 +00:00
commit 1de32f93d8

View File

@ -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`.