OSDN Git Service

6057f46d8342b2080b2921416b2ba12ec9882a4a
[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           alias: 'scroll_panels.by_scroll',\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           alias: 'comic_stories.by_comic',\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           alias: 'story_sheets.by_story',\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           alias: 'sheet_panels.by_sheet',\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         },\r
704       },\r
705       new: {\r
706         type: 'new',\r
707       },\r
708       edit: {\r
709         type: 'edit',\r
710       },\r
711       create: {\r
712         type: 'create',\r
713       },\r
714       update: {\r
715         type: 'update',\r
716       },\r
717       destroy: {\r
718         type: 'destroy',\r
719       },\r
720     },\r
721   },\r
722   pictures: {\r
723     actions: {\r
724       index: {\r
725         type: 'list',\r
726         args: {\r
727           param_id: 'none',\r
728         },\r
729       },\r
730       by_artist: {\r
731         type: 'list',\r
732         args: {\r
733           param_id: 'suffix',\r
734         },\r
735       },\r
736       show: {\r
737         type: 'show',\r
738       },\r
739     },\r
740   },\r
741   resource_pictures: {\r
742     actions: {\r
743       index: {\r
744         type: 'list',\r
745         args: {\r
746           param_id: 'none',\r
747         },\r
748       },\r
749       by_original_picture: {\r
750         type: 'list',\r
751         args: {\r
752           param_id: 'suffix',\r
753         },\r
754       },\r
755       by_license_group: {\r
756         type: 'list',\r
757         args: {\r
758           param_id: 'suffix',\r
759         },\r
760       },\r
761       by_license: {\r
762         type: 'list',\r
763         args: {\r
764           param_id: 'suffix',\r
765         },\r
766       },\r
767       by_artist: {\r
768         type: 'list',\r
769         args: {\r
770           param_id: 'suffix',\r
771         },\r
772       },\r
773       show: {\r
774         type: 'show',\r
775       },\r
776       destroy: {\r
777         type: 'destroy',\r
778       },\r
779     },\r
780   },\r
781   original_picture_license_groups: {\r
782     actions: {\r
783       new: {\r
784         type: 'new',\r
785       },\r
786       create: {\r
787         type: 'create',\r
788       },\r
789     },\r
790   },\r
791   original_picture_licenses: {\r
792     actions: {\r
793       new: {\r
794         type: 'new',\r
795       },\r
796       create: {\r
797         type: 'create',\r
798       },\r
799     },\r
800   },\r
801   resource_picture_pictures: {\r
802     actions: {\r
803       index: {\r
804         type: 'list',\r
805         args: {\r
806           param_id: 'none',\r
807         },\r
808       },\r
809       by_original_picture: {\r
810         type: 'list',\r
811         args: {\r
812           param_id: 'suffix',\r
813         },\r
814       },\r
815       by_resource_picture: {\r
816         type: 'list',\r
817         args: {\r
818           param_id: 'suffix',\r
819         },\r
820       },\r
821       by_picture: {\r
822         type: 'list',\r
823         args: {\r
824           param_id: 'suffix',\r
825         },\r
826       },\r
827       show: {\r
828         type: 'show',\r
829       },\r
830     },\r
831   },\r
832   speech_balloon_templates: {\r
833     actions: {\r
834       index: {\r
835         type: 'list',\r
836         args: {\r
837           param_id: 'none',\r
838           max_page_size: -1,\r
839           order: 't',\r
840           direction: 1\r
841         },\r
842       },\r
843       by_panel: {\r
844         type: 'list',\r
845         args: {\r
846           param_id: 'suffix',\r
847         },\r
848       },\r
849       by_system_picture: {\r
850         type: 'list',\r
851         args: {\r
852           param_id: 'suffix',\r
853         },\r
854       },\r
855       show: {\r
856         type: 'show',\r
857       },\r
858       new: {\r
859         type: 'new',\r
860       },\r
861       edit: {\r
862         type: 'edit',\r
863       },\r
864       create: {\r
865         type: 'create',\r
866       },\r
867       update: {\r
868         type: 'update',\r
869       },\r
870       destroy: {\r
871         type: 'destroy',\r
872       },\r
873     },\r
874   },\r
875   writing_formats: {\r
876     actions: {\r
877       index: {\r
878         type: 'list',\r
879         args: {\r
880           param_id: 'none',\r
881           max_page_size: -1,\r
882           order: 't',\r
883           direction: 1\r
884         },\r
885       },\r
886       by_system_picture: {\r
887         type: 'list',\r
888         args: {\r
889           param_id: 'suffix',\r
890         },\r
891       },\r
892       show: {\r
893         type: 'show',\r
894       },\r
895       new: {\r
896         type: 'new',\r
897       },\r
898       edit: {\r
899         type: 'edit',\r
900       },\r
901       create: {\r
902         type: 'create',\r
903       },\r
904       update: {\r
905         type: 'update',\r
906       },\r
907       destroy: {\r
908         type: 'destroy',\r
909       },\r
910     },\r
911   },\r
912   license_groups: {\r
913     actions: {\r
914       index: {\r
915         type: 'list',\r
916         args: {\r
917           param_id: 'none',\r
918           max_page_size: -1,\r
919           order: 't',\r
920           direction: 1\r
921         },\r
922       },\r
923       by_resource_picture: {\r
924         type: 'list',\r
925         args: {\r
926           param_id: 'suffix',\r
927         },\r
928       },\r
929       show: {\r
930         type: 'show',\r
931       },\r
932       new: {\r
933         type: 'new',\r
934       },\r
935       edit: {\r
936         type: 'edit',\r
937       },\r
938       create: {\r
939         type: 'create',\r
940       },\r
941       update: {\r
942         type: 'update',\r
943       },\r
944       destroy: {\r
945         type: 'destroy',\r
946       },\r
947     },\r
948   },\r
949   licenses: {\r
950     actions: {\r
951       index: {\r
952         type: 'list',\r
953         args: {\r
954           param_id: 'none',\r
955           max_page_size: -1,\r
956           order: 'name',\r
957           direction: 1\r
958         },\r
959       },\r
960       by_license_group: {\r
961         type: 'list',\r
962         args: {\r
963           param_id: 'suffix',\r
964           order: 'name',\r
965           direction: 1\r
966         },\r
967       },\r
968       by_system_picture: {\r
969         type: 'list',\r
970         args: {\r
971           param_id: 'suffix',\r
972         },\r
973       },\r
974       show: {\r
975         type: 'show',\r
976       },\r
977       new: {\r
978         type: 'new',\r
979       },\r
980       edit: {\r
981         type: 'edit',\r
982       },\r
983       create: {\r
984         type: 'create',\r
985       },\r
986       update: {\r
987         type: 'update',\r
988       },\r
989       destroy: {\r
990         type: 'destroy',\r
991       },\r
992     },\r
993   },\r
994   authors: {\r
995     actions: {\r
996       index: {\r
997         type: 'list',\r
998         args: {\r
999           param_id: 'none',\r
1000         },\r
1001       },\r
1002       show: {\r
1003         type: 'show',\r
1004       },\r
1005       new: {\r
1006         type: 'new',\r
1007       },\r
1008       edit: {\r
1009         type: 'edit',\r
1010       },\r
1011       create: {\r
1012         type: 'create',\r
1013       },\r
1014       update: {\r
1015         type: 'update',\r
1016       },\r
1017       destroy: {\r
1018         type: 'destroy',\r
1019       },\r
1020     },\r
1021   },\r
1022   artists: {\r
1023     actions: {\r
1024       index: {\r
1025         type: 'list',\r
1026         args: {\r
1027           param_id: 'none',\r
1028         },\r
1029       },\r
1030       show: {\r
1031         type: 'show',\r
1032       },\r
1033       new: {\r
1034         type: 'new',\r
1035       },\r
1036       edit: {\r
1037         type: 'edit',\r
1038       },\r
1039       create: {\r
1040         type: 'create',\r
1041       },\r
1042       update: {\r
1043         type: 'update',\r
1044       },\r
1045       destroy: {\r
1046         type: 'destroy',\r
1047       },\r
1048     },\r
1049   },\r
1050   system_pictures: {\r
1051     actions: {\r
1052       index: {\r
1053         type: 'list',\r
1054         args: {\r
1055           param_id: 'none',\r
1056         },\r
1057       },\r
1058       show: {\r
1059         type: 'show',\r
1060       },\r
1061     },\r
1062   },\r
1063   home: {\r
1064     actions: {\r
1065       scrolls: {\r
1066         type: 'list',\r
1067         args: {\r
1068           alias: 'scrolls.index',\r
1069         },\r
1070       },\r
1071       scroll_panels: {\r
1072         type: 'list',\r
1073         args: {\r
1074           alias: 'scroll_panels.index',\r
1075         },\r
1076       },\r
1077       comics: {\r
1078         type: 'list',\r
1079         args: {\r
1080           alias: 'comics.index',\r
1081         },\r
1082       },\r
1083       comic_stories: {\r
1084         type: 'list',\r
1085         args: {\r
1086           alias: 'comic_stories.index',\r
1087         },\r
1088       },\r
1089       stories: {\r
1090         type: 'list',\r
1091         args: {\r
1092           alias: 'stories.index',\r
1093         },\r
1094       },\r
1095       story_sheets: {\r
1096         type: 'list',\r
1097         args: {\r
1098           alias: 'story_sheets.index',\r
1099         },\r
1100       },\r
1101       sheets: {\r
1102         type: 'list',\r
1103         args: {\r
1104           alias: 'sheets.index',\r
1105         },\r
1106       },\r
1107       sheet_panels: {\r
1108         type: 'list',\r
1109         args: {\r
1110           alias: 'sheet_panels.index',\r
1111         },\r
1112       },\r
1113       panels: {\r
1114         type: 'list',\r
1115         args: {\r
1116           alias: 'panels.index',\r
1117         },\r
1118       },\r
1119       panel_pictures: {\r
1120         type: 'list',\r
1121         args: {\r
1122           alias: 'panel_pictures.index',\r
1123         },\r
1124       },\r
1125       speech_balloons: {\r
1126         type: 'list',\r
1127         args: {\r
1128           alias: 'speech_balloons.index',\r
1129         },\r
1130       },\r
1131       speeches: {\r
1132         type: 'list',\r
1133         args: {\r
1134           alias: 'speeches.index',\r
1135         },\r
1136       },\r
1137       balloons: {\r
1138         type: 'list',\r
1139         args: {\r
1140           alias: 'balloons.index',\r
1141         },\r
1142       },\r
1143       ground_pictures: {\r
1144         type: 'list',\r
1145         args: {\r
1146           alias: 'ground_pictures.index',\r
1147         },\r
1148       },\r
1149       ground_colors: {\r
1150         type: 'list',\r
1151         args: {\r
1152           alias: 'ground_colors.index',\r
1153         },\r
1154       },\r
1155       original_pictures: {\r
1156         type: 'list',\r
1157         args: {\r
1158           alias: 'original_pictures.index',\r
1159         },\r
1160       },\r
1161       resource_pictures: {\r
1162         type: 'list',\r
1163         args: {\r
1164           alias: 'resource_pictures.index',\r
1165         },\r
1166       },\r
1167     },\r
1168   },\r
1169 }\r