Files
edx-platform/common/test/db_fixtures/xblock_configuration.json
2018-07-02 13:55:54 -04:00

23 lines
511 B
JSON

[
{
"pk": 1,
"model": "xblock_django.XBlockConfiguration",
"fields": {
"name": "poll",
"enabled": true,
"deprecated": true,
"change_date": "2016-07-06T00:00:00Z"
}
},
{
"pk": 2,
"model": "xblock_django.XBlockConfiguration",
"fields": {
"name": "survey",
"enabled": true,
"deprecated": true,
"change_date": "2016-07-06T00:00:00Z"
}
}
]