OSDN Git Service

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