OSDN Git Service

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