mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9594 from unclecheese/pulls/4/doc-fix-image-path
DOC: Fix _images pathing
This commit is contained in:
commit
ec87061d95
@ -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
|
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.
|
control over the publishing and security of files.
|
||||||
|
|
||||||
![asset admin](/_images/asset-admin-demo.png)
|
![asset admin](../../_images/asset-admin-demo.png)
|
||||||
|
|
||||||
## UploadField
|
## UploadField
|
||||||
|
|
||||||
If you have the [silverstripe/asset-admin](https://github.com/silverstripe/silverstripe-asset-admin)
|
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].
|
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:
|
You can add it to a page as below:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user