OSDN Git Service

fix test
[pettanr/pettanr.git] / app / assets / javascripts / work / controllers.js.coffee.erb
1 #マニフェスト\r
2 @controllers = {\r
3   folders: {\r
4     actions: {\r
5       root: {\r
6         type: 'show',\r
7       },\r
8       index: {\r
9         type: 'list',\r
10         args: {\r
11           list_name: 'public',\r
12         },\r
13       },\r
14       show: {\r
15         type: 'show',\r
16       },\r
17       count: {\r
18         type: 'count',\r
19         args: {\r
20           list_name: 'public',\r
21         },\r
22       },\r
23       new: {\r
24         type: 'new',\r
25       },\r
26       edit: {\r
27         type: 'edit',\r
28       },\r
29       destroy: {\r
30         type: 'destroy',\r
31       },\r
32     },\r
33   },\r
34   scrolls: {\r
35     actions: {\r
36       index: {\r
37         type: 'list',\r
38         args: {\r
39           list_name: 'public',\r
40         },\r
41       },\r
42       by_author: {\r
43         type: 'list',\r
44       },\r
45       by_panel: {\r
46         type: 'list',\r
47       },\r
48       play: {\r
49         type: 'list',\r
50         args: {\r
51           item_name: 'scroll_panel',\r
52           list_name: 'play',\r
53         },\r
54       },\r
55       show: {\r
56         type: 'show',\r
57       },\r
58       count: {\r
59         type: 'count',\r
60         args: {\r
61           list_name: 'public',\r
62         },\r
63       },\r
64       count_by_author: {\r
65         type: 'count',\r
66       },\r
67       count_by_panel: {\r
68         type: 'count',\r
69       },\r
70       new: {\r
71         type: 'new',\r
72       },\r
73       edit: {\r
74         type: 'edit',\r
75       },\r
76       create: {\r
77         type: 'create',\r
78       },\r
79       update: {\r
80         type: 'update',\r
81       },\r
82       destroy: {\r
83         type: 'destroy',\r
84       },\r
85     },\r
86   },\r
87   scroll_panels: {\r
88     actions: {\r
89       index: {\r
90         type: 'list',\r
91         args: {\r
92           list_name: 'public',\r
93           \r
94         },\r
95       },\r
96       by_panel: {\r
97         type: 'list',\r
98       },\r
99       by_scroll: {\r
100         type: 'list',\r
101       },\r
102       by_author: {\r
103         type: 'list',\r
104       },\r
105       show: {\r
106         type: 'show',\r
107       },\r
108       count: {\r
109         type: 'count',\r
110         args: {\r
111           list_name: 'public',\r
112         },\r
113       },\r
114       count_by_panel: {\r
115         type: 'count',\r
116       },\r
117       count_by_scroll: {\r
118         type: 'count',\r
119       },\r
120       count_by_author: {\r
121         type: 'count',\r
122       },\r
123       new: {\r
124         type: 'new',\r
125       },\r
126       edit: {\r
127         type: 'edit',\r
128       },\r
129       create: {\r
130         type: 'create',\r
131       },\r
132       update: {\r
133         type: 'update',\r
134       },\r
135       destroy: {\r
136         type: 'destroy',\r
137       },\r
138     },\r
139   },\r
140   comics: {\r
141     actions: {\r
142       index: {\r
143         type: 'list',\r
144         args: {\r
145           list_name: 'public',\r
146           \r
147         },\r
148       },\r
149       by_story: {\r
150         type: 'list',\r
151       },\r
152       by_author: {\r
153         type: 'list',\r
154       },\r
155       play: {\r
156         type: 'list',\r
157         args: {\r
158           item_name: 'comic_story',\r
159           list_name: 'play',\r
160         },\r
161       },\r
162       show: {\r
163         type: 'show',\r
164       },\r
165       count: {\r
166         type: 'count',\r
167         args: {\r
168           list_name: 'public',\r
169         },\r
170       },\r
171       count_by_story: {\r
172         type: 'count',\r
173       },\r
174       count_by_author: {\r
175         type: 'count',\r
176       },\r
177       new: {\r
178         type: 'new',\r
179       },\r
180       edit: {\r
181         type: 'edit',\r
182       },\r
183       create: {\r
184         type: 'create',\r
185       },\r
186       update: {\r
187         type: 'update',\r
188       },\r
189       destroy: {\r
190         type: 'destroy',\r
191       },\r
192     },\r
193   },\r
194   comic_stories: {\r
195     actions: {\r
196       index: {\r
197         type: 'list',\r
198         args: {\r
199           list_name: 'public',\r
200           \r
201         },\r
202       },\r
203       by_comic: {\r
204         type: 'list',\r
205       },\r
206       by_story: {\r
207         type: 'list',\r
208       },\r
209       by_author: {\r
210         type: 'list',\r
211       },\r
212       show: {\r
213         type: 'show',\r
214       },\r
215       count: {\r
216         type: 'count',\r
217         args: {\r
218           list_name: 'public',\r
219         },\r
220       },\r
221       count_by_comic: {\r
222         type: 'count',\r
223       },\r
224       count_by_story: {\r
225         type: 'count',\r
226       },\r
227       count_by_author: {\r
228         type: 'count',\r
229       },\r
230       new: {\r
231         type: 'new',\r
232       },\r
233       edit: {\r
234         type: 'edit',\r
235       },\r
236       create: {\r
237         type: 'create',\r
238       },\r
239       update: {\r
240         type: 'update',\r
241       },\r
242       destroy: {\r
243         type: 'destroy',\r
244       },\r
245     },\r
246   },\r
247   stories: {\r
248     actions: {\r
249       index: {\r
250         type: 'list',\r
251         args: {\r
252           list_name: 'public',\r
253           \r
254         },\r
255       },\r
256       by_comic: {\r
257         type: 'list',\r
258       },\r
259       by_sheet: {\r
260         type: 'list',\r
261       },\r
262       by_author: {\r
263         type: 'list',\r
264       },\r
265       play: {\r
266         type: 'list',\r
267         args: {\r
268           item_name: 'story_sheet',\r
269           list_name: 'play',\r
270         },\r
271       },\r
272       show: {\r
273         type: 'show',\r
274       },\r
275       count: {\r
276         type: 'count',\r
277         args: {\r
278           list_name: 'public',\r
279         },\r
280       },\r
281       count_by_comic: {\r
282         type: 'count',\r
283       },\r
284       count_by_sheet: {\r
285         type: 'count',\r
286       },\r
287       count_by_author: {\r
288         type: 'count',\r
289       },\r
290       new: {\r
291         type: 'new',\r
292       },\r
293       edit: {\r
294         type: 'edit',\r
295       },\r
296       create: {\r
297         type: 'create',\r
298       },\r
299       update: {\r
300         type: 'update',\r
301       },\r
302       destroy: {\r
303         type: 'destroy',\r
304       },\r
305     },\r
306   },\r
307   story_sheets: {\r
308     actions: {\r
309       index: {\r
310         type: 'list',\r
311         args: {\r
312           list_name: 'public',\r
313           \r
314         },\r
315       },\r
316       by_story: {\r
317         type: 'list',\r
318       },\r
319       by_sheet: {\r
320         type: 'list',\r
321       },\r
322       by_author: {\r
323         type: 'list',\r
324       },\r
325       show: {\r
326         type: 'show',\r
327       },\r
328       count: {\r
329         type: 'count',\r
330         args: {\r
331           list_name: 'public',\r
332         },\r
333       },\r
334       count_by_story: {\r
335         type: 'count',\r
336       },\r
337       count_by_sheet: {\r
338         type: 'count',\r
339       },\r
340       count_by_author: {\r
341         type: 'count',\r
342       },\r
343       new: {\r
344         type: 'new',\r
345       },\r
346       edit: {\r
347         type: 'edit',\r
348       },\r
349       create: {\r
350         type: 'create',\r
351       },\r
352       update: {\r
353         type: 'update',\r
354       },\r
355       destroy: {\r
356         type: 'destroy',\r
357       },\r
358     },\r
359   },\r
360   sheets: {\r
361     actions: {\r
362       index: {\r
363         type: 'list',\r
364         args: {\r
365           list_name: 'public',\r
366           \r
367         },\r
368       },\r
369       by_story: {\r
370         type: 'list',\r
371       },\r
372       by_panel: {\r
373         type: 'list',\r
374       },\r
375       by_author: {\r
376         type: 'list',\r
377       },\r
378       play: {\r
379         type: 'list',\r
380         args: {\r
381           item_name: 'sheet_panel',\r
382           list_name: 'play',\r
383         },\r
384       },\r
385       show: {\r
386         type: 'show',\r
387       },\r
388       count: {\r
389         type: 'count',\r
390         args: {\r
391           list_name: 'public',\r
392         },\r
393       },\r
394       count_by_story: {\r
395         type: 'count',\r
396       },\r
397       count_by_panel: {\r
398         type: 'count',\r
399       },\r
400       count_by_author: {\r
401         type: 'count',\r
402       },\r
403       new: {\r
404         type: 'new',\r
405       },\r
406       edit: {\r
407         type: 'edit',\r
408       },\r
409       create: {\r
410         type: 'create',\r
411       },\r
412       update: {\r
413         type: 'update',\r
414       },\r
415       destroy: {\r
416         type: 'destroy',\r
417       },\r
418     },\r
419   },\r
420   sheet_panels: {\r
421     actions: {\r
422       index: {\r
423         type: 'list',\r
424         args: {\r
425           list_name: 'public',\r
426           \r
427         },\r
428       },\r
429       by_sheet: {\r
430         type: 'list',\r
431       },\r
432       by_panel: {\r
433         type: 'list',\r
434       },\r
435       by_author: {\r
436         type: 'list',\r
437       },\r
438       show: {\r
439         type: 'show',\r
440       },\r
441       count: {\r
442         type: 'count',\r
443         args: {\r
444           list_name: 'public',\r
445         },\r
446       },\r
447       count_by_sheet: {\r
448         type: 'count',\r
449       },\r
450       count_by_panel: {\r
451         type: 'count',\r
452       },\r
453       count_by_author: {\r
454         type: 'count',\r
455       },\r
456       new: {\r
457         type: 'new',\r
458       },\r
459       edit: {\r
460         type: 'edit',\r
461       },\r
462       create: {\r
463         type: 'create',\r
464       },\r
465       update: {\r
466         type: 'update',\r
467       },\r
468       destroy: {\r
469         type: 'destroy',\r
470       },\r
471     },\r
472   },\r
473   panels: {\r
474     actions: {\r
475       index: {\r
476         type: 'list',\r
477         args: {\r
478           list_name: 'public',\r
479           \r
480         },\r
481       },\r
482       by_scroll: {\r
483         type: 'list',\r
484       },\r
485       by_sheet: {\r
486         type: 'list',\r
487       },\r
488       by_author: {\r
489         type: 'list',\r
490       },\r
491       by_speech_balloon_template: {\r
492         type: 'list',\r
493       },\r
494       show: {\r
495         type: 'show',\r
496       },\r
497       count: {\r
498         type: 'count',\r
499         args: {\r
500           list_name: 'public',\r
501         },\r
502       },\r
503       count_by_scroll: {\r
504         type: 'count',\r
505       },\r
506       count_by_sheet: {\r
507         type: 'count',\r
508       },\r
509       count_by_author: {\r
510         type: 'count',\r
511       },\r
512       count_by_speech_balloon_template: {\r
513         type: 'count',\r
514       },\r
515       new: {\r
516         type: 'new',\r
517       },\r
518       edit: {\r
519         type: 'edit',\r
520       },\r
521       create: {\r
522         type: 'create',\r
523       },\r
524       update: {\r
525         type: 'update',\r
526       },\r
527       destroy: {\r
528         type: 'destroy',\r
529       },\r
530     },\r
531   },\r
532   panel_pictures: {\r
533     actions: {\r
534       index: {\r
535         type: 'list',\r
536         args: {\r
537           list_name: 'public',\r
538           \r
539         },\r
540       },\r
541       by_panel: {\r
542         type: 'list',\r
543       },\r
544       by_author: {\r
545         type: 'list',\r
546       },\r
547       show: {\r
548         type: 'show',\r
549       },\r
550       count: {\r
551         type: 'count',\r
552         args: {\r
553           list_name: 'public',\r
554         },\r
555       },\r
556       count_by_panel: {\r
557         type: 'count',\r
558       },\r
559       count_by_author: {\r
560         type: 'count',\r
561       },\r
562       new: {\r
563         type: 'new',\r
564       },\r
565       edit: {\r
566         type: 'edit',\r
567       },\r
568     },\r
569   },\r
570   speech_balloons: {\r
571     actions: {\r
572       index: {\r
573         type: 'list',\r
574         args: {\r
575           list_name: 'public',\r
576           \r
577         },\r
578       },\r
579       by_panel: {\r
580         type: 'list',\r
581       },\r
582       by_author: {\r
583         type: 'list',\r
584       },\r
585       by_speech_balloon_template: {\r
586         type: 'list',\r
587       },\r
588       show: {\r
589         type: 'show',\r
590       },\r
591       count: {\r
592         type: 'count',\r
593         args: {\r
594           list_name: 'public',\r
595         },\r
596       },\r
597       count_by_panel: {\r
598         type: 'count',\r
599       },\r
600       count_by_author: {\r
601         type: 'count',\r
602       },\r
603       count_by_speech_balloon_template: {\r
604         type: 'count',\r
605       },\r
606       new: {\r
607         type: 'new',\r
608       },\r
609       edit: {\r
610         type: 'edit',\r
611       },\r
612     },\r
613   },\r
614   speeches: {\r
615     actions: {\r
616       index: {\r
617         type: 'list',\r
618         args: {\r
619           list_name: 'public',\r
620           \r
621         },\r
622       },\r
623       by_author: {\r
624         type: 'list',\r
625       },\r
626       show: {\r
627         type: 'show',\r
628       },\r
629       count: {\r
630         type: 'count',\r
631         args: {\r
632           list_name: 'public',\r
633         },\r
634       },\r
635       count_by_author: {\r
636         type: 'count',\r
637       },\r
638       new: {\r
639         type: 'new',\r
640       },\r
641       edit: {\r
642         type: 'edit',\r
643       },\r
644     },\r
645   },\r
646   balloons: {\r
647     actions: {\r
648       index: {\r
649         type: 'list',\r
650         args: {\r
651           list_name: 'public',\r
652           \r
653         },\r
654       },\r
655       by_author: {\r
656         type: 'list',\r
657       },\r
658       show: {\r
659         type: 'show',\r
660       },\r
661       count: {\r
662         type: 'count',\r
663         args: {\r
664           list_name: 'public',\r
665         },\r
666       },\r
667       count_by_author: {\r
668         type: 'count',\r
669       },\r
670       new: {\r
671         type: 'new',\r
672       },\r
673       edit: {\r
674         type: 'edit',\r
675       },\r
676     },\r
677   },\r
678   ground_pictures: {\r
679     actions: {\r
680       index: {\r
681         type: 'list',\r
682         args: {\r
683           list_name: 'public',\r
684           \r
685         },\r
686       },\r
687       by_panel: {\r
688         type: 'list',\r
689       },\r
690       by_author: {\r
691         type: 'list',\r
692       },\r
693       show: {\r
694         type: 'show',\r
695       },\r
696       count: {\r
697         type: 'count',\r
698         args: {\r
699           list_name: 'public',\r
700         },\r
701       },\r
702       count_by_panel: {\r
703         type: 'count',\r
704       },\r
705       count_by_author: {\r
706         type: 'count',\r
707       },\r
708       new: {\r
709         type: 'new',\r
710       },\r
711       edit: {\r
712         type: 'edit',\r
713       },\r
714     },\r
715   },\r
716   ground_colors: {\r
717     actions: {\r
718       index: {\r
719         type: 'list',\r
720         args: {\r
721           list_name: 'public',\r
722           \r
723         },\r
724       },\r
725       by_panel: {\r
726         type: 'list',\r
727       },\r
728       by_author: {\r
729         type: 'list',\r
730       },\r
731       show: {\r
732         type: 'show',\r
733       },\r
734       count: {\r
735         type: 'count',\r
736         args: {\r
737           list_name: 'public',\r
738         },\r
739       },\r
740       count_by_panel: {\r
741         type: 'count',\r
742       },\r
743       count_by_author: {\r
744         type: 'count',\r
745       },\r
746       new: {\r
747         type: 'new',\r
748       },\r
749       edit: {\r
750         type: 'edit',\r
751       },\r
752     },\r
753   },\r
754   original_pictures: {\r
755     actions: {\r
756       index: {\r
757         type: 'list',\r
758         args: {\r
759           list_name: 'private',\r
760         },\r
761       },\r
762       show: {\r
763         type: 'show',\r
764       },\r
765       history: {\r
766         type: 'show',\r
767       },\r
768       count: {\r
769         type: 'count',\r
770         args: {\r
771           list_name: 'public',\r
772         },\r
773       },\r
774       new: {\r
775         type: 'new',\r
776       },\r
777       edit: {\r
778         type: 'edit',\r
779       },\r
780       create: {\r
781         type: 'create',\r
782       },\r
783       update: {\r
784         type: 'update',\r
785       },\r
786       destroy: {\r
787         type: 'destroy',\r
788       },\r
789     },\r
790   },\r
791   pictures: {\r
792     actions: {\r
793       index: {\r
794         type: 'list',\r
795         args: {\r
796           list_name: 'public',\r
797           \r
798         },\r
799       },\r
800       by_artist: {\r
801         type: 'list',\r
802       },\r
803       show: {\r
804         type: 'show',\r
805       },\r
806       count: {\r
807         type: 'count',\r
808         args: {\r
809           list_name: 'public',\r
810         },\r
811       },\r
812       count_by_artist: {\r
813         type: 'count',\r
814       },\r
815     },\r
816   },\r
817   resource_pictures: {\r
818     actions: {\r
819       index: {\r
820         type: 'list',\r
821         args: {\r
822           list_name: 'public',\r
823           \r
824         },\r
825       },\r
826       by_license_group: {\r
827         type: 'list',\r
828       },\r
829       by_license: {\r
830         type: 'list',\r
831       },\r
832       by_artist: {\r
833         type: 'list',\r
834       },\r
835       show: {\r
836         type: 'show',\r
837       },\r
838       count: {\r
839         type: 'count',\r
840         args: {\r
841           list_name: 'public',\r
842         },\r
843       },\r
844       count_by_license_group: {\r
845         type: 'count',\r
846       },\r
847       count_by_license: {\r
848         type: 'count',\r
849       },\r
850       count_by_artist: {\r
851         type: 'count',\r
852       },\r
853     },\r
854   },\r
855   speech_balloon_templates: {\r
856     actions: {\r
857       index: {\r
858         type: 'list',\r
859         args: {\r
860           list_name: 'public',\r
861           \r
862         },\r
863       },\r
864       by_panel: {\r
865         type: 'list',\r
866       },\r
867       show: {\r
868         type: 'show',\r
869       },\r
870       count: {\r
871         type: 'count',\r
872         args: {\r
873           list_name: 'public',\r
874         },\r
875       },\r
876       count_by_panel: {\r
877         type: 'count',\r
878       },\r
879       new: {\r
880         type: 'new',\r
881       },\r
882       edit: {\r
883         type: 'edit',\r
884       },\r
885       create: {\r
886         type: 'create',\r
887       },\r
888       update: {\r
889         type: 'update',\r
890       },\r
891       destroy: {\r
892         type: 'destroy',\r
893       },\r
894     },\r
895   },\r
896   writing_formats: {\r
897     actions: {\r
898       index: {\r
899         type: 'list',\r
900         args: {\r
901           list_name: 'public',\r
902           \r
903         },\r
904       },\r
905       by_system_picture: {\r
906         type: 'list',\r
907       },\r
908       show: {\r
909         type: 'show',\r
910       },\r
911       count: {\r
912         type: 'count',\r
913         args: {\r
914           list_name: 'public',\r
915         },\r
916       },\r
917       count_by_system_picture: {\r
918         type: 'count',\r
919       },\r
920       new: {\r
921         type: 'new',\r
922       },\r
923       edit: {\r
924         type: 'edit',\r
925       },\r
926       create: {\r
927         type: 'create',\r
928       },\r
929       update: {\r
930         type: 'update',\r
931       },\r
932       destroy: {\r
933         type: 'destroy',\r
934       },\r
935     },\r
936   },\r
937   license_groups: {\r
938     actions: {\r
939       index: {\r
940         type: 'list',\r
941         args: {\r
942           list_name: 'public',\r
943           \r
944         },\r
945       },\r
946       show: {\r
947         type: 'show',\r
948       },\r
949       count: {\r
950         type: 'count',\r
951         args: {\r
952           list_name: 'public',\r
953         },\r
954       },\r
955       new: {\r
956         type: 'new',\r
957       },\r
958       edit: {\r
959         type: 'edit',\r
960       },\r
961       create: {\r
962         type: 'create',\r
963       },\r
964       update: {\r
965         type: 'update',\r
966       },\r
967       destroy: {\r
968         type: 'destroy',\r
969       },\r
970     },\r
971   },\r
972   licenses: {\r
973     actions: {\r
974       index: {\r
975         type: 'list',\r
976         args: {\r
977           list_name: 'public',\r
978           \r
979         },\r
980       },\r
981       by_license_group: {\r
982         type: 'list',\r
983       },\r
984       by_system_picture: {\r
985         type: 'list',\r
986       },\r
987       show: {\r
988         type: 'show',\r
989       },\r
990       count: {\r
991         type: 'count',\r
992         args: {\r
993           list_name: 'public',\r
994         },\r
995       },\r
996       count_by_license_group: {\r
997         type: 'count',\r
998       },\r
999       count_by_system_picture: {\r
1000         type: 'count',\r
1001       },\r
1002       new: {\r
1003         type: 'new',\r
1004       },\r
1005       edit: {\r
1006         type: 'edit',\r
1007       },\r
1008       create: {\r
1009         type: 'create',\r
1010       },\r
1011       update: {\r
1012         type: 'update',\r
1013       },\r
1014       destroy: {\r
1015         type: 'destroy',\r
1016       },\r
1017     },\r
1018   },\r
1019   authors: {\r
1020     actions: {\r
1021       index: {\r
1022         type: 'list',\r
1023         args: {\r
1024           list_name: 'public',\r
1025           \r
1026         },\r
1027       },\r
1028       show: {\r
1029         type: 'show',\r
1030       },\r
1031       count: {\r
1032         type: 'count',\r
1033         args: {\r
1034           list_name: 'public',\r
1035         },\r
1036       },\r
1037       new: {\r
1038         type: 'new',\r
1039       },\r
1040       edit: {\r
1041         type: 'edit',\r
1042       },\r
1043       create: {\r
1044         type: 'create',\r
1045       },\r
1046       update: {\r
1047         type: 'update',\r
1048       },\r
1049       destroy: {\r
1050         type: 'destroy',\r
1051       },\r
1052     },\r
1053   },\r
1054   artists: {\r
1055     actions: {\r
1056       index: {\r
1057         type: 'list',\r
1058         args: {\r
1059           list_name: 'public',\r
1060           \r
1061         },\r
1062       },\r
1063       show: {\r
1064         type: 'show',\r
1065       },\r
1066       count: {\r
1067         type: 'count',\r
1068         args: {\r
1069           list_name: 'public',\r
1070         },\r
1071       },\r
1072       new: {\r
1073         type: 'new',\r
1074       },\r
1075       edit: {\r
1076         type: 'edit',\r
1077       },\r
1078       create: {\r
1079         type: 'create',\r
1080       },\r
1081       update: {\r
1082         type: 'update',\r
1083       },\r
1084       destroy: {\r
1085         type: 'destroy',\r
1086       },\r
1087     },\r
1088   },\r
1089   system_pictures: {\r
1090     actions: {\r
1091       index: {\r
1092         type: 'list',\r
1093         args: {\r
1094           list_name: 'public',\r
1095           \r
1096         },\r
1097       },\r
1098       show: {\r
1099         type: 'show',\r
1100       },\r
1101       count: {\r
1102         type: 'count',\r
1103         args: {\r
1104           list_name: 'public',\r
1105         },\r
1106       },\r
1107     },\r
1108   },\r
1109   home: {\r
1110     actions: {\r
1111       scrolls: {\r
1112         type: 'list',\r
1113         args: {\r
1114           item_name: 'scroll',\r
1115           list_name: 'private',\r
1116           \r
1117         },\r
1118       },\r
1119       scroll_panels: {\r
1120         type: 'list',\r
1121         args: {\r
1122           item_name: 'scroll_panel',\r
1123           list_name: 'private',\r
1124           \r
1125         },\r
1126       },\r
1127       comics: {\r
1128         type: 'list',\r
1129         args: {\r
1130           item_name: 'comic',\r
1131           list_name: 'private',\r
1132           \r
1133         },\r
1134       },\r
1135       stories: {\r
1136         type: 'list',\r
1137         args: {\r
1138           item_name: 'story',\r
1139           list_name: 'private',\r
1140           \r
1141         },\r
1142       },\r
1143       story_sheets: {\r
1144         type: 'list',\r
1145         args: {\r
1146           item_name: 'story_sheet',\r
1147           list_name: 'private',\r
1148           \r
1149         },\r
1150       },\r
1151       sheets: {\r
1152         type: 'list',\r
1153         args: {\r
1154           item_name: 'sheet',\r
1155           list_name: 'private',\r
1156           \r
1157         },\r
1158       },\r
1159       sheet_panels: {\r
1160         type: 'list',\r
1161         args: {\r
1162           item_name: 'sheet_panel',\r
1163           list_name: 'private',\r
1164           \r
1165         },\r
1166       },\r
1167       panels: {\r
1168         type: 'list',\r
1169         args: {\r
1170           item_name: 'panel',\r
1171           list_name: 'private',\r
1172           \r
1173         },\r
1174       },\r
1175       panel_pictures: {\r
1176         type: 'list',\r
1177         args: {\r
1178           item_name: 'panel_picture',\r
1179           list_name: 'private',\r
1180           \r
1181         },\r
1182       },\r
1183       speech_balloons: {\r
1184         type: 'list',\r
1185         args: {\r
1186           item_name: 'speech_balloon',\r
1187           list_name: 'private',\r
1188           \r
1189         },\r
1190       },\r
1191       speeches: {\r
1192         type: 'list',\r
1193         args: {\r
1194           item_name: 'speech',\r
1195           list_name: 'private',\r
1196           \r
1197         },\r
1198       },\r
1199       balloons: {\r
1200         type: 'list',\r
1201         args: {\r
1202           item_name: 'balloon',\r
1203           list_name: 'private',\r
1204           \r
1205         },\r
1206       },\r
1207       ground_pictures: {\r
1208         type: 'list',\r
1209         args: {\r
1210           item_name: 'ground_picture',\r
1211           list_name: 'private',\r
1212           \r
1213         },\r
1214       },\r
1215       ground_colors: {\r
1216         type: 'list',\r
1217         args: {\r
1218           item_name: 'ground_color',\r
1219           list_name: 'private',\r
1220           \r
1221         },\r
1222       },\r
1223       original_pictures: {\r
1224         type: 'list',\r
1225         args: {\r
1226           item_name: 'original_picture',\r
1227           list_name: 'private',\r
1228           \r
1229         },\r
1230       },\r
1231       resource_pictures: {\r
1232         type: 'list',\r
1233         args: {\r
1234           item_name: 'resource_picture',\r
1235           list_name: 'private',\r
1236           \r
1237         },\r
1238       },\r
1239     },\r
1240   },\r
1241 }\r