OSDN Git Service

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