mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
2bd9d00da0
API support new asset abstraction BUG Fix file link tracking for new asset abstraction
13 lines
384 B
YAML
13 lines
384 B
YAML
# These need to come first so that SiteTree has the link meta-data written.
|
|
Image:
|
|
file1:
|
|
FileFilename: testscript-test-file.jpg
|
|
FileHash: 55b443b60176235ef09801153cca4e6da7494a0c
|
|
Name: testscript-test-file.jpg
|
|
|
|
Page:
|
|
page1:
|
|
Title: page1
|
|
URLSegment: page1
|
|
Content: '<p><img src="/assets/FileLinkTrackingTest/55b443b601/testscript-test-file.jpg" /></p>'
|