OSDN Git Service

add lg_id in resource picture
[pettanr/pettanr.git] / app / assets / javascripts / manifest / 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_group: {\r
824         type: 'list',\r
825       },\r
826       by_license: {\r
827         type: 'list',\r
828       },\r
829       by_artist: {\r
830         type: 'list',\r
831       },\r
832       show: {\r
833         type: 'show',\r
834       },\r
835       count: {\r
836         type: 'count',\r
837         args: {\r
838           list_name: 'public',\r
839         },\r
840       },\r
841       count_by_license_group: {\r
842         type: 'count',\r
843       },\r
844       count_by_license: {\r
845         type: 'count',\r
846       },\r
847       count_by_artist: {\r
848         type: 'count',\r
849       },\r
850     },\r
851   },\r
852   speech_balloon_templates: {\r
853     actions: {\r
854       index: {\r
855         type: 'list',\r
856         args: {\r
857           list_name: 'public',\r
858           \r
859         },\r
860       },\r
861       by_panel: {\r
862         type: 'list',\r
863       },\r
864       show: {\r
865         type: 'show',\r
866       },\r
867       count: {\r
868         type: 'count',\r
869         args: {\r
870           list_name: 'public',\r
871         },\r
872       },\r
873       count_by_panel: {\r
874         type: 'count',\r
875       },\r
876       new: {\r
877         type: 'new',\r
878       },\r
879       edit: {\r
880         type: 'edit',\r
881       },\r
882       create: {\r
883         type: 'create',\r
884       },\r
885       update: {\r
886         type: 'update',\r
887       },\r
888       destroy: {\r
889         type: 'destroy',\r
890       },\r
891     },\r
892   },\r
893   writing_formats: {\r
894     actions: {\r
895       index: {\r
896         type: 'list',\r
897         args: {\r
898           list_name: 'public',\r
899           \r
900         },\r
901       },\r
902       by_system_picture: {\r
903         type: 'list',\r
904       },\r
905       show: {\r
906         type: 'show',\r
907       },\r
908       count: {\r
909         type: 'count',\r
910         args: {\r
911           list_name: 'public',\r
912         },\r
913       },\r
914       count_by_system_picture: {\r
915         type: 'count',\r
916       },\r
917       new: {\r
918         type: 'new',\r
919       },\r
920       edit: {\r
921         type: 'edit',\r
922       },\r
923       create: {\r
924         type: 'create',\r
925       },\r
926       update: {\r
927         type: 'update',\r
928       },\r
929       destroy: {\r
930         type: 'destroy',\r
931       },\r
932     },\r
933   },\r
934   license_groups: {\r
935     actions: {\r
936       index: {\r
937         type: 'list',\r
938         args: {\r
939           list_name: 'public',\r
940           \r
941         },\r
942       },\r
943       show: {\r
944         type: 'show',\r
945       },\r
946       count: {\r
947         type: 'count',\r
948         args: {\r
949           list_name: 'public',\r
950         },\r
951       },\r
952       new: {\r
953         type: 'new',\r
954       },\r
955       edit: {\r
956         type: 'edit',\r
957       },\r
958       create: {\r
959         type: 'create',\r
960       },\r
961       update: {\r
962         type: 'update',\r
963       },\r
964       destroy: {\r
965         type: 'destroy',\r
966       },\r
967     },\r
968   },\r
969   licenses: {\r
970     actions: {\r
971       index: {\r
972         type: 'list',\r
973         args: {\r
974           list_name: 'public',\r
975           \r
976         },\r
977       },\r
978       by_license_group: {\r
979         type: 'list',\r
980       },\r
981       by_system_picture: {\r
982         type: 'list',\r
983       },\r
984       show: {\r
985         type: 'show',\r
986       },\r
987       count: {\r
988         type: 'count',\r
989         args: {\r
990           list_name: 'public',\r
991         },\r
992       },\r
993       count_by_license_group: {\r
994         type: 'count',\r
995       },\r
996       count_by_system_picture: {\r
997         type: 'count',\r
998       },\r
999       new: {\r
1000         type: 'new',\r
1001       },\r
1002       edit: {\r
1003         type: 'edit',\r
1004       },\r
1005       create: {\r
1006         type: 'create',\r
1007       },\r
1008       update: {\r
1009         type: 'update',\r
1010       },\r
1011       destroy: {\r
1012         type: 'destroy',\r
1013       },\r
1014     },\r
1015   },\r
1016   authors: {\r
1017     actions: {\r
1018       index: {\r
1019         type: 'list',\r
1020         args: {\r
1021           list_name: 'public',\r
1022           \r
1023         },\r
1024       },\r
1025       show: {\r
1026         type: 'show',\r
1027       },\r
1028       count: {\r
1029         type: 'count',\r
1030         args: {\r
1031           list_name: 'public',\r
1032         },\r
1033       },\r
1034       new: {\r
1035         type: 'new',\r
1036       },\r
1037       edit: {\r
1038         type: 'edit',\r
1039       },\r
1040       create: {\r
1041         type: 'create',\r
1042       },\r
1043       update: {\r
1044         type: 'update',\r
1045       },\r
1046       destroy: {\r
1047         type: 'destroy',\r
1048       },\r
1049     },\r
1050   },\r
1051   artists: {\r
1052     actions: {\r
1053       index: {\r
1054         type: 'list',\r
1055         args: {\r
1056           list_name: 'public',\r
1057           \r
1058         },\r
1059       },\r
1060       show: {\r
1061         type: 'show',\r
1062       },\r
1063       count: {\r
1064         type: 'count',\r
1065         args: {\r
1066           list_name: 'public',\r
1067         },\r
1068       },\r
1069       new: {\r
1070         type: 'new',\r
1071       },\r
1072       edit: {\r
1073         type: 'edit',\r
1074       },\r
1075       create: {\r
1076         type: 'create',\r
1077       },\r
1078       update: {\r
1079         type: 'update',\r
1080       },\r
1081       destroy: {\r
1082         type: 'destroy',\r
1083       },\r
1084     },\r
1085   },\r
1086   system_pictures: {\r
1087     actions: {\r
1088       index: {\r
1089         type: 'list',\r
1090         args: {\r
1091           list_name: 'public',\r
1092           \r
1093         },\r
1094       },\r
1095       show: {\r
1096         type: 'show',\r
1097       },\r
1098       count: {\r
1099         type: 'count',\r
1100         args: {\r
1101           list_name: 'public',\r
1102         },\r
1103       },\r
1104     },\r
1105   },\r
1106   home: {\r
1107     actions: {\r
1108       scrolls: {\r
1109         type: 'list',\r
1110         args: {\r
1111           item_name: 'scroll',\r
1112           list_name: 'private',\r
1113           \r
1114         },\r
1115       },\r
1116       scroll_panels: {\r
1117         type: 'list',\r
1118         args: {\r
1119           item_name: 'scroll_panel',\r
1120           list_name: 'private',\r
1121           \r
1122         },\r
1123       },\r
1124       comics: {\r
1125         type: 'list',\r
1126         args: {\r
1127           item_name: 'comic',\r
1128           list_name: 'private',\r
1129           \r
1130         },\r
1131       },\r
1132       stories: {\r
1133         type: 'list',\r
1134         args: {\r
1135           item_name: 'story',\r
1136           list_name: 'private',\r
1137           \r
1138         },\r
1139       },\r
1140       story_sheets: {\r
1141         type: 'list',\r
1142         args: {\r
1143           item_name: 'story_sheet',\r
1144           list_name: 'private',\r
1145           \r
1146         },\r
1147       },\r
1148       sheets: {\r
1149         type: 'list',\r
1150         args: {\r
1151           item_name: 'sheet',\r
1152           list_name: 'private',\r
1153           \r
1154         },\r
1155       },\r
1156       sheet_panels: {\r
1157         type: 'list',\r
1158         args: {\r
1159           item_name: 'sheet_panel',\r
1160           list_name: 'private',\r
1161           \r
1162         },\r
1163       },\r
1164       panels: {\r
1165         type: 'list',\r
1166         args: {\r
1167           item_name: 'panel',\r
1168           list_name: 'private',\r
1169           \r
1170         },\r
1171       },\r
1172       panel_pictures: {\r
1173         type: 'list',\r
1174         args: {\r
1175           item_name: 'panel_picture',\r
1176           list_name: 'private',\r
1177           \r
1178         },\r
1179       },\r
1180       speech_balloons: {\r
1181         type: 'list',\r
1182         args: {\r
1183           item_name: 'speech_balloon',\r
1184           list_name: 'private',\r
1185           \r
1186         },\r
1187       },\r
1188       speeches: {\r
1189         type: 'list',\r
1190         args: {\r
1191           item_name: 'speech',\r
1192           list_name: 'private',\r
1193           \r
1194         },\r
1195       },\r
1196       balloons: {\r
1197         type: 'list',\r
1198         args: {\r
1199           item_name: 'balloon',\r
1200           list_name: 'private',\r
1201           \r
1202         },\r
1203       },\r
1204       ground_pictures: {\r
1205         type: 'list',\r
1206         args: {\r
1207           item_name: 'ground_picture',\r
1208           list_name: 'private',\r
1209           \r
1210         },\r
1211       },\r
1212       ground_colors: {\r
1213         type: 'list',\r
1214         args: {\r
1215           item_name: 'ground_color',\r
1216           list_name: 'private',\r
1217           \r
1218         },\r
1219       },\r
1220       original_pictures: {\r
1221         type: 'list',\r
1222         args: {\r
1223           item_name: 'original_picture',\r
1224           list_name: 'private',\r
1225           \r
1226         },\r
1227       },\r
1228       resource_pictures: {\r
1229         type: 'list',\r
1230         args: {\r
1231           item_name: 'resource_picture',\r
1232           list_name: 'private',\r
1233           \r
1234         },\r
1235       },\r
1236     },\r
1237   },\r
1238 }\r