From 85c1ee167e2bbc4a3a71562f4d4423d1e88dcf79 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 9 Mar 2012 17:05:09 +0100 Subject: Add WebM format in fixtures --- chimere/fixtures/initial_data.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'chimere/fixtures/initial_data.json') 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" + } } ] -- cgit v1.2.3