OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[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: 'show',\r
702       },\r
703       new: {\r
704         type: 'new',\r
705       },\r
706       edit: {\r
707         type: 'edit',\r
708       },\r
709       create: {\r
710         type: 'create',\r
711       },\r
712       update: {\r
713         type: 'update',\r
714       },\r
715       destroy: {\r
716         type: 'destroy',\r
717       },\r
718     },\r
719   },\r
720   pictures: {\r
721     actions: {\r
722       index: {\r
723         type: 'list',\r
724         args: {\r
725           param_id: 'none',\r
726         },\r
727       },\r
728       by_artist: {\r
729         type: 'list',\r
730         args: {\r
731           param_id: 'suffix',\r
732         },\r
733       },\r
734       show: {\r
735         type: 'show',\r
736       },\r
737     },\r
738   },\r
739   resource_pictures: {\r
740     actions: {\r
741       index: {\r
742         type: 'list',\r
743         args: {\r
744           param_id: 'none',\r
745         },\r
746       },\r
747       by_original_picture: {\r
748         type: 'list',\r
749         args: {\r
750           param_id: 'suffix',\r
751         },\r
752       },\r
753       by_license_group: {\r
754         type: 'list',\r
755         args: {\r
756           param_id: 'suffix',\r
757         },\r
758       },\r
759       by_license: {\r
760         type: 'list',\r
761         args: {\r
762           param_id: 'suffix',\r
763         },\r
764       },\r
765       by_artist: {\r
766         type: 'list',\r
767         args: {\r
768           param_id: 'suffix',\r
769         },\r
770       },\r
771       show: {\r
772         type: 'show',\r
773       },\r
774     },\r
775   },\r
776   speech_balloon_templates: {\r
777     actions: {\r
778       index: {\r
779         type: 'list',\r
780         args: {\r
781           param_id: 'none',\r
782           max_page_size: -1,\r
783           order: 't',\r
784           direction: 1\r
785         },\r
786       },\r
787       by_panel: {\r
788         type: 'list',\r
789         args: {\r
790           param_id: 'suffix',\r
791         },\r
792       },\r
793       by_system_picture: {\r
794         type: 'list',\r
795         args: {\r
796           param_id: 'suffix',\r
797         },\r
798       },\r
799       show: {\r
800         type: 'show',\r
801       },\r
802       new: {\r
803         type: 'new',\r
804       },\r
805       edit: {\r
806         type: 'edit',\r
807       },\r
808       create: {\r
809         type: 'create',\r
810       },\r
811       update: {\r
812         type: 'update',\r
813       },\r
814       destroy: {\r
815         type: 'destroy',\r
816       },\r
817     },\r
818   },\r
819   writing_formats: {\r
820     actions: {\r
821       index: {\r
822         type: 'list',\r
823         args: {\r
824           param_id: 'none',\r
825           max_page_size: -1,\r
826           order: 't',\r
827           direction: 1\r
828         },\r
829       },\r
830       by_system_picture: {\r
831         type: 'list',\r
832         args: {\r
833           param_id: 'suffix',\r
834         },\r
835       },\r
836       show: {\r
837         type: 'show',\r
838       },\r
839       new: {\r
840         type: 'new',\r
841       },\r
842       edit: {\r
843         type: 'edit',\r
844       },\r
845       create: {\r
846         type: 'create',\r
847       },\r
848       update: {\r
849         type: 'update',\r
850       },\r
851       destroy: {\r
852         type: 'destroy',\r
853       },\r
854     },\r
855   },\r
856   license_groups: {\r
857     actions: {\r
858       index: {\r
859         type: 'list',\r
860         args: {\r
861           param_id: 'none',\r
862           max_page_size: -1,\r
863           order: 't',\r
864           direction: 1\r
865         },\r
866       },\r
867       by_resource_picture: {\r
868         type: 'list',\r
869         args: {\r
870           param_id: 'suffix',\r
871         },\r
872       },\r
873       show: {\r
874         type: 'show',\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   licenses: {\r
894     actions: {\r
895       index: {\r
896         type: 'list',\r
897         args: {\r
898           param_id: 'none',\r
899           max_page_size: -1,\r
900           order: 'name',\r
901           direction: 1\r
902         },\r
903       },\r
904       by_license_group: {\r
905         type: 'list',\r
906         args: {\r
907           param_id: 'suffix',\r
908           order: 'name',\r
909           direction: 1\r
910         },\r
911       },\r
912       by_system_picture: {\r
913         type: 'list',\r
914         args: {\r
915           param_id: 'suffix',\r
916         },\r
917       },\r
918       show: {\r
919         type: 'show',\r
920       },\r
921       new: {\r
922         type: 'new',\r
923       },\r
924       edit: {\r
925         type: 'edit',\r
926       },\r
927       create: {\r
928         type: 'create',\r
929       },\r
930       update: {\r
931         type: 'update',\r
932       },\r
933       destroy: {\r
934         type: 'destroy',\r
935       },\r
936     },\r
937   },\r
938   authors: {\r
939     actions: {\r
940       index: {\r
941         type: 'list',\r
942         args: {\r
943           param_id: 'none',\r
944         },\r
945       },\r
946       show: {\r
947         type: 'show',\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   artists: {\r
967     actions: {\r
968       index: {\r
969         type: 'list',\r
970         args: {\r
971           param_id: 'none',\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   system_pictures: {\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     },\r
1006   },\r
1007   home: {\r
1008     actions: {\r
1009       scrolls: {\r
1010         type: 'list',\r
1011         args: {\r
1012           alias: 'scrolls.index',\r
1013         },\r
1014       },\r
1015       scroll_panels: {\r
1016         type: 'list',\r
1017         args: {\r
1018           alias: 'scroll_panels.index',\r
1019         },\r
1020       },\r
1021       comics: {\r
1022         type: 'list',\r
1023         args: {\r
1024           alias: 'comics.index',\r
1025         },\r
1026       },\r
1027       comic_stories: {\r
1028         type: 'list',\r
1029         args: {\r
1030           alias: 'comic_stories.index',\r
1031         },\r
1032       },\r
1033       stories: {\r
1034         type: 'list',\r
1035         args: {\r
1036           alias: 'stories.index',\r
1037         },\r
1038       },\r
1039       story_sheets: {\r
1040         type: 'list',\r
1041         args: {\r
1042           alias: 'story_sheets.index',\r
1043         },\r
1044       },\r
1045       sheets: {\r
1046         type: 'list',\r
1047         args: {\r
1048           alias: 'sheets.index',\r
1049         },\r
1050       },\r
1051       sheet_panels: {\r
1052         type: 'list',\r
1053         args: {\r
1054           alias: 'sheet_panels.index',\r
1055         },\r
1056       },\r
1057       panels: {\r
1058         type: 'list',\r
1059         args: {\r
1060           alias: 'panels.index',\r
1061         },\r
1062       },\r
1063       panel_pictures: {\r
1064         type: 'list',\r
1065         args: {\r
1066           alias: 'panel_pictures.index',\r
1067         },\r
1068       },\r
1069       speech_balloons: {\r
1070         type: 'list',\r
1071         args: {\r
1072           alias: 'speech_balloons.index',\r
1073         },\r
1074       },\r
1075       speeches: {\r
1076         type: 'list',\r
1077         args: {\r
1078           alias: 'speeches.index',\r
1079         },\r
1080       },\r
1081       balloons: {\r
1082         type: 'list',\r
1083         args: {\r
1084           alias: 'balloons.index',\r
1085         },\r
1086       },\r
1087       ground_pictures: {\r
1088         type: 'list',\r
1089         args: {\r
1090           alias: 'ground_pictures.index',\r
1091         },\r
1092       },\r
1093       ground_colors: {\r
1094         type: 'list',\r
1095         args: {\r
1096           alias: 'ground_colors.index',\r
1097         },\r
1098       },\r
1099       original_pictures: {\r
1100         type: 'list',\r
1101         args: {\r
1102           alias: 'original_pictures.index',\r
1103         },\r
1104       },\r
1105       resource_pictures: {\r
1106         type: 'list',\r
1107         args: {\r
1108           alias: 'resource_pictures.index',\r
1109         },\r
1110       },\r
1111     },\r
1112   },\r
1113 }\r