Merge pull request #8130 from Juanitou/patch-2

Update 03_Requirements.md
This commit is contained in:
Daniel Hensby 2018-06-04 11:36:21 +01:00 committed by GitHub
commit e67d947b26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -334,7 +334,7 @@ One common example is to block the core `jquery.js` added by various form fields
version in a custom location. This assumes you have tested your application with the newer version.
```php
Requirements::block('silverstripe-admin/thirdparty/jquery/jquery.js');
Requirements::block('silverstripe/admin:thirdparty/jquery/jquery.js');
```
<div class="alert" markdown="1">