OSDN Git Service

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