diff -r c77f06ff3e54 -r 5f011170de74 cms/app-client/app/mirage/fixtures/discourses.js --- a/cms/app-client/app/mirage/fixtures/discourses.js Sun May 08 14:21:22 2016 +0200 +++ b/cms/app-client/app/mirage/fixtures/discourses.js Thu May 12 11:19:26 2016 +0200 @@ -1,1 +1,102 @@ -export default []; \ No newline at end of file +export default [ + { + "id": "http://ark.bnf.fr/ark:/12148/cb12481481z", + "count": 2524, + "label": "dialogue" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb11932135w", + "count": 1882, + "label": "entretiens" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb11955657q", + "count": 857, + "label": "lecture à haute voix" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb119317924", + "count": 653, + "label": "conversation" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb119829234", + "count": 629, + "label": "questionnaires" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb11937212q", + "count": 343, + "label": "narration" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb11946100d", + "count": 228, + "label": "paradigme (épistémologie)" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb119341539", + "count": 222, + "label": "discussion" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb11976851v", + "count": 219, + "label": "récits personnels" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb11936159v", + "count": 110, + "label": "contes" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb13319048g", + "count": 68, + "label": "chansons" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb11949715t", + "count": 43, + "label": "réunions" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb119783362", + "count": 36, + "label": "bavardage" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb11931724n", + "count": 23, + "label": "congrès et conférences" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb11957378b", + "count": 12, + "label": "musique instrumentale" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb119834877", + "count": 11, + "label": "récitation" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb12083158d", + "count": 11, + "label": "argumentation" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb11948542x", + "count": 7, + "label": "discours" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb120502737", + "count": 2, + "label": "enquêtes linguistiques" + }, + { + "id": "http://ark.bnf.fr/ark:/12148/cb11953414d", + "count": 1, + "label": "fables" + } +]; \ No newline at end of file