mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
18 lines
314 B
YAML
18 lines
314 B
YAML
|
MySQLDatabaseTest_Data:
|
||
|
data1:
|
||
|
Title: 'First Item'
|
||
|
Description: 'The content'
|
||
|
Sort: 1
|
||
|
data2:
|
||
|
Title: 'Second Item'
|
||
|
Description: 'More Content'
|
||
|
Sort: 2
|
||
|
data3:
|
||
|
Title: 'Third Item'
|
||
|
Description: ''
|
||
|
Sort: 3
|
||
|
data4:
|
||
|
Title: 'Last Item'
|
||
|
Description: 'Testing'
|
||
|
Sort: 4
|