Files
edx-platform/common/test/db_fixtures/xblock_configuration.json
cahrens 25bfd0a7d8 Get Studio deprecation list from XBlockConfiguration.
Replaces settings value.
TNL-4669
2016-07-06 11:05:52 -04:00

23 lines
491 B
JSON

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