mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix _images pathing
This commit is contained in:
parent
557358c2a6
commit
f13c928b14
@ -12,14 +12,14 @@ Management of files within the CMS is provided via the [silverstripe/asset-admin
|
||||
module. This is a rich and user friendly interface supporting most basic file operations, as well as
|
||||
control over the publishing and security of files.
|
||||
|
||||
![asset admin](/_images/asset-admin-demo.png)
|
||||
![asset admin](../../_images/asset-admin-demo.png)
|
||||
|
||||
## UploadField
|
||||
|
||||
If you have the [silverstripe/asset-admin](https://github.com/silverstripe/silverstripe-asset-admin)
|
||||
module installed then this provides a powerful component [api:SilverStripe\AssetAdmin\Forms\UploadField].
|
||||
|
||||
![upload field](/_images/upload-field.png)
|
||||
![upload field](../../_images/upload-field.png)
|
||||
|
||||
You can add it to a page as below:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user