diff options
Diffstat (limited to 'chimere/fixtures/initial_data.json')
| -rw-r--r-- | chimere/fixtures/initial_data.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chimere/fixtures/initial_data.json b/chimere/fixtures/initial_data.json index 4d1af9b..106b493 100644 --- a/chimere/fixtures/initial_data.json +++ b/chimere/fixtures/initial_data.json @@ -220,5 +220,16 @@ "name": "Webm (webm)", "mime_type": "audio/webm" } + }, + { + "pk": 15, + "model": "chimere.multimediatype", + "fields": { + "available": true, + "media_type": "I", + "iframe": false, + "name": "URL", + "mime_type": "" + } } ] |
