mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update 04_Preview.md
Fix the yaml example
This commit is contained in:
parent
7923b88652
commit
9303912b7f
@ -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)
|
to the `LeftAndMain.extra_requirements_javascript` [configuration value](/topics/configuration)
|
||||||
|
|
||||||
:::yml
|
:::yml
|
||||||
LeftAndMain
|
LeftAndMain:
|
||||||
extra_requirements_javascript:
|
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
|
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`.
|
is your best reference at the moment - have a look in `framework/admin/javascript/LeftAndMain.Preview.js`.
|
||||||
|
Loading…
Reference in New Issue
Block a user