summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chimere/fixtures/initial_data.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/chimere/fixtures/initial_data.json b/chimere/fixtures/initial_data.json
index 6195e7e..2ea2d3b 100644
--- a/chimere/fixtures/initial_data.json
+++ b/chimere/fixtures/initial_data.json
@@ -1049,5 +1049,27 @@
"name": "Vimeo",
"mime_type": ""
}
+ },
+ {
+ "pk": 13,
+ "model": "chimere.multimediatype",
+ "fields": {
+ "available": true,
+ "media_type": "V",
+ "iframe": false,
+ "name": "Webm (webm)",
+ "mime_type": "video/webm"
+ }
+ },
+ {
+ "pk": 14,
+ "model": "chimere.multimediatype",
+ "fields": {
+ "available": true,
+ "media_type": "A",
+ "iframe": false,
+ "name": "Webm (webm)",
+ "mime_type": "audio/webm"
+ }
}
]