mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
be239896d3
API Remove filesystem sync API to handle file manipulations
20 lines
519 B
YAML
20 lines
519 B
YAML
Image:
|
|
image1:
|
|
FileFilename: test-image.png
|
|
FileHash: 444065542b5dd5187166d8e1cd684e0d724c5a97
|
|
Name: test-image.png
|
|
image2:
|
|
FileFilename: test.image.with.dots.png
|
|
FileHash: 46affab7043cfd9f1ded919dd24affd08e926eca
|
|
Name: test.image.with.dots.png
|
|
DataDifferencerTest_HasOneRelationObject:
|
|
relobj1:
|
|
Title: obj1
|
|
relobj2:
|
|
Title: obj2
|
|
DataDifferencerTest_Object:
|
|
obj1:
|
|
Choices: a,b
|
|
Image: =>Image.image1
|
|
HasOneRelation: =>DataDifferencerTest_HasOneRelationObject.relobj1
|