From b633752d5dcf26a94048d267f98738bf5dbcdbda Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 16 Apr 2012 00:37:35 +0200 Subject: Work on multimedia files visibility * Add a new distant picture type (refs #339) * Handle differently multimedia files in descriptions (refs #337, refs #338) --- chimere/fixtures/initial_data.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'chimere/fixtures/initial_data.json') 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": "" + } } ] -- cgit v1.2.3