mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update 03_Requirements.md
Update Blocking section to reflect new vendor path
This commit is contained in:
parent
2510935b53
commit
031f8b23ec
@ -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('vendor/silverstripe/admin/thirdparty/jquery/jquery.js');
|
||||
```
|
||||
|
||||
<div class="alert" markdown="1">
|
||||
|
Loading…
Reference in New Issue
Block a user