OSDN Git Service

add: helper slider
[pettanr/pettanr.git] / public / local_manifest.json
1 {\r
2   "list_groups": {\r
3     "folders": {\r
4       "lists": {\r
5         "index": {\r
6           "type": "public"\r
7         }\r
8       }\r
9     },\r
10     "scrolls": {\r
11       "lists": {\r
12         "index": {\r
13           "type": "public"\r
14         },\r
15         "by_author": {\r
16           "type": "filter"\r
17         },\r
18         "by_panel": {\r
19           "type": "through_filter",\r
20           "args": {\r
21             "through": "scroll_panels"\r
22           }\r
23         },\r
24         "play": {\r
25           "type": "play",\r
26           "args": {\r
27             "filter_item_name": "scroll",\r
28             "wheres": [\r
29               "index",\r
30               "play"\r
31             ]\r
32           }\r
33         }\r
34       }\r
35     },\r
36     "scroll_panels": {\r
37       "lists": {\r
38         "index": {\r
39           "type": "public"\r
40         },\r
41         "by_scroll": {\r
42           "type": "filter"\r
43         },\r
44         "by_panel": {\r
45           "type": "filter"\r
46         },\r
47         "by_author": {\r
48           "type": "foreign_filter",\r
49           "args": {\r
50             "includes": {\r
51               "type": "method"\r
52             }\r
53           }\r
54         }\r
55       }\r
56     },\r
57     "comics": {\r
58       "lists": {\r
59         "index": {\r
60           "type": "public"\r
61         },\r
62         "by_author": {\r
63           "type": "filter"\r
64         },\r
65         "by_story": {\r
66           "type": "through_filter",\r
67           "args": {\r
68             "through": "comic_stories"\r
69           }\r
70         },\r
71         "play": {\r
72           "type": "play",\r
73           "args": {\r
74             "filter_item_name": "comic",\r
75             "wheres": [\r
76               "index",\r
77               "play"\r
78             ]\r
79           }\r
80         }\r
81       }\r
82     },\r
83     "comic_stories": {\r
84       "lists": {\r
85         "index": {\r
86           "type": "public"\r
87         },\r
88         "by_comic": {\r
89           "type": "filter"\r
90         },\r
91         "by_story": {\r
92           "type": "filter"\r
93         },\r
94         "by_author": {\r
95           "type": "foreign_filter",\r
96           "args": {\r
97             "includes": {\r
98               "type": "method"\r
99             }\r
100           }\r
101         }\r
102       }\r
103     },\r
104     "stories": {\r
105       "lists": {\r
106         "index": {\r
107           "type": "public"\r
108         },\r
109         "by_comic": {\r
110           "type": "through_filter",\r
111           "args": {\r
112             "through": "comic_stories"\r
113           }\r
114         },\r
115         "by_sheet": {\r
116           "type": "through_filter",\r
117           "args": {\r
118             "through": "story_sheets"\r
119           }\r
120         },\r
121         "by_author": {\r
122           "type": "filter"\r
123         },\r
124         "play": {\r
125           "type": "play",\r
126           "args": {\r
127             "filter_item_name": "story",\r
128             "wheres": [\r
129               "index",\r
130               "play"\r
131             ]\r
132           }\r
133         }\r
134       }\r
135     },\r
136     "story_sheets": {\r
137       "lists": {\r
138         "index": {\r
139           "type": "public"\r
140         },\r
141         "by_story": {\r
142           "type": "filter"\r
143         },\r
144         "by_sheet": {\r
145           "type": "filter"\r
146         },\r
147         "by_author": {\r
148           "type": "foreign_filter",\r
149           "args": {\r
150             "includes": {\r
151               "type": "method"\r
152             }\r
153           }\r
154         }\r
155       }\r
156     },\r
157     "sheets": {\r
158       "lists": {\r
159         "index": {\r
160           "type": "public"\r
161         },\r
162         "by_story": {\r
163           "type": "through_filter",\r
164           "args": {\r
165             "through": "story_sheets"\r
166           }\r
167         },\r
168         "by_panel": {\r
169           "type": "through_filter",\r
170           "args": {\r
171             "through": "sheet_panels"\r
172           }\r
173         },\r
174         "by_author": {\r
175           "type": "filter"\r
176         },\r
177         "play": {\r
178           "type": "public"\r
179         }\r
180       }\r
181     },\r
182     "sheet_panels": {\r
183       "lists": {\r
184         "index": {\r
185           "type": "public"\r
186         },\r
187         "by_sheet": {\r
188           "type": "filter"\r
189         },\r
190         "by_panel": {\r
191           "type": "filter"\r
192         },\r
193         "by_author": {\r
194           "type": "foreign_filter",\r
195           "args": {\r
196             "includes": {\r
197               "type": "method"\r
198             }\r
199           }\r
200         }\r
201       }\r
202     },\r
203     "panels": {\r
204       "lists": {\r
205         "index": {\r
206           "type": "public"\r
207         },\r
208         "by_scroll": {\r
209           "type": "through_filter",\r
210           "args": {\r
211             "through": "scroll_panels"\r
212           }\r
213         },\r
214         "by_sheet": {\r
215           "type": "through_filter",\r
216           "args": {\r
217             "through": "sheet_panels"\r
218           }\r
219         },\r
220         "by_author": {\r
221           "type": "filter"\r
222         },\r
223         "by_speech_balloon_template": {\r
224           "type": "through_filter",\r
225           "args": {\r
226             "through": "speech_balloons"\r
227           }\r
228         }\r
229       }\r
230     },\r
231     "panel_pictures": {\r
232       "lists": {\r
233         "index": {\r
234           "type": "public"\r
235         },\r
236         "by_panel": {\r
237           "type": "filter"\r
238         },\r
239         "by_author": {\r
240           "type": "foreign_filter",\r
241           "args": {\r
242             "includes": {\r
243               "type": "method"\r
244             }\r
245           }\r
246         }\r
247       }\r
248     },\r
249     "speech_balloons": {\r
250       "lists": {\r
251         "index": {\r
252           "type": "public"\r
253         },\r
254         "by_panel": {\r
255           "type": "filter"\r
256         },\r
257         "by_speech_balloon_template": {\r
258           "type": "filter"\r
259         },\r
260         "by_author": {\r
261           "type": "foreign_filter",\r
262           "args": {\r
263             "includes": {\r
264               "type": "method"\r
265             }\r
266           }\r
267         }\r
268       }\r
269     },\r
270     "speeches": {\r
271       "lists": {\r
272         "index": {\r
273           "type": "public"\r
274         },\r
275         "by_speech_balloon": {\r
276           "type": "filter"\r
277         },\r
278         "by_speech_balloon_template": {\r
279           "type": "filter"\r
280         },\r
281         "by_writing_format": {\r
282           "type": "filter"\r
283         },\r
284         "by_author": {\r
285           "type": "foreign_filter",\r
286           "args": {\r
287             "includes": {\r
288               "type": "method"\r
289             }\r
290           }\r
291         }\r
292       }\r
293     },\r
294     "balloons": {\r
295       "lists": {\r
296         "index": {\r
297           "type": "public"\r
298         },\r
299         "by_speech_balloon": {\r
300           "type": "filter"\r
301         },\r
302         "by_speech_balloon_template": {\r
303           "type": "filter"\r
304         },\r
305         "by_system_picture": {\r
306           "type": "filter"\r
307         },\r
308         "by_author": {\r
309           "type": "foreign_filter",\r
310           "args": {\r
311             "includes": {\r
312               "type": "method"\r
313             }\r
314           }\r
315         }\r
316       }\r
317     },\r
318     "ground_pictures": {\r
319       "lists": {\r
320         "index": {\r
321           "type": "public"\r
322         },\r
323         "by_panel": {\r
324           "type": "filter"\r
325         },\r
326         "by_author": {\r
327           "type": "foreign_filter",\r
328           "args": {\r
329             "includes": {\r
330               "type": "method"\r
331             }\r
332           }\r
333         }\r
334       }\r
335     },\r
336     "ground_colors": {\r
337       "lists": {\r
338         "index": {\r
339           "type": "public"\r
340         },\r
341         "by_panel": {\r
342           "type": "filter"\r
343         },\r
344         "by_author": {\r
345           "type": "foreign_filter",\r
346           "args": {\r
347             "includes": {\r
348               "type": "method"\r
349             }\r
350           }\r
351         }\r
352       }\r
353     },\r
354     "original_pictures": {\r
355       "lists": {\r
356         "index": {\r
357           "type": "public",\r
358           "args": {\r
359             "wheres": [\r
360               "index",\r
361               "private"\r
362             ]\r
363           }\r
364         }\r
365       }\r
366     },\r
367     "pictures": {\r
368       "lists": {\r
369         "index": {\r
370           "type": "public"\r
371         },\r
372         "by_artist": {\r
373           "type": "filter"\r
374         }\r
375       }\r
376     },\r
377     "resource_pictures": {\r
378       "lists": {\r
379         "index": {\r
380           "type": "public"\r
381         },\r
382         "by_original_picture": {\r
383           "type": "filter"\r
384         },\r
385         "by_license_group": {\r
386           "type": "filter"\r
387         },\r
388         "by_license": {\r
389           "type": "filter"\r
390         },\r
391         "by_artist": {\r
392           "type": "filter"\r
393         }\r
394       }\r
395     },\r
396     "resource_picture_pictures": {\r
397       "lists": {\r
398         "index": {\r
399           "type": "public"\r
400         },\r
401         "by_original_picture": {\r
402           "type": "filter"\r
403         },\r
404         "by_resource_picture": {\r
405           "type": "filter"\r
406         },\r
407         "by_picture": {\r
408           "type": "filter"\r
409         }\r
410       }\r
411     },\r
412     "speech_balloon_templates": {\r
413       "lists": {\r
414         "index": {\r
415           "type": "public"\r
416         },\r
417         "by_panel": {\r
418           "type": "through_filter",\r
419           "args": {\r
420             "through": "speech_balloons"\r
421           }\r
422         },\r
423         "by_system_picture": {\r
424           "type": "filter"\r
425         }\r
426       }\r
427     },\r
428     "writing_formats": {\r
429       "lists": {\r
430         "index": {\r
431           "type": "public",\r
432           "args": {\r
433             "after_method_name": "enable"\r
434           }\r
435         },\r
436         "by_system_picture": {\r
437           "type": "filter"\r
438         }\r
439       }\r
440     },\r
441     "license_groups": {\r
442       "lists": {\r
443         "index": {\r
444           "type": "public"\r
445         },\r
446         "by_resource_picture": {\r
447           "type": "filter"\r
448         }\r
449       }\r
450     },\r
451     "licenses": {\r
452       "lists": {\r
453         "index": {\r
454           "type": "public"\r
455         },\r
456         "by_license_group": {\r
457           "type": "filter"\r
458         },\r
459         "by_system_picture": {\r
460           "type": "filter"\r
461         }\r
462       }\r
463     },\r
464     "authors": {\r
465       "lists": {\r
466         "index": {\r
467           "type": "public"\r
468         }\r
469       }\r
470     },\r
471     "artists": {\r
472       "lists": {\r
473         "index": {\r
474           "type": "public"\r
475         }\r
476       }\r
477     },\r
478     "system_pictures": {\r
479       "lists": {\r
480         "index": {\r
481           "type": "public"\r
482         }\r
483       }\r
484     },\r
485     "home": {\r
486       "lists": {\r
487         "scrolls": {\r
488           "type": "public",\r
489           "args": {\r
490             "wheres": [\r
491               "index",\r
492               "private"\r
493             ]\r
494           }\r
495         },\r
496         "scroll_panels": {\r
497           "type": "public",\r
498           "args": {\r
499             "wheres": [\r
500               "index",\r
501               "private"\r
502             ]\r
503           }\r
504         },\r
505         "comics": {\r
506           "type": "public",\r
507           "args": {\r
508             "wheres": [\r
509               "index",\r
510               "private"\r
511             ]\r
512           }\r
513         },\r
514         "comic_stories": {\r
515           "type": "public",\r
516           "args": {\r
517             "wheres": [\r
518               "index",\r
519               "private"\r
520             ]\r
521           }\r
522         },\r
523         "stories": {\r
524           "type": "public",\r
525           "args": {\r
526             "wheres": [\r
527               "index",\r
528               "private"\r
529             ]\r
530           }\r
531         },\r
532         "story_sheets": {\r
533           "type": "public",\r
534           "args": {\r
535             "wheres": [\r
536               "index",\r
537               "private"\r
538             ]\r
539           }\r
540         },\r
541         "sheets": {\r
542           "type": "public",\r
543           "args": {\r
544             "wheres": [\r
545               "index",\r
546               "private"\r
547             ]\r
548           }\r
549         },\r
550         "sheet_panels": {\r
551           "type": "public",\r
552           "args": {\r
553             "wheres": [\r
554               "index",\r
555               "private"\r
556             ]\r
557           }\r
558         },\r
559         "panels": {\r
560           "type": "public",\r
561           "args": {\r
562             "wheres": [\r
563               "index",\r
564               "private"\r
565             ]\r
566           }\r
567         },\r
568         "panel_pictures": {\r
569           "type": "public",\r
570           "args": {\r
571             "wheres": [\r
572               "index",\r
573               "private"\r
574             ]\r
575           }\r
576         },\r
577         "speech_balloons": {\r
578           "type": "public",\r
579           "args": {\r
580             "wheres": [\r
581               "index",\r
582               "private"\r
583             ]\r
584           }\r
585         },\r
586         "speeches": {\r
587           "type": "public",\r
588           "args": {\r
589             "wheres": [\r
590               "index",\r
591               "private"\r
592             ]\r
593           }\r
594         },\r
595         "balloons": {\r
596           "type": "public",\r
597           "args": {\r
598             "wheres": [\r
599               "index",\r
600               "private"\r
601             ]\r
602           }\r
603         },\r
604         "ground_pictures": {\r
605           "type": "public",\r
606           "args": {\r
607             "wheres": [\r
608               "index",\r
609               "private"\r
610             ]\r
611           }\r
612         },\r
613         "ground_colors": {\r
614           "type": "public",\r
615           "args": {\r
616             "wheres": [\r
617               "index",\r
618               "private"\r
619             ]\r
620           }\r
621         },\r
622         "original_pictures": {\r
623           "type": "public",\r
624           "args": {\r
625             "wheres": [\r
626               "index",\r
627               "private"\r
628             ]\r
629           }\r
630         },\r
631         "resource_pictures": {\r
632           "type": "public",\r
633           "args": {\r
634             "wheres": [\r
635               "index",\r
636               "private"\r
637             ]\r
638           }\r
639         }\r
640       }\r
641     }\r
642   },\r
643   "profilers": {\r
644     "folder": {\r
645       "columns": {},\r
646       "column_names": [\r
647         "name",\r
648         "controller_name",\r
649         "action_name",\r
650         "category_id",\r
651         "t",\r
652         "parent_id",\r
653         "lft",\r
654         "rgt",\r
655         "depth"\r
656       ],\r
657       "associations": {}\r
658     },\r
659     "scroll": {\r
660       "columns": {\r
661         "visible": {\r
662           "type": "source"\r
663         }\r
664       },\r
665       "column_names": [\r
666         "title",\r
667         "description",\r
668         "visible",\r
669         "author_id"\r
670       ],\r
671       "associations": {\r
672         "belongs_to": [\r
673           "author"\r
674         ],\r
675         "has_many": [\r
676           "scroll_panels.by_scroll",\r
677           "panels.by_scroll"\r
678         ]\r
679       }\r
680     },\r
681     "scroll_panel": {\r
682       "column_names": [\r
683         "scroll_id",\r
684         "panel_id",\r
685         "t",\r
686         "author_id"\r
687       ],\r
688       "associations": {\r
689         "belongs_to": [\r
690           "scroll",\r
691           "panel"\r
692         ]\r
693       }\r
694     },\r
695     "comic": {\r
696       "column_names": [\r
697         "title",\r
698         "description",\r
699         "visible",\r
700         "author_id"\r
701       ],\r
702       "associations": {\r
703         "belongs_to": [\r
704           "author"\r
705         ],\r
706         "has_many": [\r
707           "comic_stories.by_comic",\r
708           "stories.by_comic"\r
709         ]\r
710       }\r
711     },\r
712     "comic_story": {\r
713       "column_names": [\r
714         "comic_id",\r
715         "story_id",\r
716         "t"\r
717       ],\r
718       "associations": {\r
719         "belongs_to": [\r
720           "comic",\r
721           "story"\r
722         ]\r
723       }\r
724     },\r
725     "story": {\r
726       "column_names": [\r
727         "title",\r
728         "description",\r
729         "t",\r
730         "visible"\r
731       ],\r
732       "associations": {\r
733         "belongs_to": [],\r
734         "has_many": [\r
735           "comic_stories.by_story",\r
736           "comics.by_story",\r
737           "story_sheets.by_story",\r
738           "sheets.by_story"\r
739         ]\r
740       }\r
741     },\r
742     "story_sheet": {\r
743       "column_names": [\r
744         "story_id",\r
745         "sheet_id",\r
746         "t",\r
747         "author_id"\r
748       ],\r
749       "associations": {\r
750         "belongs_to": [\r
751           "story",\r
752           "sheet"\r
753         ]\r
754       }\r
755     },\r
756     "sheet": {\r
757       "columns": {\r
758         "visible": {\r
759           "type": "source"\r
760         }\r
761       },\r
762       "column_names": [\r
763         "caption",\r
764         "width",\r
765         "height",\r
766         "visible",\r
767         "author_id"\r
768       ],\r
769       "associations": {\r
770         "belongs_to": [\r
771           "author"\r
772         ],\r
773         "has_many": [\r
774           "story_sheets.by_sheet",\r
775           "stories.by_sheet",\r
776           "sheet_panels.by_sheet",\r
777           "panels.by_sheet"\r
778         ]\r
779       }\r
780     },\r
781     "sheet_panel": {\r
782       "column_names": [\r
783         "sheet_id",\r
784         "panel_id",\r
785         "x",\r
786         "y",\r
787         "z",\r
788         "t",\r
789         "author_id"\r
790       ],\r
791       "associations": {\r
792         "belongs_to": [\r
793           "sheet",\r
794           "panel"\r
795         ]\r
796       }\r
797     },\r
798     "panel": {\r
799       "columns": {\r
800         "publish": {\r
801           "type": "source"\r
802         }\r
803       },\r
804       "column_names": [\r
805         "width",\r
806         "height",\r
807         "border",\r
808         "caption",\r
809         "publish",\r
810         "author_id"\r
811       ],\r
812       "associations": {\r
813         "belongs_to": [\r
814           "author"\r
815         ],\r
816         "has_many": [\r
817           "scroll_panels.by_panel",\r
818           "scrolls.by_panel",\r
819           "sheet_panels.by_panel",\r
820           "sheets.by_panel",\r
821           "panel_pictures.by_panel",\r
822           "speech_balloons.by_panel",\r
823           "ground_pictures.by_panel",\r
824           "ground_colors.by_panel"\r
825         ]\r
826       }\r
827     },\r
828     "panel_picture": {\r
829       "column_names": [\r
830         "panel_id",\r
831         "picture_id",\r
832         "caption",\r
833         "x",\r
834         "y",\r
835         "width",\r
836         "height",\r
837         "link",\r
838         "z",\r
839         "t"\r
840       ],\r
841       "associations": {\r
842         "belongs_to": [\r
843           "panel"\r
844         ]\r
845       }\r
846     },\r
847     "speech_balloon": {\r
848       "columns": {\r
849         "speech_balloon_template_settings": {\r
850           "type": "extend"\r
851         }\r
852       },\r
853       "column_names": [\r
854         "panel_id",\r
855         "caption",\r
856         "speech_balloon_template_id",\r
857         "speech_balloon_template_module_name",\r
858         "z",\r
859         "t",\r
860         "speech_balloon_template_settings"\r
861       ],\r
862       "associations": {\r
863         "belongs_to": [\r
864           "panel",\r
865           "speech_balloon_template"\r
866         ],\r
867         "has_one": [\r
868           "balloons.by_speech_balloon",\r
869           "speeches.by_speech_balloon"\r
870         ]\r
871       }\r
872     },\r
873     "speech": {\r
874       "columns": {\r
875         "speech_balloon_template_settings": {\r
876           "type": "extend"\r
877         }\r
878       },\r
879       "column_names": [\r
880         "speech_balloon_id",\r
881         "speech_balloon_template_id",\r
882         "speech_balloon_template_module_name",\r
883         "writing_format_id",\r
884         "writing_format_module_name",\r
885         "content",\r
886         "font_size",\r
887         "text_align",\r
888         "fore_color",\r
889         "x",\r
890         "y",\r
891         "width",\r
892         "height",\r
893         "quotes",\r
894         "speech_balloon_template_settings"\r
895       ],\r
896       "associations": {\r
897         "belongs_to": [\r
898           "speech_balloon",\r
899           "writing_format",\r
900           "speech_balloon_template"\r
901         ]\r
902       }\r
903     },\r
904     "balloon": {\r
905       "columns": {\r
906         "speech_balloon_template_settings": {\r
907           "type": "extend"\r
908         }\r
909       },\r
910       "column_names": [\r
911         "speech_balloon_id",\r
912         "speech_balloon_template_id",\r
913         "speech_balloon_template_module_name",\r
914         "system_picture_id",\r
915         "x",\r
916         "y",\r
917         "width",\r
918         "height",\r
919         "r",\r
920         "speech_balloon_template_settings"\r
921       ],\r
922       "associations": {\r
923         "belongs_to": [\r
924           "speech_balloon",\r
925           "system_picture",\r
926           "speech_balloon_template"\r
927         ]\r
928       }\r
929     },\r
930     "ground_picture": {\r
931       "column_names": [\r
932         "panel_id",\r
933         "picture_id",\r
934         "caption",\r
935         "repeat",\r
936         "x",\r
937         "y",\r
938         "z",\r
939         "t"\r
940       ],\r
941       "associations": {\r
942         "belongs_to": [\r
943           "panel"\r
944         ]\r
945       }\r
946     },\r
947     "ground_color": {\r
948       "column_names": [\r
949         "panel_id",\r
950         "caption",\r
951         "code",\r
952         "orientation",\r
953         "xy",\r
954         "wh",\r
955         "z",\r
956         "t"\r
957       ],\r
958       "associations": {\r
959         "belongs_to": [\r
960           "panel"\r
961         ]\r
962       }\r
963     },\r
964     "original_picture": {\r
965       "column_names": [\r
966         "ext",\r
967         "width",\r
968         "height",\r
969         "filesize",\r
970         "artist_id",\r
971         "md5",\r
972         "uploaded_at",\r
973         "published_at",\r
974         "stopped_at"\r
975       ],\r
976       "associations": {\r
977         "belongs_to": [\r
978           "artist"\r
979         ],\r
980         "has_one": []\r
981       }\r
982     },\r
983     "picture": {\r
984       "columns": {\r
985         "license_group_settings": {\r
986           "type": "extend"\r
987         },\r
988         "credit_picture_settings": {\r
989           "type": "extend"\r
990         },\r
991         "license_settings": {\r
992           "type": "extend"\r
993         }\r
994       },\r
995       "column_names": [\r
996         "original_picture_id",\r
997         "revision",\r
998         "ext",\r
999         "width",\r
1000         "height",\r
1001         "filesize",\r
1002         "artist_id",\r
1003         "license_id",\r
1004         "md5",\r
1005         "system_picture_id",\r
1006         "license_group_settings",\r
1007         "credit_picture_settings",\r
1008         "license_settings",\r
1009         "license_group_module_name"\r
1010       ],\r
1011       "associations": {\r
1012         "belongs_to": [\r
1013           "license",\r
1014           "artist"\r
1015         ],\r
1016         "has_one": [\r
1017           "resource_picture_pictures.by_picture"\r
1018         ]\r
1019       }\r
1020     },\r
1021     "resource_picture": {\r
1022       "columns": {\r
1023         "license_group_settings": {\r
1024           "type": "extend",\r
1025           "args": {\r
1026             "boost_name": "license_group"\r
1027           }\r
1028         },\r
1029         "credit_picture_settings": {\r
1030           "type": "extend",\r
1031           "args": {\r
1032             "boost_name": "credit_picture"\r
1033           }\r
1034         },\r
1035         "license_settings": {\r
1036           "type": "extend",\r
1037           "args": {\r
1038             "boost_name": "license"\r
1039           }\r
1040         }\r
1041       },\r
1042       "column_names": [\r
1043         "original_picture_id",\r
1044         "ext",\r
1045         "width",\r
1046         "height",\r
1047         "filesize",\r
1048         "artist_id",\r
1049         "license_group_id",\r
1050         "license_id",\r
1051         "md5",\r
1052         "system_picture_id",\r
1053         "license_group_settings",\r
1054         "credit_picture_settings",\r
1055         "license_settings",\r
1056         "picture_id",\r
1057         "license_group_module_name"\r
1058       ],\r
1059       "associations": {\r
1060         "belongs_to": [\r
1061           "license_group",\r
1062           "license",\r
1063           "artist"\r
1064         ],\r
1065         "has_many": [\r
1066           "resource_picture_pictures.by_resource_picture"\r
1067         ]\r
1068       }\r
1069     },\r
1070     "resource_picture_picture": {\r
1071       "column_names": [\r
1072         "original_picture_id",\r
1073         "resource_picture_id",\r
1074         "picture_id"\r
1075       ],\r
1076       "associations": {\r
1077         "belongs_to": [\r
1078           "original_picture",\r
1079           "resource_picture",\r
1080           "picture"\r
1081         ]\r
1082       }\r
1083     },\r
1084     "speech_balloon_template": {\r
1085       "columns": {\r
1086         "settings": {\r
1087           "type": "json"\r
1088         }\r
1089       },\r
1090       "column_names": [\r
1091         "name",\r
1092         "module_name",\r
1093         "caption",\r
1094         "t",\r
1095         "system_picture_id",\r
1096         "settings"\r
1097       ],\r
1098       "extend_settings": {\r
1099         "circle_speech_balloon_speech_balloon": {\r
1100           "columns": {},\r
1101           "column_names": []\r
1102         },\r
1103         "circle_speech_balloon_balloon": {\r
1104           "columns": {},\r
1105           "column_names": []\r
1106         },\r
1107         "circle_speech_balloon_speech": {\r
1108           "columns": {},\r
1109           "column_names": []\r
1110         },\r
1111         "plain_speech_balloon_speech_balloon": {\r
1112           "columns": {},\r
1113           "column_names": []\r
1114         },\r
1115         "plain_speech_balloon_balloon": {\r
1116           "columns": {},\r
1117           "column_names": []\r
1118         },\r
1119         "plain_speech_balloon_speech": {\r
1120           "columns": {},\r
1121           "column_names": []\r
1122         },\r
1123         "square_speech_balloon_speech_balloon": {\r
1124           "columns": {},\r
1125           "column_names": []\r
1126         },\r
1127         "square_speech_balloon_balloon": {\r
1128           "columns": {},\r
1129           "column_names": []\r
1130         },\r
1131         "square_speech_balloon_speech": {\r
1132           "columns": {},\r
1133           "column_names": []\r
1134         },\r
1135         "test_speech_balloon_speech_balloon": {\r
1136           "columns": {},\r
1137           "column_names": [\r
1138             "a"\r
1139           ]\r
1140         },\r
1141         "test_speech_balloon_balloon": {\r
1142           "columns": {},\r
1143           "column_names": [\r
1144             "b"\r
1145           ]\r
1146         },\r
1147         "test_speech_balloon_speech": {\r
1148           "columns": {},\r
1149           "column_names": [\r
1150             "c"\r
1151           ]\r
1152         }\r
1153       },\r
1154       "associations": {\r
1155         "belongs_to": [\r
1156           "system_picture"\r
1157         ],\r
1158         "has_many": [\r
1159           "speech_balloons.by_speech_balloon_template",\r
1160           "panels.by_speech_balloon_template"\r
1161         ]\r
1162       }\r
1163     },\r
1164     "writing_format": {\r
1165       "columns": {\r
1166         "settings": {\r
1167           "type": "json"\r
1168         }\r
1169       },\r
1170       "column_names": [\r
1171         "name",\r
1172         "module_name",\r
1173         "caption",\r
1174         "system_picture_id",\r
1175         "settings"\r
1176       ],\r
1177       "extend_settings": {\r
1178         "pettanr_simple_format_writing_format": {\r
1179           "columns": {},\r
1180           "column_names": []\r
1181         }\r
1182       },\r
1183       "associations": {\r
1184         "belongs_to": [\r
1185           "system_picture"\r
1186         ],\r
1187         "has_many": []\r
1188       }\r
1189     },\r
1190     "license_group": {\r
1191       "column_names": [\r
1192         "name",\r
1193         "module_name",\r
1194         "caption",\r
1195         "url"\r
1196       ],\r
1197       "extend_settings": {\r
1198         "pettanr_creative_commons_v30_licenses_license": {\r
1199           "columns": {},\r
1200           "column_names": [\r
1201             "open",\r
1202             "commercial",\r
1203             "official",\r
1204             "attribution",\r
1205             "derive",\r
1206             "thumbnail",\r
1207             "gif_convert",\r
1208             "reverse",\r
1209             "sync_vh",\r
1210             "overlap"\r
1211           ]\r
1212         },\r
1213         "pettanr_creative_commons_v30_licenses_credit_picture": {\r
1214           "columns": {},\r
1215           "column_names": [\r
1216             "source_url_btn_id",\r
1217             "source_url_off_btn_id"\r
1218           ]\r
1219         },\r
1220         "pettanr_creative_commons_v30_licenses_attribute": {\r
1221           "columns": {},\r
1222           "column_names": [\r
1223             "artist_name",\r
1224             "caption",\r
1225             "artist_url",\r
1226             "source_url",\r
1227             "more_permission_url"\r
1228           ]\r
1229         },\r
1230         "pettanr_pettan_commons_v01_licenses_license": {\r
1231           "columns": {},\r
1232           "column_names": [\r
1233             "open",\r
1234             "commercial",\r
1235             "official",\r
1236             "attribution",\r
1237             "derive",\r
1238             "thumbnail",\r
1239             "gif_convert",\r
1240             "reverse",\r
1241             "sync_vh",\r
1242             "overlap"\r
1243           ]\r
1244         },\r
1245         "pettanr_pettan_commons_v01_licenses_credit_picture": {\r
1246           "columns": {},\r
1247           "column_names": [\r
1248             "source_url_btn_id",\r
1249             "source_url_off_btn_id"\r
1250           ]\r
1251         },\r
1252         "pettanr_pettan_commons_v01_licenses_attribute": {\r
1253           "columns": {},\r
1254           "column_names": [\r
1255             "artist_name",\r
1256             "caption",\r
1257             "sources"\r
1258           ]\r
1259         },\r
1260         "pettanr_pettan_protected_v01_licenses_license": {\r
1261           "columns": {},\r
1262           "column_names": [\r
1263             "open",\r
1264             "commercial",\r
1265             "official",\r
1266             "attribution",\r
1267             "derive",\r
1268             "thumbnail",\r
1269             "gif_convert",\r
1270             "reverse",\r
1271             "sync_vh",\r
1272             "overlap",\r
1273             "trackback"\r
1274           ]\r
1275         },\r
1276         "pettanr_pettan_protected_v01_licenses_credit_picture": {\r
1277           "columns": {},\r
1278           "column_names": [\r
1279             "source_url_btn_id",\r
1280             "source_url_off_btn_id"\r
1281           ]\r
1282         },\r
1283         "pettanr_pettan_protected_v01_licenses_attribute": {\r
1284           "columns": {},\r
1285           "column_names": [\r
1286             "artist_name",\r
1287             "caption",\r
1288             "sources"\r
1289           ]\r
1290         },\r
1291         "pettanr_pettan_public_v01_licenses_license": {\r
1292           "columns": {},\r
1293           "column_names": [\r
1294             "open",\r
1295             "commercial",\r
1296             "official",\r
1297             "attribution",\r
1298             "derive",\r
1299             "thumbnail",\r
1300             "gif_convert",\r
1301             "reverse",\r
1302             "sync_vh",\r
1303             "overlap",\r
1304             "trackback"\r
1305           ]\r
1306         },\r
1307         "pettanr_pettan_public_v01_licenses_credit_picture": {\r
1308           "columns": {},\r
1309           "column_names": [\r
1310             "source_url_btn_id"\r
1311           ]\r
1312         },\r
1313         "pettanr_pettan_public_v01_licenses_attribute": {\r
1314           "columns": {},\r
1315           "column_names": [\r
1316             "artist_name",\r
1317             "caption",\r
1318             "sources"\r
1319           ]\r
1320         },\r
1321         "pettanr_public_domain_v01_licenses_license": {\r
1322           "columns": {},\r
1323           "column_names": [\r
1324             "open",\r
1325             "commercial",\r
1326             "official",\r
1327             "attribution",\r
1328             "derive",\r
1329             "thumbnail",\r
1330             "gif_convert",\r
1331             "reverse",\r
1332             "sync_vh",\r
1333             "overlap",\r
1334             "trackback"\r
1335           ]\r
1336         },\r
1337         "pettanr_public_domain_v01_licenses_credit_picture": {\r
1338           "columns": {},\r
1339           "column_names": [\r
1340             "source_url_btn_id",\r
1341             "source_url_off_btn_id"\r
1342           ]\r
1343         },\r
1344         "pettanr_public_domain_v01_licenses_attribute": {\r
1345           "columns": {},\r
1346           "column_names": [\r
1347             "artist_name",\r
1348             "source_url",\r
1349             "note"\r
1350           ]\r
1351         },\r
1352         "pettanr_unknown_v01_licenses_license": {\r
1353           "columns": {},\r
1354           "column_names": [\r
1355             "open",\r
1356             "commercial",\r
1357             "official",\r
1358             "attribution",\r
1359             "derive",\r
1360             "thumbnail",\r
1361             "gif_convert",\r
1362             "reverse",\r
1363             "sync_vh",\r
1364             "overlap",\r
1365             "trackback"\r
1366           ]\r
1367         },\r
1368         "pettanr_unknown_v01_licenses_credit_picture": {\r
1369           "columns": {},\r
1370           "column_names": [\r
1371             "source_url_btn_id",\r
1372             "source_url_off_btn_id"\r
1373           ]\r
1374         },\r
1375         "pettanr_unknown_v01_licenses_attribute": {\r
1376           "columns": {},\r
1377           "column_names": [\r
1378             "source_url",\r
1379             "note"\r
1380           ]\r
1381         }\r
1382       },\r
1383       "associations": {\r
1384         "has_many": [\r
1385           "resource_pictures.by_license_group",\r
1386           "licenses.by_license_group"\r
1387         ]\r
1388       }\r
1389     },\r
1390     "license": {\r
1391       "columns": {\r
1392         "license_group_settings": {\r
1393           "type": "extend",\r
1394           "args": {\r
1395             "boost_name": "license_group"\r
1396           }\r
1397         },\r
1398         "credit_picture_settings": {\r
1399           "type": "extend",\r
1400           "args": {\r
1401             "boost_name": "credit_picture"\r
1402           }\r
1403         }\r
1404       },\r
1405       "extend_settings": {\r
1406         "pettanr_creative_commons_v30_licenses_attribute": {\r
1407           "columns": {},\r
1408           "column_names": []\r
1409         },\r
1410         "pettanr_pettan_commons_v01_licenses_attribute": {\r
1411           "columns": {},\r
1412           "column_names": []\r
1413         },\r
1414         "pettanr_pettan_protected_v01_licenses_attribute": {\r
1415           "columns": {},\r
1416           "column_names": []\r
1417         },\r
1418         "pettanr_pettan_public_v01_licenses_attribute": {\r
1419           "columns": {},\r
1420           "column_names": []\r
1421         },\r
1422         "pettanr_public_domain_v01_licenses_attribute": {\r
1423           "columns": {},\r
1424           "column_names": []\r
1425         },\r
1426         "pettanr_unknown_v01_licenses_attribute": {\r
1427           "columns": {},\r
1428           "column_names": []\r
1429         }\r
1430       },\r
1431       "column_names": [\r
1432         "license_group_id",\r
1433         "license_group_module_name",\r
1434         "name",\r
1435         "caption",\r
1436         "system_picture_id",\r
1437         "url",\r
1438         "license_group_settings",\r
1439         "credit_picture_settings"\r
1440       ],\r
1441       "associations": {\r
1442         "belongs_to": [\r
1443           "license_group",\r
1444           "system_picture"\r
1445         ],\r
1446         "has_many": [\r
1447           "resource_pictures.by_license"\r
1448         ]\r
1449       }\r
1450     },\r
1451     "author": {\r
1452       "column_names": [\r
1453         "name",\r
1454         "user_id"\r
1455       ],\r
1456       "associations": {\r
1457         "has_many": [\r
1458           "scrolls.by_author",\r
1459           "scroll_panels.by_author",\r
1460           "comics.by_author",\r
1461           "comic_stories.by_author",\r
1462           "stories.by_author",\r
1463           "sheets.by_author",\r
1464           "sheet_panels.by_author",\r
1465           "panels.by_author",\r
1466           "panel_pictures.by_author",\r
1467           "speech_balloons.by_author",\r
1468           "balloons.by_author",\r
1469           "speeches.by_author",\r
1470           "ground_pictures.by_author",\r
1471           "ground_colors.by_author"\r
1472         ]\r
1473       }\r
1474     },\r
1475     "artist": {\r
1476       "column_names": [\r
1477         "name",\r
1478         "author_id"\r
1479       ],\r
1480       "associations": {\r
1481         "has_many": [\r
1482           "resource_pictures.by_artist"\r
1483         ]\r
1484       }\r
1485     },\r
1486     "system_picture": {\r
1487       "column_names": [\r
1488         "ext",\r
1489         "width",\r
1490         "height",\r
1491         "filesize",\r
1492         "md5"\r
1493       ],\r
1494       "associations": {\r
1495         "has_many": [\r
1496           "speech_balloon_templates.by_system_picture",\r
1497           "licenses.by_system_picture",\r
1498           "writing_formats.by_system_picture"\r
1499         ]\r
1500       }\r
1501     }\r
1502   },\r
1503   "filers": {\r
1504     "folder": {\r
1505       "symbol": {},\r
1506       "caption": {\r
1507         "type": "default",\r
1508         "args": {\r
1509           "face": {\r
1510             "type": "method",\r
1511             "args": {\r
1512               "method_name": "filer_caption"\r
1513             }\r
1514           }\r
1515         }\r
1516       },\r
1517       "summary": {},\r
1518       "edit": {}\r
1519     },\r
1520     "scroll": {\r
1521       "symbol": {},\r
1522       "caption": {\r
1523         "type": "default",\r
1524         "args": {\r
1525           "face": {\r
1526             "type": "column",\r
1527             "args": {\r
1528               "column_name": "title"\r
1529             }\r
1530           },\r
1531           "link": {\r
1532             "type": "action",\r
1533             "args": {\r
1534               "action_name": "play"\r
1535             }\r
1536           }\r
1537         }\r
1538       },\r
1539       "summary": {},\r
1540       "edit": {}\r
1541     },\r
1542     "scroll_panel": {\r
1543       "symbol": {\r
1544         "type": "default",\r
1545         "args": {\r
1546           "link": {\r
1547             "type": "none"\r
1548           }\r
1549         }\r
1550       },\r
1551       "caption": {\r
1552         "type": "none"\r
1553       },\r
1554       "summary": {},\r
1555       "edit": {\r
1556         "type": "none"\r
1557       }\r
1558     },\r
1559     "comic": {\r
1560       "symbol": {},\r
1561       "caption": {\r
1562         "type": "default",\r
1563         "args": {\r
1564           "face": {\r
1565             "type": "column",\r
1566             "args": {\r
1567               "column_name": "title"\r
1568             }\r
1569           },\r
1570           "link": {\r
1571             "type": "action",\r
1572             "args": {\r
1573               "action_name": "play"\r
1574             }\r
1575           }\r
1576         }\r
1577       },\r
1578       "summary": {},\r
1579       "edit": {}\r
1580     },\r
1581     "comic_story": {\r
1582       "symbol": {\r
1583         "type": "default",\r
1584         "args": {\r
1585           "link": {\r
1586             "type": "none"\r
1587           }\r
1588         }\r
1589       },\r
1590       "caption": {\r
1591         "type": "none"\r
1592       },\r
1593       "summary": {},\r
1594       "edit": {\r
1595         "type": "none"\r
1596       }\r
1597     },\r
1598     "story": {\r
1599       "symbol": {},\r
1600       "caption": {\r
1601         "type": "default",\r
1602         "args": {\r
1603           "face": {\r
1604             "type": "column",\r
1605             "args": {\r
1606               "column_name": "title"\r
1607             }\r
1608           },\r
1609           "link": {\r
1610             "type": "action",\r
1611             "args": {\r
1612               "action_name": "play"\r
1613             }\r
1614           }\r
1615         }\r
1616       },\r
1617       "summary": {},\r
1618       "edit": {}\r
1619     },\r
1620     "story_sheet": {\r
1621       "symbol": {\r
1622         "type": "default",\r
1623         "args": {\r
1624           "link": {\r
1625             "type": "none"\r
1626           }\r
1627         }\r
1628       },\r
1629       "caption": {\r
1630         "type": "none"\r
1631       },\r
1632       "summary": {},\r
1633       "edit": {\r
1634         "type": "none"\r
1635       }\r
1636     },\r
1637     "sheet": {\r
1638       "symbol": {},\r
1639       "caption": {\r
1640         "type": "default",\r
1641         "args": {\r
1642           "face": {},\r
1643           "link": {\r
1644             "type": "action",\r
1645             "args": {\r
1646               "action_name": "play"\r
1647             }\r
1648           }\r
1649         }\r
1650       },\r
1651       "summary": {},\r
1652       "edit": {}\r
1653     },\r
1654     "sheet_panel": {\r
1655       "symbol": {\r
1656         "type": "default",\r
1657         "args": {\r
1658           "link": {\r
1659             "type": "none"\r
1660           }\r
1661         }\r
1662       },\r
1663       "caption": {\r
1664         "type": "none"\r
1665       },\r
1666       "summary": {},\r
1667       "edit": {\r
1668         "type": "none"\r
1669       }\r
1670     },\r
1671     "panel": {\r
1672       "symbol": {},\r
1673       "caption": {\r
1674         "type": "default",\r
1675         "args": {\r
1676           "link": {\r
1677             "type": "none"\r
1678           }\r
1679         }\r
1680       },\r
1681       "summary": {},\r
1682       "edit": {}\r
1683     },\r
1684     "panel_picture": {\r
1685       "symbol": {\r
1686         "type": "default",\r
1687         "args": {\r
1688           "face": {\r
1689             "type": "picture"\r
1690           }\r
1691         }\r
1692       },\r
1693       "caption": {\r
1694         "type": "default",\r
1695         "args": {\r
1696           "link": {\r
1697             "type": "none"\r
1698           }\r
1699         }\r
1700       },\r
1701       "summary": {},\r
1702       "edit": {\r
1703         "type": "none"\r
1704       }\r
1705     },\r
1706     "speech_balloon": {\r
1707       "symbol": {\r
1708         "type": "default",\r
1709         "args": {\r
1710           "face": {\r
1711             "type": "picture"\r
1712           }\r
1713         }\r
1714       },\r
1715       "caption": {\r
1716         "type": "default",\r
1717         "args": {\r
1718           "face": {\r
1719             "type": "method",\r
1720             "args": {\r
1721               "method_name": "filer_caption"\r
1722             }\r
1723           },\r
1724           "link": {\r
1725             "type": "none"\r
1726           }\r
1727         }\r
1728       },\r
1729       "summary": {},\r
1730       "edit": {\r
1731         "type": "none"\r
1732       }\r
1733     },\r
1734     "speech": {\r
1735       "symbol": {\r
1736         "type": "default",\r
1737         "args": {\r
1738           "face": {\r
1739             "type": "picture"\r
1740           }\r
1741         }\r
1742       },\r
1743       "caption": {\r
1744         "type": "default",\r
1745         "args": {\r
1746           "face": {\r
1747             "type": "column",\r
1748             "args": {\r
1749               "column_name": "content"\r
1750             }\r
1751           },\r
1752           "link": {\r
1753             "type": "none"\r
1754           }\r
1755         }\r
1756       },\r
1757       "summary": {},\r
1758       "edit": {\r
1759         "type": "none"\r
1760       }\r
1761     },\r
1762     "balloon": {\r
1763       "symbol": {\r
1764         "type": "default",\r
1765         "args": {\r
1766           "face": {\r
1767             "type": "picture"\r
1768           }\r
1769         }\r
1770       },\r
1771       "caption": {\r
1772         "type": "none"\r
1773       },\r
1774       "summary": {},\r
1775       "edit": {\r
1776         "type": "none"\r
1777       }\r
1778     },\r
1779     "ground_picture": {\r
1780       "symbol": {\r
1781         "type": "default",\r
1782         "args": {\r
1783           "face": {\r
1784             "type": "picture"\r
1785           }\r
1786         }\r
1787       },\r
1788       "caption": {\r
1789         "type": "default",\r
1790         "args": {\r
1791           "link": {\r
1792             "type": "none"\r
1793           }\r
1794         }\r
1795       },\r
1796       "summary": {},\r
1797       "edit": {\r
1798         "type": "none"\r
1799       }\r
1800     },\r
1801     "ground_color": {\r
1802       "symbol": {\r
1803         "type": "template",\r
1804         "args": {\r
1805           "template_name": "symbol"\r
1806         }\r
1807       },\r
1808       "caption": {\r
1809         "type": "default",\r
1810         "args": {\r
1811           "link": {\r
1812             "type": "none"\r
1813           }\r
1814         }\r
1815       },\r
1816       "summary": {},\r
1817       "edit": {\r
1818         "type": "none"\r
1819       }\r
1820     },\r
1821     "original_picture": {\r
1822       "symbol": {\r
1823         "type": "default",\r
1824         "args": {\r
1825           "face": {\r
1826             "type": "picture"\r
1827           }\r
1828         }\r
1829       },\r
1830       "caption": {\r
1831         "type": "default",\r
1832         "args": {\r
1833           "face": {\r
1834             "type": "method",\r
1835             "args": {\r
1836               "method_name": "filer_caption"\r
1837             }\r
1838           },\r
1839           "link": {\r
1840             "type": "action",\r
1841             "args": {\r
1842               "action_name": "history"\r
1843             }\r
1844           }\r
1845         }\r
1846       },\r
1847       "summary": {},\r
1848       "edit": {\r
1849         "type": "template",\r
1850         "args": {\r
1851           "template_name": "publish"\r
1852         }\r
1853       }\r
1854     },\r
1855     "picture": {\r
1856       "symbol": {\r
1857         "type": "default",\r
1858         "args": {\r
1859           "face": {\r
1860             "type": "picture"\r
1861           }\r
1862         }\r
1863       },\r
1864       "caption": {\r
1865         "type": "default",\r
1866         "args": {\r
1867           "face": {\r
1868             "type": "column",\r
1869             "args": {\r
1870               "column_name": "revision"\r
1871             }\r
1872           }\r
1873         }\r
1874       },\r
1875       "summary": {},\r
1876       "edit": {\r
1877         "type": "none"\r
1878       }\r
1879     },\r
1880     "resource_picture": {\r
1881       "symbol": {\r
1882         "type": "default",\r
1883         "args": {\r
1884           "face": {\r
1885             "type": "picture"\r
1886           }\r
1887         }\r
1888       },\r
1889       "caption": {\r
1890         "type": "none"\r
1891       },\r
1892       "summary": {},\r
1893       "edit": {\r
1894         "type": "none"\r
1895       }\r
1896     },\r
1897     "resource_picture_picture": {\r
1898       "symbol": {\r
1899         "type": "default",\r
1900         "args": {\r
1901           "face": {\r
1902             "type": "picture"\r
1903           }\r
1904         }\r
1905       },\r
1906       "caption": {\r
1907         "type": "none"\r
1908       },\r
1909       "summary": {},\r
1910       "edit": {\r
1911         "type": "none"\r
1912       }\r
1913     },\r
1914     "speech_balloon_template": {\r
1915       "symbol": {\r
1916         "type": "default",\r
1917         "args": {\r
1918           "face": {\r
1919             "type": "picture"\r
1920           }\r
1921         }\r
1922       },\r
1923       "caption": {},\r
1924       "summary": {\r
1925         "type": "none"\r
1926       },\r
1927       "edit": {}\r
1928     },\r
1929     "writing_format": {\r
1930       "symbol": {\r
1931         "type": "default",\r
1932         "args": {\r
1933           "face": {\r
1934             "type": "picture"\r
1935           }\r
1936         }\r
1937       },\r
1938       "caption": {},\r
1939       "summary": {\r
1940         "type": "none"\r
1941       },\r
1942       "edit": {}\r
1943     },\r
1944     "license_group": {\r
1945       "symbol": {},\r
1946       "caption": {\r
1947         "type": "default",\r
1948         "args": {\r
1949           "link": {\r
1950             "type": "url_column",\r
1951             "args": {\r
1952               "column_name": "url"\r
1953             }\r
1954           }\r
1955         }\r
1956       },\r
1957       "summary": {\r
1958         "type": "none"\r
1959       },\r
1960       "edit": {}\r
1961     },\r
1962     "license": {\r
1963       "symbol": {},\r
1964       "caption": {\r
1965         "type": "default",\r
1966         "args": {\r
1967           "face": {\r
1968             "type": "method",\r
1969             "args": {\r
1970               "method_name": "caption_with_group"\r
1971             }\r
1972           },\r
1973           "link": {\r
1974             "type": "url_column",\r
1975             "args": {\r
1976               "column_name": "url"\r
1977             }\r
1978           }\r
1979         }\r
1980       },\r
1981       "summary": {},\r
1982       "edit": {}\r
1983     },\r
1984     "author": {\r
1985       "symbol": {},\r
1986       "caption": {\r
1987         "type": "default",\r
1988         "args": {\r
1989           "face": {\r
1990             "type": "column",\r
1991             "args": {\r
1992               "column_name": "name"\r
1993             }\r
1994           }\r
1995         }\r
1996       },\r
1997       "summary": {},\r
1998       "edit": {\r
1999         "type": "account"\r
2000       }\r
2001     },\r
2002     "artist": {\r
2003       "symbol": {},\r
2004       "caption": {\r
2005         "type": "default",\r
2006         "args": {\r
2007           "face": {\r
2008             "type": "column",\r
2009             "args": {\r
2010               "column_name": "name"\r
2011             }\r
2012           }\r
2013         }\r
2014       },\r
2015       "summary": {},\r
2016       "edit": {\r
2017         "type": "account"\r
2018       }\r
2019     },\r
2020     "system_picture": {\r
2021       "symbol": {\r
2022         "type": "default",\r
2023         "args": {\r
2024           "face": {\r
2025             "type": "picture"\r
2026           }\r
2027         }\r
2028       },\r
2029       "caption": {\r
2030         "type": "none"\r
2031       },\r
2032       "summary": {\r
2033         "type": "none"\r
2034       },\r
2035       "edit": {\r
2036         "type": "none"\r
2037       }\r
2038     }\r
2039   },\r
2040   "forms": {\r
2041     "folder": {\r
2042       "uses": {\r
2043         "default": {\r
2044           "fields": {\r
2045             "name": {\r
2046               "tag": {\r
2047                 "type": "text"\r
2048               },\r
2049               "row_break": true\r
2050             },\r
2051             "controller_name": {\r
2052               "tag": {\r
2053                 "type": "text"\r
2054               },\r
2055               "row_break": true\r
2056             },\r
2057             "action_name": {\r
2058               "tag": {\r
2059                 "type": "text"\r
2060               },\r
2061               "row_break": true\r
2062             },\r
2063             "category_id": {\r
2064               "tag": {\r
2065                 "type": "number"\r
2066               },\r
2067               "row_break": true\r
2068             },\r
2069             "t": {\r
2070               "tag": {\r
2071                 "type": "number"\r
2072               },\r
2073               "row_break": true\r
2074             },\r
2075             "parent_id": {\r
2076               "tag": {\r
2077                 "type": "number"\r
2078               },\r
2079               "row_break": true\r
2080             },\r
2081             "lft": {\r
2082               "tag": {\r
2083                 "type": "number"\r
2084               },\r
2085               "row_break": true\r
2086             },\r
2087             "rgt": {\r
2088               "tag": {\r
2089                 "type": "number"\r
2090               },\r
2091               "row_break": true\r
2092             },\r
2093             "depth": {\r
2094               "tag": {\r
2095                 "type": "number"\r
2096               },\r
2097               "row_break": true\r
2098             },\r
2099             "id": {\r
2100               "label": {\r
2101                 "type": "none"\r
2102               },\r
2103               "tag": {\r
2104                 "type": "hidden"\r
2105               }\r
2106             }\r
2107           },\r
2108           "field_names": [\r
2109             "name",\r
2110             "controller_name",\r
2111             "action_name",\r
2112             "category_id",\r
2113             "t",\r
2114             "parent_id",\r
2115             "lft",\r
2116             "rgt",\r
2117             "depth",\r
2118             "id"\r
2119           ]\r
2120         }\r
2121       }\r
2122     },\r
2123     "scroll": {\r
2124       "uses": {\r
2125         "default": {\r
2126           "fields": {\r
2127             "title": {\r
2128               "label": {\r
2129                 "args": {\r
2130                   "row_break": true\r
2131                 }\r
2132               },\r
2133               "tag": {\r
2134                 "type": "text",\r
2135                 "args": {\r
2136                   "options": {\r
2137                     "size": 80\r
2138                   }\r
2139                 }\r
2140               },\r
2141               "row_break": true\r
2142             },\r
2143             "visible": {\r
2144               "tag": {\r
2145                 "type": "select"\r
2146               },\r
2147               "row_break": true\r
2148             },\r
2149             "description": {\r
2150               "label": {\r
2151                 "args": {\r
2152                   "row_break": true\r
2153                 }\r
2154               },\r
2155               "tag": {\r
2156                 "type": "text_area"\r
2157               },\r
2158               "row_break": true\r
2159             },\r
2160             "id": {\r
2161               "label": {\r
2162                 "type": "none"\r
2163               },\r
2164               "tag": {\r
2165                 "type": "hidden"\r
2166               }\r
2167             },\r
2168             "author_id": {\r
2169               "label": {\r
2170                 "type": "none"\r
2171               },\r
2172               "tag": {\r
2173                 "type": "hidden"\r
2174               }\r
2175             }\r
2176           },\r
2177           "field_names": [\r
2178             "title",\r
2179             "visible",\r
2180             "description",\r
2181             "id",\r
2182             "author_id"\r
2183           ]\r
2184         }\r
2185       }\r
2186     },\r
2187     "scroll_panel": {\r
2188       "uses": {\r
2189         "default": {\r
2190           "fields": {\r
2191             "scroll_id": {\r
2192               "tag": {\r
2193                 "type": "number"\r
2194               }\r
2195             },\r
2196             "panel_id": {\r
2197               "tag": {\r
2198                 "type": "number"\r
2199               }\r
2200             },\r
2201             "t": {\r
2202               "tag": {\r
2203                 "type": "number"\r
2204               }\r
2205             },\r
2206             "id": {\r
2207               "label": {\r
2208                 "type": "none"\r
2209               },\r
2210               "tag": {\r
2211                 "type": "hidden"\r
2212               }\r
2213             }\r
2214           },\r
2215           "field_names": [\r
2216             "scroll_id",\r
2217             "panel_id",\r
2218             "t",\r
2219             "id"\r
2220           ]\r
2221         }\r
2222       }\r
2223     },\r
2224     "comic": {\r
2225       "uses": {\r
2226         "default": {\r
2227           "fields": {\r
2228             "title": {\r
2229               "label": {\r
2230                 "args": {\r
2231                   "row_break": true\r
2232                 }\r
2233               },\r
2234               "tag": {\r
2235                 "type": "text",\r
2236                 "args": {\r
2237                   "options": {\r
2238                     "size": 80\r
2239                   }\r
2240                 }\r
2241               },\r
2242               "row_break": true\r
2243             },\r
2244             "visible": {\r
2245               "tag": {\r
2246                 "type": "select"\r
2247               },\r
2248               "row_break": true\r
2249             },\r
2250             "description": {\r
2251               "label": {\r
2252                 "args": {\r
2253                   "row_break": true\r
2254                 }\r
2255               },\r
2256               "tag": {\r
2257                 "type": "text_area"\r
2258               },\r
2259               "row_break": true\r
2260             },\r
2261             "id": {\r
2262               "label": {\r
2263                 "type": "none"\r
2264               },\r
2265               "tag": {\r
2266                 "type": "hidden"\r
2267               }\r
2268             },\r
2269             "author_id": {\r
2270               "label": {\r
2271                 "type": "none"\r
2272               },\r
2273               "tag": {\r
2274                 "type": "hidden"\r
2275               }\r
2276             }\r
2277           },\r
2278           "field_names": [\r
2279             "title",\r
2280             "visible",\r
2281             "description",\r
2282             "id",\r
2283             "author_id"\r
2284           ]\r
2285         }\r
2286       }\r
2287     },\r
2288     "comic_story": {\r
2289       "uses": {\r
2290         "default": {\r
2291           "fields": {\r
2292             "comic_id": {\r
2293               "tag": {\r
2294                 "type": "number"\r
2295               }\r
2296             },\r
2297             "story_id": {\r
2298               "tag": {\r
2299                 "type": "number"\r
2300               }\r
2301             },\r
2302             "t": {\r
2303               "tag": {\r
2304                 "type": "number"\r
2305               }\r
2306             },\r
2307             "id": {\r
2308               "label": {\r
2309                 "type": "none"\r
2310               },\r
2311               "tag": {\r
2312                 "type": "hidden"\r
2313               }\r
2314             }\r
2315           },\r
2316           "field_names": [\r
2317             "comic_id",\r
2318             "story_id",\r
2319             "t",\r
2320             "id"\r
2321           ]\r
2322         }\r
2323       }\r
2324     },\r
2325     "story": {\r
2326       "uses": {\r
2327         "default": {\r
2328           "fields": {\r
2329             "title": {\r
2330               "label": {\r
2331                 "args": {\r
2332                   "row_break": true\r
2333                 }\r
2334               },\r
2335               "tag": {\r
2336                 "type": "text",\r
2337                 "args": {\r
2338                   "options": {\r
2339                     "size": 80\r
2340                   }\r
2341                 }\r
2342               },\r
2343               "row_break": true\r
2344             },\r
2345             "visible": {\r
2346               "tag": {\r
2347                 "type": "select"\r
2348               },\r
2349               "row_break": true\r
2350             },\r
2351             "description": {\r
2352               "label": {\r
2353                 "args": {\r
2354                   "row_break": true\r
2355                 }\r
2356               },\r
2357               "tag": {\r
2358                 "type": "text_area"\r
2359               },\r
2360               "row_break": true\r
2361             },\r
2362             "id": {\r
2363               "label": {\r
2364                 "type": "none"\r
2365               },\r
2366               "tag": {\r
2367                 "type": "hidden"\r
2368               }\r
2369             },\r
2370             "author_id": {\r
2371               "label": {\r
2372                 "type": "none"\r
2373               },\r
2374               "tag": {\r
2375                 "type": "hidden"\r
2376               }\r
2377             }\r
2378           },\r
2379           "field_names": [\r
2380             "title",\r
2381             "visible",\r
2382             "description",\r
2383             "id",\r
2384             "author_id"\r
2385           ]\r
2386         }\r
2387       }\r
2388     },\r
2389     "story_sheet": {\r
2390       "uses": {\r
2391         "default": {\r
2392           "fields": {\r
2393             "story_id": {\r
2394               "label": {\r
2395                 "type": "none"\r
2396               },\r
2397               "tag": {\r
2398                 "type": "number"\r
2399               }\r
2400             },\r
2401             "sheet_id": {\r
2402               "label": {\r
2403                 "type": "none"\r
2404               },\r
2405               "tag": {\r
2406                 "type": "number"\r
2407               }\r
2408             },\r
2409             "t": {\r
2410               "tag": {\r
2411                 "type": "number"\r
2412               }\r
2413             },\r
2414             "id": {\r
2415               "label": {\r
2416                 "type": "none"\r
2417               },\r
2418               "tag": {\r
2419                 "type": "hidden"\r
2420               }\r
2421             }\r
2422           },\r
2423           "field_names": [\r
2424             "story_id",\r
2425             "sheet_id",\r
2426             "t",\r
2427             "id"\r
2428           ]\r
2429         }\r
2430       }\r
2431     },\r
2432     "sheet": {\r
2433       "uses": {\r
2434         "default": {\r
2435           "fields": {\r
2436             "caption": {\r
2437               "label": {\r
2438                 "args": {\r
2439                   "row_break": true\r
2440                 }\r
2441               },\r
2442               "tag": {\r
2443                 "type": "text",\r
2444                 "args": {\r
2445                   "options": {\r
2446                     "size": 80\r
2447                   }\r
2448                 }\r
2449               },\r
2450               "row_break": true\r
2451             },\r
2452             "width": {\r
2453               "tag": {\r
2454                 "type": "number"\r
2455               }\r
2456             },\r
2457             "height": {\r
2458               "tag": {\r
2459                 "type": "number"\r
2460               },\r
2461               "row_break": true\r
2462             },\r
2463             "visible": {\r
2464               "tag": {\r
2465                 "type": "select"\r
2466               },\r
2467               "row_break": true\r
2468             },\r
2469             "id": {\r
2470               "label": {\r
2471                 "type": "none"\r
2472               },\r
2473               "tag": {\r
2474                 "type": "hidden"\r
2475               }\r
2476             },\r
2477             "author_id": {\r
2478               "label": {\r
2479                 "type": "none"\r
2480               },\r
2481               "tag": {\r
2482                 "type": "hidden"\r
2483               }\r
2484             }\r
2485           },\r
2486           "field_names": [\r
2487             "caption",\r
2488             "width",\r
2489             "height",\r
2490             "visible",\r
2491             "id",\r
2492             "author_id"\r
2493           ]\r
2494         }\r
2495       }\r
2496     },\r
2497     "sheet_panel": {\r
2498       "uses": {\r
2499         "default": {\r
2500           "fields": {\r
2501             "sheet_id": {\r
2502               "tag": {\r
2503                 "type": "number"\r
2504               }\r
2505             },\r
2506             "panel_id": {\r
2507               "tag": {\r
2508                 "type": "number"\r
2509               }\r
2510             },\r
2511             "x": {\r
2512               "tag": {\r
2513                 "type": "number"\r
2514               }\r
2515             },\r
2516             "y": {\r
2517               "tag": {\r
2518                 "type": "number"\r
2519               },\r
2520               "row_break": true\r
2521             },\r
2522             "z": {\r
2523               "label": {\r
2524                 "type": "none"\r
2525               },\r
2526               "tag": {\r
2527                 "type": "hidden"\r
2528               }\r
2529             },\r
2530             "t": {\r
2531               "label": {\r
2532                 "type": "none"\r
2533               },\r
2534               "tag": {\r
2535                 "type": "hidden"\r
2536               }\r
2537             },\r
2538             "id": {\r
2539               "label": {\r
2540                 "type": "none"\r
2541               },\r
2542               "tag": {\r
2543                 "type": "hidden"\r
2544               }\r
2545             }\r
2546           },\r
2547           "field_names": [\r
2548             "sheet_id",\r
2549             "panel_id",\r
2550             "x",\r
2551             "y",\r
2552             "z",\r
2553             "t",\r
2554             "id"\r
2555           ]\r
2556         }\r
2557       }\r
2558     },\r
2559     "panel": {\r
2560       "uses": {\r
2561         "default": {\r
2562           "fields": {\r
2563             "caption": {\r
2564               "tag": {\r
2565                 "type": "text",\r
2566                 "args": {\r
2567                   "options": {\r
2568                     "size": 40\r
2569                   }\r
2570                 }\r
2571               },\r
2572               "row_break": true\r
2573             },\r
2574             "width": {\r
2575               "tag": {\r
2576                 "type": "number"\r
2577               }\r
2578             },\r
2579             "height": {\r
2580               "tag": {\r
2581                 "type": "number"\r
2582               },\r
2583               "row_break": true\r
2584             },\r
2585             "border": {\r
2586               "tag": {\r
2587                 "type": "number"\r
2588               }\r
2589             },\r
2590             "publish": {\r
2591               "tag": {\r
2592                 "type": "select"\r
2593               },\r
2594               "row_break": true\r
2595             },\r
2596             "id": {\r
2597               "label": {\r
2598                 "type": "none"\r
2599               },\r
2600               "tag": {\r
2601                 "type": "hidden"\r
2602               }\r
2603             },\r
2604             "author_id": {\r
2605               "label": {\r
2606                 "type": "none"\r
2607               },\r
2608               "tag": {\r
2609                 "type": "hidden"\r
2610               }\r
2611             }\r
2612           },\r
2613           "field_names": [\r
2614             "caption",\r
2615             "width",\r
2616             "height",\r
2617             "border",\r
2618             "publish",\r
2619             "id",\r
2620             "author_id"\r
2621           ]\r
2622         }\r
2623       }\r
2624     },\r
2625     "panel_picture": {\r
2626       "uses": {\r
2627         "default": {\r
2628           "fields": {\r
2629             "x": {\r
2630               "tag": {\r
2631                 "type": "number"\r
2632               }\r
2633             },\r
2634             "y": {\r
2635               "tag": {\r
2636                 "type": "number"\r
2637               },\r
2638               "row_break": true\r
2639             },\r
2640             "width": {\r
2641               "tag": {\r
2642                 "type": "number"\r
2643               },\r
2644               "helpers": {\r
2645                 "size": {\r
2646                   "type": "size",\r
2647                   "args": {\r
2648                     "dom_class": "panel_picture_width_tool"\r
2649                   }\r
2650                 }\r
2651               },\r
2652               "row_break": true\r
2653             },\r
2654             "height": {\r
2655               "tag": {\r
2656                 "type": "number"\r
2657               },\r
2658               "helpers": {\r
2659                 "size": {\r
2660                   "type": "size",\r
2661                   "args": {\r
2662                     "dom_class": "panel_picture_height_tool"\r
2663                   }\r
2664                 }\r
2665               },\r
2666               "row_break": true\r
2667             },\r
2668             "link": {\r
2669               "tag": {\r
2670                 "type": "text"\r
2671               },\r
2672               "row_break": true\r
2673             },\r
2674             "id": {\r
2675               "label": {\r
2676                 "type": "none"\r
2677               },\r
2678               "tag": {\r
2679                 "type": "hidden"\r
2680               }\r
2681             },\r
2682             "panel_id": {\r
2683               "label": {\r
2684                 "type": "none"\r
2685               },\r
2686               "tag": {\r
2687                 "type": "hidden"\r
2688               }\r
2689             },\r
2690             "picture_id": {\r
2691               "tag": {\r
2692                 "type": "hidden"\r
2693               },\r
2694               "helpers": {\r
2695                 "popup": {\r
2696                   "type": "popup",\r
2697                   "args": {\r
2698                     "source": "pictures"\r
2699                   }\r
2700                 }\r
2701               }\r
2702             },\r
2703             "z": {\r
2704               "label": {\r
2705                 "type": "none"\r
2706               },\r
2707               "tag": {\r
2708                 "type": "hidden"\r
2709               }\r
2710             },\r
2711             "t": {\r
2712               "label": {\r
2713                 "type": "none"\r
2714               },\r
2715               "tag": {\r
2716                 "type": "hidden"\r
2717               }\r
2718             }\r
2719           },\r
2720           "field_names": [\r
2721             "x",\r
2722             "y",\r
2723             "width",\r
2724             "height",\r
2725             "link",\r
2726             "id",\r
2727             "panel_id",\r
2728             "picture_id",\r
2729             "z",\r
2730             "t"\r
2731           ]\r
2732         },\r
2733         "scenario": {\r
2734           "fields": {\r
2735             "caption": {\r
2736               "tag": {\r
2737                 "type": "text",\r
2738                 "args": {\r
2739                   "options": {\r
2740                     "size": 40\r
2741                   }\r
2742                 }\r
2743               },\r
2744               "row_break": true\r
2745             }\r
2746           },\r
2747           "field_names": [\r
2748             "caption"\r
2749           ]\r
2750         }\r
2751       }\r
2752     },\r
2753     "speech_balloon": {\r
2754       "uses": {\r
2755         "default": {\r
2756           "fields": {\r
2757             "id": {\r
2758               "label": {\r
2759                 "type": "none"\r
2760               },\r
2761               "tag": {\r
2762                 "type": "hidden"\r
2763               }\r
2764             },\r
2765             "panel_id": {\r
2766               "label": {\r
2767                 "type": "none"\r
2768               },\r
2769               "tag": {\r
2770                 "type": "hidden"\r
2771               }\r
2772             },\r
2773             "speech_balloon_template_id": {\r
2774               "label": {\r
2775                 "type": "none"\r
2776               },\r
2777               "tag": {\r
2778                 "type": "hidden"\r
2779               }\r
2780             },\r
2781             "z": {\r
2782               "label": {\r
2783                 "type": "none"\r
2784               },\r
2785               "tag": {\r
2786                 "type": "hidden"\r
2787               }\r
2788             },\r
2789             "t": {\r
2790               "label": {\r
2791                 "type": "none"\r
2792               },\r
2793               "tag": {\r
2794                 "type": "hidden"\r
2795               }\r
2796             },\r
2797             "speech_balloon_template_module_name": {\r
2798               "label": {\r
2799                 "type": "none"\r
2800               },\r
2801               "tag": {\r
2802                 "type": "hidden"\r
2803               }\r
2804             },\r
2805             "speech_balloon_template_settings": {\r
2806               "row_break": true\r
2807             }\r
2808           },\r
2809           "field_names": [\r
2810             "id",\r
2811             "panel_id",\r
2812             "speech_balloon_template_id",\r
2813             "speech_balloon_template_module_name",\r
2814             "z",\r
2815             "t",\r
2816             "speech_balloon_template_settings"\r
2817           ]\r
2818         },\r
2819         "scenario": {\r
2820           "fields": {\r
2821             "caption": {\r
2822               "tag": {\r
2823                 "type": "text",\r
2824                 "args": {\r
2825                   "options": {\r
2826                     "size": 40\r
2827                   }\r
2828                 }\r
2829               },\r
2830               "row_break": true\r
2831             }\r
2832           },\r
2833           "field_names": [\r
2834             "caption"\r
2835           ]\r
2836         }\r
2837       }\r
2838     },\r
2839     "balloon": {\r
2840       "uses": {\r
2841         "default": {\r
2842           "fields": {\r
2843             "id": {\r
2844               "label": {\r
2845                 "type": "none"\r
2846               },\r
2847               "tag": {\r
2848                 "type": "hidden"\r
2849               }\r
2850             },\r
2851             "speech_balloon_id": {\r
2852               "label": {\r
2853                 "type": "none"\r
2854               },\r
2855               "tag": {\r
2856                 "type": "hidden"\r
2857               }\r
2858             },\r
2859             "speech_balloon_template_id": {\r
2860               "label": {\r
2861                 "type": "none"\r
2862               },\r
2863               "tag": {\r
2864                 "type": "hidden"\r
2865               }\r
2866             },\r
2867             "system_picture_id": {\r
2868               "label": {\r
2869                 "type": "none"\r
2870               },\r
2871               "tag": {\r
2872                 "type": "hidden"\r
2873               }\r
2874             },\r
2875             "r": {\r
2876               "tag": {\r
2877                 "type": "number"\r
2878               },\r
2879               "helpers": {\r
2880                 "tail_angle": {\r
2881                   "type": "tail_angle",\r
2882                   "args": {}\r
2883                 }\r
2884               },\r
2885               "row_break": true\r
2886             },\r
2887             "x": {\r
2888               "tag": {\r
2889                 "type": "number"\r
2890               }\r
2891             },\r
2892             "y": {\r
2893               "label": {},\r
2894               "tag": {\r
2895                 "type": "number"\r
2896               }\r
2897             },\r
2898             "width": {\r
2899               "tag": {\r
2900                 "type": "number"\r
2901               }\r
2902             },\r
2903             "height": {\r
2904               "tag": {\r
2905                 "type": "number"\r
2906               },\r
2907               "row_break": true\r
2908             },\r
2909             "speech_balloon_template_module_name": {\r
2910               "label": {\r
2911                 "type": "none"\r
2912               },\r
2913               "tag": {\r
2914                 "type": "hidden"\r
2915               }\r
2916             },\r
2917             "speech_balloon_template_settings": {\r
2918               "row_break": true\r
2919             }\r
2920           },\r
2921           "field_names": [\r
2922             "r",\r
2923             "x",\r
2924             "y",\r
2925             "width",\r
2926             "height",\r
2927             "id",\r
2928             "speech_balloon_id",\r
2929             "system_picture_id",\r
2930             "speech_balloon_template_id",\r
2931             "speech_balloon_template_module_name",\r
2932             "speech_balloon_template_settings"\r
2933           ]\r
2934         },\r
2935         "scenario": {\r
2936           "fields": {},\r
2937           "field_names": []\r
2938         }\r
2939       }\r
2940     },\r
2941     "speech": {\r
2942       "uses": {\r
2943         "default": {\r
2944           "fields": {\r
2945             "id": {\r
2946               "label": {\r
2947                 "type": "none"\r
2948               },\r
2949               "tag": {\r
2950                 "type": "hidden"\r
2951               }\r
2952             },\r
2953             "speech_balloon_id": {\r
2954               "label": {\r
2955                 "type": "none"\r
2956               },\r
2957               "tag": {\r
2958                 "type": "hidden"\r
2959               }\r
2960             },\r
2961             "speech_balloon_template_id": {\r
2962               "label": {\r
2963                 "type": "none"\r
2964               },\r
2965               "tag": {\r
2966                 "type": "hidden"\r
2967               }\r
2968             },\r
2969             "x": {\r
2970               "label": {\r
2971                 "type": "none"\r
2972               },\r
2973               "tag": {\r
2974                 "type": "hidden"\r
2975               }\r
2976             },\r
2977             "y": {\r
2978               "label": {\r
2979                 "type": "none"\r
2980               },\r
2981               "tag": {\r
2982                 "type": "hidden"\r
2983               }\r
2984             },\r
2985             "width": {\r
2986               "label": {\r
2987                 "type": "none"\r
2988               },\r
2989               "tag": {\r
2990                 "type": "hidden"\r
2991               }\r
2992             },\r
2993             "height": {\r
2994               "label": {\r
2995                 "type": "none"\r
2996               },\r
2997               "tag": {\r
2998                 "type": "hidden"\r
2999               }\r
3000             },\r
3001             "writing_format_id": {\r
3002               "tag": {\r
3003                 "type": "select"\r
3004               }\r
3005             },\r
3006             "font_size": {\r
3007               "tag": {\r
3008                 "type": "select"\r
3009               },\r
3010               "row_break": true\r
3011             },\r
3012             "text_align": {\r
3013               "tag": {\r
3014                 "type": "select"\r
3015               }\r
3016             },\r
3017             "content": {\r
3018               "label": {\r
3019                 "args": {\r
3020                   "row_break": true\r
3021                 }\r
3022               },\r
3023               "tag": {\r
3024                 "type": "text_area",\r
3025                 "args": {\r
3026                   "options": {\r
3027                     "size": "45x5"\r
3028                   }\r
3029                 }\r
3030               }\r
3031             },\r
3032             "fore_color": {\r
3033               "label": {\r
3034                 "row_break": true\r
3035               },\r
3036               "tag": {\r
3037                 "type": "hidden"\r
3038               },\r
3039               "helpers": {\r
3040                 "color": {\r
3041                   "type": "color",\r
3042                   "args": {\r
3043                     "wrapper": "speech-fore_color-wrap"\r
3044                   }\r
3045                 }\r
3046               },\r
3047               "row_break": true\r
3048             },\r
3049             "speech_balloon_template_module_name": {\r
3050               "label": {\r
3051                 "type": "none"\r
3052               },\r
3053               "tag": {\r
3054                 "type": "hidden"\r
3055               }\r
3056             },\r
3057             "writing_format_module_name": {\r
3058               "label": {\r
3059                 "type": "none"\r
3060               },\r
3061               "tag": {\r
3062                 "type": "hidden"\r
3063               }\r
3064             },\r
3065             "speech_balloon_template_settings": {\r
3066               "row_break": true\r
3067             }\r
3068           },\r
3069           "field_names": [\r
3070             "writing_format_id",\r
3071             "font_size",\r
3072             "text_align",\r
3073             "content",\r
3074             "fore_color",\r
3075             "id",\r
3076             "speech_balloon_id",\r
3077             "x",\r
3078             "y",\r
3079             "width",\r
3080             "height",\r
3081             "speech_balloon_template_id",\r
3082             "speech_balloon_template_module_name",\r
3083             "speech_balloon_template_settings",\r
3084             "writing_format_module_name"\r
3085           ]\r
3086         },\r
3087         "scenario": {\r
3088           "fields": {\r
3089             "quotes": {\r
3090               "tag": {\r
3091                 "type": "text"\r
3092               },\r
3093               "row_break": true\r
3094             },\r
3095             "content": {\r
3096               "label": {\r
3097                 "args": {\r
3098                   "row_break": true\r
3099                 }\r
3100               },\r
3101               "tag": {\r
3102                 "type": "text_area",\r
3103                 "args": {\r
3104                   "options": {\r
3105                     "size": "45x5"\r
3106                   }\r
3107                 }\r
3108               }\r
3109             }\r
3110           },\r
3111           "field_names": [\r
3112             "quotes",\r
3113             "content"\r
3114           ]\r
3115         }\r
3116       }\r
3117     },\r
3118     "ground_picture": {\r
3119       "uses": {\r
3120         "default": {\r
3121           "fields": {\r
3122             "id": {\r
3123               "label": {\r
3124                 "type": "none"\r
3125               },\r
3126               "tag": {\r
3127                 "type": "hidden"\r
3128               }\r
3129             },\r
3130             "panel_id": {\r
3131               "label": {\r
3132                 "type": "none"\r
3133               },\r
3134               "tag": {\r
3135                 "type": "hidden"\r
3136               }\r
3137             },\r
3138             "picture_id": {\r
3139               "label": {\r
3140                 "type": "none"\r
3141               },\r
3142               "tag": {\r
3143                 "type": "hidden"\r
3144               }\r
3145             },\r
3146             "repeat": {\r
3147               "tag": {\r
3148                 "type": "select",\r
3149                 "args": {\r
3150                   "source": "magic_number",\r
3151                   "key": "ground_picture_repeat_items"\r
3152                 }\r
3153               },\r
3154               "row_break": true\r
3155             },\r
3156             "x": {\r
3157               "tag": {\r
3158                 "type": "number"\r
3159               },\r
3160               "helpers": {\r
3161                 "slider": {\r
3162                   "type": "slider",\r
3163                   "args": {\r
3164                     "class_name": "gp_x_slider",\r
3165                     "orientation": "horizontal",\r
3166                     "range": "min",\r
3167                     "max": 100\r
3168                   }\r
3169                 }\r
3170               },\r
3171               "row_break": true\r
3172             },\r
3173             "y": {\r
3174               "tag": {\r
3175                 "type": "number"\r
3176               },\r
3177               "helpers": {\r
3178                 "slider": {\r
3179                   "type": "slider",\r
3180                   "args": {\r
3181                     "class_name": "gp_y_slider",\r
3182                     "orientation": "horizontal",\r
3183                     "range": "min",\r
3184                     "max": 100\r
3185                   }\r
3186                 }\r
3187               },\r
3188               "row_break": true\r
3189             },\r
3190             "z": {\r
3191               "label": {\r
3192                 "type": "none"\r
3193               },\r
3194               "tag": {\r
3195                 "type": "hidden"\r
3196               }\r
3197             },\r
3198             "t": {\r
3199               "label": {\r
3200                 "type": "none"\r
3201               },\r
3202               "tag": {\r
3203                 "type": "hidden"\r
3204               }\r
3205             }\r
3206           },\r
3207           "field_names": [\r
3208             "repeat",\r
3209             "x",\r
3210             "y",\r
3211             "z",\r
3212             "t",\r
3213             "id",\r
3214             "panel_id",\r
3215             "picture_id"\r
3216           ]\r
3217         },\r
3218         "scenario": {\r
3219           "fields": {\r
3220             "caption": {\r
3221               "tag": {\r
3222                 "type": "text",\r
3223                 "args": {\r
3224                   "options": {\r
3225                     "size": 40\r
3226                   }\r
3227                 }\r
3228               },\r
3229               "row_break": true\r
3230             }\r
3231           },\r
3232           "field_names": [\r
3233             "caption"\r
3234           ]\r
3235         }\r
3236       }\r
3237     },\r
3238     "ground_color": {\r
3239       "uses": {\r
3240         "default": {\r
3241           "fields": {\r
3242             "id": {\r
3243               "label": {\r
3244                 "type": "none"\r
3245               },\r
3246               "tag": {\r
3247                 "type": "hidden"\r
3248               }\r
3249             },\r
3250             "panel_id": {\r
3251               "label": {\r
3252                 "type": "none"\r
3253               },\r
3254               "tag": {\r
3255                 "type": "hidden"\r
3256               }\r
3257             },\r
3258             "code": {\r
3259               "label": {\r
3260                 "args": {\r
3261                   "row_break": true\r
3262                 }\r
3263               },\r
3264               "tag": {\r
3265                 "type": "hidden"\r
3266               },\r
3267               "helpers": {\r
3268                 "color": {\r
3269                   "type": "color",\r
3270                   "args": {\r
3271                     "wrapper": "ground_color-code-wrap"\r
3272                   }\r
3273                 }\r
3274               },\r
3275               "row_break": true\r
3276             },\r
3277             "orientation": {\r
3278               "tag": {\r
3279                 "type": "select"\r
3280               },\r
3281               "row_break": true\r
3282             },\r
3283             "xy": {\r
3284               "tag": {\r
3285                 "type": "number"\r
3286               },\r
3287               "helpers": {\r
3288                 "slider": {\r
3289                   "type": "slider",\r
3290                   "args": {\r
3291                     "class_name": "gc_xy_slider",\r
3292                     "orientation": "horizontal",\r
3293                     "range": "min",\r
3294                     "max": 100\r
3295                   }\r
3296                 }\r
3297               },\r
3298               "row_break": true\r
3299             },\r
3300             "wh": {\r
3301               "tag": {\r
3302                 "type": "number"\r
3303               },\r
3304               "helpers": {\r
3305                 "slider": {\r
3306                   "type": "slider",\r
3307                   "args": {\r
3308                     "class_name": "gc_wh_slider",\r
3309                     "orientation": "horizontal",\r
3310                     "range": "min",\r
3311                     "max": 100\r
3312                   }\r
3313                 }\r
3314               },\r
3315               "row_break": true\r
3316             },\r
3317             "z": {\r
3318               "label": {\r
3319                 "type": "none"\r
3320               },\r
3321               "tag": {\r
3322                 "type": "hidden"\r
3323               }\r
3324             },\r
3325             "t": {\r
3326               "label": {\r
3327                 "type": "none"\r
3328               },\r
3329               "tag": {\r
3330                 "type": "hidden"\r
3331               }\r
3332             }\r
3333           },\r
3334           "field_names": [\r
3335             "id",\r
3336             "panel_id",\r
3337             "code",\r
3338             "orientation",\r
3339             "xy",\r
3340             "wh",\r
3341             "z",\r
3342             "t"\r
3343           ]\r
3344         },\r
3345         "scenario": {\r
3346           "fields": {\r
3347             "caption": {\r
3348               "tag": {\r
3349                 "type": "text",\r
3350                 "args": {\r
3351                   "options": {\r
3352                     "size": 40\r
3353                   }\r
3354                 }\r
3355               },\r
3356               "row_break": true\r
3357             }\r
3358           },\r
3359           "field_names": [\r
3360             "caption"\r
3361           ]\r
3362         }\r
3363       }\r
3364     },\r
3365     "original_picture_license_group": {\r
3366       "uses": {\r
3367         "default": {\r
3368           "fields": {\r
3369             "id": {\r
3370               "label": {\r
3371                 "type": "none"\r
3372               },\r
3373               "tag": {\r
3374                 "type": "hidden"\r
3375               }\r
3376             },\r
3377             "original_picture_id": {\r
3378               "label": {\r
3379                 "type": "none"\r
3380               },\r
3381               "tag": {\r
3382                 "type": "hidden"\r
3383               }\r
3384             },\r
3385             "license_group_id": {\r
3386               "tag": {\r
3387                 "type": "select"\r
3388               }\r
3389             }\r
3390           },\r
3391           "field_names": [\r
3392             "id",\r
3393             "original_picture_id",\r
3394             "license_group_id"\r
3395           ]\r
3396         }\r
3397       }\r
3398     },\r
3399     "original_picture_license": {\r
3400       "uses": {\r
3401         "default": {\r
3402           "fields": {\r
3403             "id": {\r
3404               "label": {\r
3405                 "type": "none"\r
3406               },\r
3407               "tag": {\r
3408                 "type": "hidden"\r
3409               }\r
3410             },\r
3411             "original_picture_id": {\r
3412               "label": {\r
3413                 "type": "none"\r
3414               },\r
3415               "tag": {\r
3416                 "type": "hidden"\r
3417               }\r
3418             },\r
3419             "license_group_id": {\r
3420               "label": {\r
3421                 "type": "none"\r
3422               },\r
3423               "tag": {\r
3424                 "type": "hidden"\r
3425               }\r
3426             },\r
3427             "license_id": {\r
3428               "tag": {\r
3429                 "type": "select"\r
3430               }\r
3431             },\r
3432             "license_settings": {\r
3433               "row_break": true\r
3434             },\r
3435             "license_group_module_name": {\r
3436               "label": {\r
3437                 "type": "none"\r
3438               },\r
3439               "tag": {\r
3440                 "type": "hidden"\r
3441               }\r
3442             }\r
3443           },\r
3444           "field_names": [\r
3445             "id",\r
3446             "original_picture_id",\r
3447             "license_group_id",\r
3448             "license_id",\r
3449             "license_settings",\r
3450             "license_group_module_name"\r
3451           ]\r
3452         }\r
3453       }\r
3454     },\r
3455     "speech_balloon_template": {\r
3456       "uses": {\r
3457         "default": {\r
3458           "fields": {\r
3459             "id": {\r
3460               "label": {\r
3461                 "type": "none"\r
3462               },\r
3463               "tag": {\r
3464                 "type": "hidden"\r
3465               }\r
3466             },\r
3467             "name": {\r
3468               "tag": {\r
3469                 "type": "text"\r
3470               },\r
3471               "row_break": true\r
3472             },\r
3473             "module_name": {\r
3474               "tag": {\r
3475                 "type": "text"\r
3476               },\r
3477               "row_break": true\r
3478             },\r
3479             "caption": {\r
3480               "tag": {\r
3481                 "type": "text"\r
3482               },\r
3483               "row_break": true\r
3484             },\r
3485             "t": {\r
3486               "tag": {\r
3487                 "type": "number"\r
3488               },\r
3489               "row_break": true\r
3490             },\r
3491             "system_picture_id": {\r
3492               "tag": {\r
3493                 "type": "number"\r
3494               },\r
3495               "row_break": true\r
3496             },\r
3497             "settings": {\r
3498               "tag": {\r
3499                 "type": "text_area"\r
3500               },\r
3501               "row_break": true\r
3502             }\r
3503           },\r
3504           "field_names": [\r
3505             "id",\r
3506             "name",\r
3507             "module_name",\r
3508             "caption",\r
3509             "t",\r
3510             "system_picture_id",\r
3511             "settings"\r
3512           ]\r
3513         }\r
3514       }\r
3515     },\r
3516     "writing_format": {\r
3517       "uses": {\r
3518         "default": {\r
3519           "fields": {\r
3520             "id": {\r
3521               "label": {\r
3522                 "type": "none"\r
3523               },\r
3524               "tag": {\r
3525                 "type": "hidden"\r
3526               }\r
3527             },\r
3528             "name": {\r
3529               "tag": {\r
3530                 "type": "text"\r
3531               },\r
3532               "row_break": true\r
3533             },\r
3534             "module_name": {\r
3535               "tag": {\r
3536                 "type": "text"\r
3537               },\r
3538               "row_break": true\r
3539             },\r
3540             "caption": {\r
3541               "tag": {\r
3542                 "type": "text"\r
3543               },\r
3544               "row_break": true\r
3545             },\r
3546             "system_picture_id": {\r
3547               "tag": {\r
3548                 "type": "number"\r
3549               },\r
3550               "row_break": true\r
3551             },\r
3552             "settings": {\r
3553               "tag": {\r
3554                 "type": "text_area"\r
3555               },\r
3556               "row_break": true\r
3557             }\r
3558           },\r
3559           "field_names": [\r
3560             "id",\r
3561             "name",\r
3562             "module_name",\r
3563             "caption",\r
3564             "system_picture_id",\r
3565             "settings"\r
3566           ]\r
3567         }\r
3568       }\r
3569     },\r
3570     "license_group": {\r
3571       "uses": {\r
3572         "default": {\r
3573           "fields": {\r
3574             "id": {\r
3575               "label": {\r
3576                 "type": "none"\r
3577               },\r
3578               "tag": {\r
3579                 "type": "hidden"\r
3580               }\r
3581             },\r
3582             "name": {\r
3583               "tag": {\r
3584                 "type": "text"\r
3585               },\r
3586               "row_break": true\r
3587             },\r
3588             "module_name": {\r
3589               "tag": {\r
3590                 "type": "text"\r
3591               },\r
3592               "row_break": true\r
3593             },\r
3594             "caption": {\r
3595               "tag": {\r
3596                 "type": "text"\r
3597               },\r
3598               "row_break": true\r
3599             },\r
3600             "url": {\r
3601               "tag": {\r
3602                 "type": "text"\r
3603               },\r
3604               "row_break": true\r
3605             }\r
3606           },\r
3607           "field_names": [\r
3608             "id",\r
3609             "name",\r
3610             "module_name",\r
3611             "caption",\r
3612             "url"\r
3613           ]\r
3614         }\r
3615       }\r
3616     },\r
3617     "license": {\r
3618       "uses": {\r
3619         "default": {\r
3620           "fields": {\r
3621             "id": {\r
3622               "label": {\r
3623                 "type": "none"\r
3624               },\r
3625               "tag": {\r
3626                 "type": "hidden"\r
3627               }\r
3628             },\r
3629             "license_group_id": {\r
3630               "label": {\r
3631                 "type": "none"\r
3632               },\r
3633               "tag": {\r
3634                 "type": "hidden"\r
3635               }\r
3636             },\r
3637             "license_group_module_name": {\r
3638               "tag": {\r
3639                 "type": "text"\r
3640               },\r
3641               "row_break": true\r
3642             },\r
3643             "name": {\r
3644               "tag": {\r
3645                 "type": "text"\r
3646               },\r
3647               "row_break": true\r
3648             },\r
3649             "caption": {\r
3650               "tag": {\r
3651                 "type": "text"\r
3652               },\r
3653               "row_break": true\r
3654             },\r
3655             "system_picture_id": {\r
3656               "tag": {\r
3657                 "type": "number"\r
3658               },\r
3659               "row_break": true\r
3660             },\r
3661             "url": {\r
3662               "tag": {\r
3663                 "type": "text"\r
3664               },\r
3665               "row_break": true\r
3666             },\r
3667             "license_group_settings": {\r
3668               "row_break": true\r
3669             },\r
3670             "credit_picture_settings": {\r
3671               "row_break": true\r
3672             }\r
3673           },\r
3674           "field_names": [\r
3675             "id",\r
3676             "license_group_id",\r
3677             "license_group_module_name",\r
3678             "name",\r
3679             "caption",\r
3680             "system_picture_id",\r
3681             "url",\r
3682             "license_group_settings",\r
3683             "credit_picture_settings"\r
3684           ]\r
3685         }\r
3686       }\r
3687     },\r
3688     "author": {\r
3689       "uses": {\r
3690         "default": {\r
3691           "fields": {\r
3692             "id": {\r
3693               "label": {\r
3694                 "type": "none"\r
3695               },\r
3696               "tag": {\r
3697                 "type": "hidden"\r
3698               }\r
3699             },\r
3700             "name": {\r
3701               "label": {\r
3702                 "args": {\r
3703                   "row_break": true\r
3704                 }\r
3705               },\r
3706               "tag": {\r
3707                 "type": "text"\r
3708               },\r
3709               "row_break": true\r
3710             }\r
3711           },\r
3712           "field_names": [\r
3713             "id",\r
3714             "name"\r
3715           ]\r
3716         }\r
3717       }\r
3718     },\r
3719     "artist": {\r
3720       "uses": {\r
3721         "default": {\r
3722           "fields": {\r
3723             "id": {\r
3724               "label": {\r
3725                 "type": "none"\r
3726               },\r
3727               "tag": {\r
3728                 "type": "hidden"\r
3729               }\r
3730             },\r
3731             "name": {\r
3732               "label": {\r
3733                 "args": {\r
3734                   "row_break": true\r
3735                 }\r
3736               },\r
3737               "tag": {\r
3738                 "type": "text"\r
3739               },\r
3740               "row_break": true\r
3741             }\r
3742           },\r
3743           "field_names": [\r
3744             "id",\r
3745             "name"\r
3746           ]\r
3747         }\r
3748       }\r
3749     },\r
3750     "circle_speech_balloon_speech_balloon": {\r
3751       "uses": {\r
3752         "default": {\r
3753           "fields": {},\r
3754           "field_names": []\r
3755         }\r
3756       }\r
3757     },\r
3758     "circle_speech_balloon_balloon": {\r
3759       "uses": {\r
3760         "default": {\r
3761           "fields": {},\r
3762           "field_names": []\r
3763         }\r
3764       }\r
3765     },\r
3766     "circle_speech_balloon_speech": {\r
3767       "uses": {\r
3768         "default": {\r
3769           "fields": {},\r
3770           "field_names": []\r
3771         }\r
3772       }\r
3773     },\r
3774     "plain_speech_balloon_speech_balloon": {\r
3775       "uses": {\r
3776         "default": {\r
3777           "fields": {},\r
3778           "field_names": []\r
3779         }\r
3780       }\r
3781     },\r
3782     "plain_speech_balloon_balloon": {\r
3783       "uses": {\r
3784         "default": {\r
3785           "fields": {},\r
3786           "field_names": []\r
3787         }\r
3788       }\r
3789     },\r
3790     "plain_speech_balloon_speech": {\r
3791       "uses": {\r
3792         "default": {\r
3793           "fields": {},\r
3794           "field_names": []\r
3795         }\r
3796       }\r
3797     },\r
3798     "square_speech_balloon_speech_balloon": {\r
3799       "uses": {\r
3800         "default": {\r
3801           "fields": {},\r
3802           "field_names": []\r
3803         }\r
3804       }\r
3805     },\r
3806     "square_speech_balloon_balloon": {\r
3807       "uses": {\r
3808         "default": {\r
3809           "fields": {},\r
3810           "field_names": []\r
3811         }\r
3812       }\r
3813     },\r
3814     "square_speech_balloon_speech": {\r
3815       "uses": {\r
3816         "default": {\r
3817           "fields": {},\r
3818           "field_names": []\r
3819         }\r
3820       }\r
3821     },\r
3822     "test_speech_balloon_speech_balloon": {\r
3823       "uses": {\r
3824         "default": {\r
3825           "fields": {\r
3826             "a": {\r
3827               "tag": {\r
3828                 "type": "number"\r
3829               },\r
3830               "row_break": true\r
3831             }\r
3832           },\r
3833           "field_names": [\r
3834             "a"\r
3835           ]\r
3836         }\r
3837       }\r
3838     },\r
3839     "test_speech_balloon_balloon": {\r
3840       "uses": {\r
3841         "default": {\r
3842           "fields": {\r
3843             "b": {\r
3844               "tag": {\r
3845                 "type": "number"\r
3846               },\r
3847               "row_break": true\r
3848             }\r
3849           },\r
3850           "field_names": [\r
3851             "b"\r
3852           ]\r
3853         }\r
3854       }\r
3855     },\r
3856     "test_speech_balloon_speech": {\r
3857       "uses": {\r
3858         "default": {\r
3859           "fields": {\r
3860             "c": {\r
3861               "tag": {\r
3862                 "type": "number"\r
3863               },\r
3864               "row_break": true\r
3865             }\r
3866           },\r
3867           "field_names": [\r
3868             "c"\r
3869           ]\r
3870         }\r
3871       }\r
3872     },\r
3873     "pettanr_simple_format_speech": {\r
3874       "uses": {\r
3875         "default": {\r
3876           "fields": {},\r
3877           "field_names": []\r
3878         }\r
3879       }\r
3880     },\r
3881     "pettanr_creative_commons_v30_licenses_license": {\r
3882       "uses": {\r
3883         "default": {\r
3884           "fields": {\r
3885             "open": {\r
3886               "tag": {\r
3887                 "type": "number"\r
3888               },\r
3889               "row_break": true\r
3890             },\r
3891             "commercial": {\r
3892               "tag": {\r
3893                 "type": "number"\r
3894               },\r
3895               "row_break": true\r
3896             },\r
3897             "official": {\r
3898               "tag": {\r
3899                 "type": "number"\r
3900               },\r
3901               "row_break": true\r
3902             },\r
3903             "attribution": {\r
3904               "tag": {\r
3905                 "type": "number"\r
3906               },\r
3907               "row_break": true\r
3908             },\r
3909             "derive": {\r
3910               "tag": {\r
3911                 "type": "number"\r
3912               },\r
3913               "row_break": true\r
3914             },\r
3915             "thumbnail": {\r
3916               "tag": {\r
3917                 "type": "number"\r
3918               },\r
3919               "row_break": true\r
3920             },\r
3921             "gif_convert": {\r
3922               "tag": {\r
3923                 "type": "number"\r
3924               },\r
3925               "row_break": true\r
3926             },\r
3927             "reverse": {\r
3928               "tag": {\r
3929                 "type": "number"\r
3930               },\r
3931               "row_break": true\r
3932             },\r
3933             "sync_vh": {\r
3934               "tag": {\r
3935                 "type": "number"\r
3936               },\r
3937               "row_break": true\r
3938             },\r
3939             "overlap": {\r
3940               "tag": {\r
3941                 "type": "number"\r
3942               },\r
3943               "row_break": true\r
3944             }\r
3945           },\r
3946           "field_names": [\r
3947             "open",\r
3948             "commercial",\r
3949             "official",\r
3950             "attribution",\r
3951             "derive",\r
3952             "thumbnail",\r
3953             "gif_convert",\r
3954             "reverse",\r
3955             "sync_vh",\r
3956             "overlap"\r
3957           ]\r
3958         }\r
3959       }\r
3960     },\r
3961     "pettanr_creative_commons_v30_licenses_attribute": {\r
3962       "uses": {\r
3963         "default": {\r
3964           "fields": {\r
3965             "artist_name": {\r
3966               "tag": {\r
3967                 "type": "text"\r
3968               },\r
3969               "row_break": true\r
3970             },\r
3971             "caption": {\r
3972               "tag": {\r
3973                 "type": "text"\r
3974               },\r
3975               "row_break": true\r
3976             },\r
3977             "artist_url": {\r
3978               "tag": {\r
3979                 "type": "text"\r
3980               },\r
3981               "row_break": true\r
3982             },\r
3983             "source_url": {\r
3984               "tag": {\r
3985                 "type": "text"\r
3986               },\r
3987               "row_break": true\r
3988             },\r
3989             "more_permission_url": {\r
3990               "tag": {\r
3991                 "type": "text"\r
3992               },\r
3993               "row_break": true\r
3994             }\r
3995           },\r
3996           "field_names": [\r
3997             "artist_name",\r
3998             "caption",\r
3999             "artist_url",\r
4000             "source_url",\r
4001             "more_permission_url"\r
4002           ]\r
4003         }\r
4004       }\r
4005     },\r
4006     "pettanr_creative_commons_v30_licenses_credit_picture": {\r
4007       "uses": {\r
4008         "default": {\r
4009           "fields": {\r
4010             "source_url_btn_id": {\r
4011               "tag": {\r
4012                 "type": "number"\r
4013               },\r
4014               "row_break": true\r
4015             },\r
4016             "source_url_off_btn_id": {\r
4017               "tag": {\r
4018                 "type": "number"\r
4019               },\r
4020               "row_break": true\r
4021             }\r
4022           },\r
4023           "field_names": [\r
4024             "source_url_btn_id",\r
4025             "source_url_off_btn_id"\r
4026           ]\r
4027         }\r
4028       }\r
4029     },\r
4030     "pettanr_pettan_commons_v01_licenses_license": {\r
4031       "uses": {\r
4032         "default": {\r
4033           "fields": {\r
4034             "open": {\r
4035               "tag": {\r
4036                 "type": "number"\r
4037               },\r
4038               "row_break": true\r
4039             },\r
4040             "commercial": {\r
4041               "tag": {\r
4042                 "type": "number"\r
4043               },\r
4044               "row_break": true\r
4045             },\r
4046             "official": {\r
4047               "tag": {\r
4048                 "type": "number"\r
4049               },\r
4050               "row_break": true\r
4051             },\r
4052             "attribution": {\r
4053               "tag": {\r
4054                 "type": "number"\r
4055               },\r
4056               "row_break": true\r
4057             },\r
4058             "derive": {\r
4059               "tag": {\r
4060                 "type": "number"\r
4061               },\r
4062               "row_break": true\r
4063             },\r
4064             "thumbnail": {\r
4065               "tag": {\r
4066                 "type": "number"\r
4067               },\r
4068               "row_break": true\r
4069             },\r
4070             "gif_convert": {\r
4071               "tag": {\r
4072                 "type": "number"\r
4073               },\r
4074               "row_break": true\r
4075             },\r
4076             "reverse": {\r
4077               "tag": {\r
4078                 "type": "number"\r
4079               },\r
4080               "row_break": true\r
4081             },\r
4082             "sync_vh": {\r
4083               "tag": {\r
4084                 "type": "number"\r
4085               },\r
4086               "row_break": true\r
4087             },\r
4088             "overlap": {\r
4089               "tag": {\r
4090                 "type": "number"\r
4091               },\r
4092               "row_break": true\r
4093             }\r
4094           },\r
4095           "field_names": [\r
4096             "open",\r
4097             "commercial",\r
4098             "official",\r
4099             "attribution",\r
4100             "derive",\r
4101             "thumbnail",\r
4102             "gif_convert",\r
4103             "reverse",\r
4104             "sync_vh",\r
4105             "overlap"\r
4106           ]\r
4107         }\r
4108       }\r
4109     },\r
4110     "pettanr_pettan_commons_v01_licenses_attribute": {\r
4111       "uses": {\r
4112         "default": {\r
4113           "fields": {\r
4114             "artist_name": {\r
4115               "tag": {\r
4116                 "type": "text"\r
4117               },\r
4118               "row_break": true\r
4119             },\r
4120             "caption": {\r
4121               "tag": {\r
4122                 "type": "text"\r
4123               },\r
4124               "row_break": true\r
4125             },\r
4126             "sources": {\r
4127               "tag": {\r
4128                 "type": "text"\r
4129               },\r
4130               "row_break": true\r
4131             }\r
4132           },\r
4133           "field_names": [\r
4134             "artist_name",\r
4135             "caption",\r
4136             "sources"\r
4137           ]\r
4138         }\r
4139       }\r
4140     },\r
4141     "pettanr_pettan_commons_v01_licenses_credit_picture": {\r
4142       "uses": {\r
4143         "default": {\r
4144           "fields": {\r
4145             "source_url_btn_id": {\r
4146               "tag": {\r
4147                 "type": "number"\r
4148               },\r
4149               "row_break": true\r
4150             },\r
4151             "source_url_off_btn_id": {\r
4152               "tag": {\r
4153                 "type": "number"\r
4154               },\r
4155               "row_break": true\r
4156             }\r
4157           },\r
4158           "field_names": [\r
4159             "source_url_btn_id",\r
4160             "source_url_off_btn_id"\r
4161           ]\r
4162         }\r
4163       }\r
4164     },\r
4165     "pettanr_pettan_protected_v01_licenses_license": {\r
4166       "uses": {\r
4167         "default": {\r
4168           "fields": {\r
4169             "open": {\r
4170               "tag": {\r
4171                 "type": "number"\r
4172               },\r
4173               "row_break": true\r
4174             },\r
4175             "commercial": {\r
4176               "tag": {\r
4177                 "type": "number"\r
4178               },\r
4179               "row_break": true\r
4180             },\r
4181             "official": {\r
4182               "tag": {\r
4183                 "type": "number"\r
4184               },\r
4185               "row_break": true\r
4186             },\r
4187             "attribution": {\r
4188               "tag": {\r
4189                 "type": "number"\r
4190               },\r
4191               "row_break": true\r
4192             },\r
4193             "derive": {\r
4194               "tag": {\r
4195                 "type": "number"\r
4196               },\r
4197               "row_break": true\r
4198             },\r
4199             "thumbnail": {\r
4200               "tag": {\r
4201                 "type": "number"\r
4202               },\r
4203               "row_break": true\r
4204             },\r
4205             "gif_convert": {\r
4206               "tag": {\r
4207                 "type": "number"\r
4208               },\r
4209               "row_break": true\r
4210             },\r
4211             "reverse": {\r
4212               "tag": {\r
4213                 "type": "number"\r
4214               },\r
4215               "row_break": true\r
4216             },\r
4217             "sync_vh": {\r
4218               "tag": {\r
4219                 "type": "number"\r
4220               },\r
4221               "row_break": true\r
4222             },\r
4223             "overlap": {\r
4224               "tag": {\r
4225                 "type": "number"\r
4226               },\r
4227               "row_break": true\r
4228             },\r
4229             "trackback": {\r
4230               "tag": {\r
4231                 "type": "number"\r
4232               },\r
4233               "row_break": true\r
4234             }\r
4235           },\r
4236           "field_names": [\r
4237             "open",\r
4238             "commercial",\r
4239             "official",\r
4240             "attribution",\r
4241             "derive",\r
4242             "thumbnail",\r
4243             "gif_convert",\r
4244             "reverse",\r
4245             "sync_vh",\r
4246             "overlap",\r
4247             "trackback"\r
4248           ]\r
4249         }\r
4250       }\r
4251     },\r
4252     "pettanr_pettan_protected_v01_licenses_attribute": {\r
4253       "uses": {\r
4254         "default": {\r
4255           "fields": {\r
4256             "artist_name": {\r
4257               "tag": {\r
4258                 "type": "text"\r
4259               },\r
4260               "row_break": true\r
4261             },\r
4262             "caption": {\r
4263               "tag": {\r
4264                 "type": "text"\r
4265               },\r
4266               "row_break": true\r
4267             },\r
4268             "sources": {\r
4269               "tag": {\r
4270                 "type": "text"\r
4271               },\r
4272               "row_break": true\r
4273             }\r
4274           },\r
4275           "field_names": [\r
4276             "artist_name",\r
4277             "caption",\r
4278             "sources"\r
4279           ]\r
4280         }\r
4281       }\r
4282     },\r
4283     "pettanr_pettan_protected_v01_licenses_credit_picture": {\r
4284       "uses": {\r
4285         "default": {\r
4286           "fields": {\r
4287             "source_url_btn_id": {\r
4288               "tag": {\r
4289                 "type": "number"\r
4290               },\r
4291               "row_break": true\r
4292             },\r
4293             "source_url_off_btn_id": {\r
4294               "tag": {\r
4295                 "type": "number"\r
4296               },\r
4297               "row_break": true\r
4298             }\r
4299           },\r
4300           "field_names": [\r
4301             "source_url_btn_id",\r
4302             "source_url_off_btn_id"\r
4303           ]\r
4304         }\r
4305       }\r
4306     },\r
4307     "pettanr_pettan_public_v01_licenses_license": {\r
4308       "uses": {\r
4309         "default": {\r
4310           "fields": {\r
4311             "open": {\r
4312               "tag": {\r
4313                 "type": "number"\r
4314               },\r
4315               "row_break": true\r
4316             },\r
4317             "commercial": {\r
4318               "tag": {\r
4319                 "type": "number"\r
4320               },\r
4321               "row_break": true\r
4322             },\r
4323             "official": {\r
4324               "tag": {\r
4325                 "type": "number"\r
4326               },\r
4327               "row_break": true\r
4328             },\r
4329             "attribution": {\r
4330               "tag": {\r
4331                 "type": "number"\r
4332               },\r
4333               "row_break": true\r
4334             },\r
4335             "derive": {\r
4336               "tag": {\r
4337                 "type": "number"\r
4338               },\r
4339               "row_break": true\r
4340             },\r
4341             "thumbnail": {\r
4342               "tag": {\r
4343                 "type": "number"\r
4344               },\r
4345               "row_break": true\r
4346             },\r
4347             "gif_convert": {\r
4348               "tag": {\r
4349                 "type": "number"\r
4350               },\r
4351               "row_break": true\r
4352             },\r
4353             "reverse": {\r
4354               "tag": {\r
4355                 "type": "number"\r
4356               },\r
4357               "row_break": true\r
4358             },\r
4359             "sync_vh": {\r
4360               "tag": {\r
4361                 "type": "number"\r
4362               },\r
4363               "row_break": true\r
4364             },\r
4365             "overlap": {\r
4366               "tag": {\r
4367                 "type": "number"\r
4368               },\r
4369               "row_break": true\r
4370             },\r
4371             "trackback": {\r
4372               "tag": {\r
4373                 "type": "number"\r
4374               },\r
4375               "row_break": true\r
4376             }\r
4377           },\r
4378           "field_names": [\r
4379             "open",\r
4380             "commercial",\r
4381             "official",\r
4382             "attribution",\r
4383             "derive",\r
4384             "thumbnail",\r
4385             "gif_convert",\r
4386             "reverse",\r
4387             "sync_vh",\r
4388             "overlap",\r
4389             "trackback"\r
4390           ]\r
4391         }\r
4392       }\r
4393     },\r
4394     "pettanr_pettan_public_v01_licenses_attribute": {\r
4395       "uses": {\r
4396         "default": {\r
4397           "fields": {\r
4398             "artist_name": {\r
4399               "tag": {\r
4400                 "type": "text"\r
4401               },\r
4402               "row_break": true\r
4403             },\r
4404             "caption": {\r
4405               "tag": {\r
4406                 "type": "text"\r
4407               },\r
4408               "row_break": true\r
4409             },\r
4410             "sources": {\r
4411               "tag": {\r
4412                 "type": "text"\r
4413               },\r
4414               "row_break": true\r
4415             }\r
4416           },\r
4417           "field_names": [\r
4418             "artist_name",\r
4419             "caption",\r
4420             "sources"\r
4421           ]\r
4422         }\r
4423       }\r
4424     },\r
4425     "pettanr_pettan_public_v01_licenses_credit_picture": {\r
4426       "uses": {\r
4427         "default": {\r
4428           "fields": {\r
4429             "source_url_btn_id": {\r
4430               "tag": {\r
4431                 "type": "number"\r
4432               },\r
4433               "row_break": true\r
4434             }\r
4435           },\r
4436           "field_names": [\r
4437             "source_url_btn_id"\r
4438           ]\r
4439         }\r
4440       }\r
4441     },\r
4442     "pettanr_public_domain_v01_licenses_license": {\r
4443       "uses": {\r
4444         "default": {\r
4445           "fields": {\r
4446             "open": {\r
4447               "tag": {\r
4448                 "type": "number"\r
4449               },\r
4450               "row_break": true\r
4451             },\r
4452             "commercial": {\r
4453               "tag": {\r
4454                 "type": "number"\r
4455               },\r
4456               "row_break": true\r
4457             },\r
4458             "official": {\r
4459               "tag": {\r
4460                 "type": "number"\r
4461               },\r
4462               "row_break": true\r
4463             },\r
4464             "attribution": {\r
4465               "tag": {\r
4466                 "type": "number"\r
4467               },\r
4468               "row_break": true\r
4469             },\r
4470             "derive": {\r
4471               "tag": {\r
4472                 "type": "number"\r
4473               },\r
4474               "row_break": true\r
4475             },\r
4476             "thumbnail": {\r
4477               "tag": {\r
4478                 "type": "number"\r
4479               },\r
4480               "row_break": true\r
4481             },\r
4482             "gif_convert": {\r
4483               "tag": {\r
4484                 "type": "number"\r
4485               },\r
4486               "row_break": true\r
4487             },\r
4488             "reverse": {\r
4489               "tag": {\r
4490                 "type": "number"\r
4491               },\r
4492               "row_break": true\r
4493             },\r
4494             "sync_vh": {\r
4495               "tag": {\r
4496                 "type": "number"\r
4497               },\r
4498               "row_break": true\r
4499             },\r
4500             "overlap": {\r
4501               "tag": {\r
4502                 "type": "number"\r
4503               },\r
4504               "row_break": true\r
4505             },\r
4506             "trackback": {\r
4507               "tag": {\r
4508                 "type": "number"\r
4509               },\r
4510               "row_break": true\r
4511             }\r
4512           },\r
4513           "field_names": [\r
4514             "open",\r
4515             "commercial",\r
4516             "official",\r
4517             "attribution",\r
4518             "derive",\r
4519             "thumbnail",\r
4520             "gif_convert",\r
4521             "reverse",\r
4522             "sync_vh",\r
4523             "overlap",\r
4524             "trackback"\r
4525           ]\r
4526         }\r
4527       }\r
4528     },\r
4529     "pettanr_public_domain_v01_licenses_attribute": {\r
4530       "uses": {\r
4531         "default": {\r
4532           "fields": {\r
4533             "artist_name": {\r
4534               "tag": {\r
4535                 "type": "text"\r
4536               },\r
4537               "row_break": true\r
4538             },\r
4539             "source_url": {\r
4540               "tag": {\r
4541                 "type": "text"\r
4542               },\r
4543               "row_break": true\r
4544             },\r
4545             "note": {\r
4546               "tag": {\r
4547                 "type": "text"\r
4548               },\r
4549               "row_break": true\r
4550             }\r
4551           },\r
4552           "field_names": [\r
4553             "artist_name",\r
4554             "source_url",\r
4555             "note"\r
4556           ]\r
4557         }\r
4558       }\r
4559     },\r
4560     "pettanr_public_domain_v01_licenses_credit_picture": {\r
4561       "uses": {\r
4562         "default": {\r
4563           "fields": {\r
4564             "source_url_btn_id": {\r
4565               "tag": {\r
4566                 "type": "number"\r
4567               },\r
4568               "row_break": true\r
4569             },\r
4570             "source_url_off_btn_id": {\r
4571               "tag": {\r
4572                 "type": "number"\r
4573               },\r
4574               "row_break": true\r
4575             }\r
4576           },\r
4577           "field_names": [\r
4578             "source_url_btn_id",\r
4579             "source_url_off_btn_id"\r
4580           ]\r
4581         }\r
4582       }\r
4583     },\r
4584     "pettanr_unknown_v01_licenses_license": {\r
4585       "uses": {\r
4586         "default": {\r
4587           "fields": {\r
4588             "open": {\r
4589               "tag": {\r
4590                 "type": "number"\r
4591               },\r
4592               "row_break": true\r
4593             },\r
4594             "commercial": {\r
4595               "tag": {\r
4596                 "type": "number"\r
4597               },\r
4598               "row_break": true\r
4599             },\r
4600             "official": {\r
4601               "tag": {\r
4602                 "type": "number"\r
4603               },\r
4604               "row_break": true\r
4605             },\r
4606             "attribution": {\r
4607               "tag": {\r
4608                 "type": "number"\r
4609               },\r
4610               "row_break": true\r
4611             },\r
4612             "derive": {\r
4613               "tag": {\r
4614                 "type": "number"\r
4615               },\r
4616               "row_break": true\r
4617             },\r
4618             "thumbnail": {\r
4619               "tag": {\r
4620                 "type": "number"\r
4621               },\r
4622               "row_break": true\r
4623             },\r
4624             "gif_convert": {\r
4625               "tag": {\r
4626                 "type": "number"\r
4627               },\r
4628               "row_break": true\r
4629             },\r
4630             "reverse": {\r
4631               "tag": {\r
4632                 "type": "number"\r
4633               },\r
4634               "row_break": true\r
4635             },\r
4636             "sync_vh": {\r
4637               "tag": {\r
4638                 "type": "number"\r
4639               },\r
4640               "row_break": true\r
4641             },\r
4642             "overlap": {\r
4643               "tag": {\r
4644                 "type": "number"\r
4645               },\r
4646               "row_break": true\r
4647             },\r
4648             "trackback": {\r
4649               "tag": {\r
4650                 "type": "number"\r
4651               },\r
4652               "row_break": true\r
4653             }\r
4654           },\r
4655           "field_names": [\r
4656             "open",\r
4657             "commercial",\r
4658             "official",\r
4659             "attribution",\r
4660             "derive",\r
4661             "thumbnail",\r
4662             "gif_convert",\r
4663             "reverse",\r
4664             "sync_vh",\r
4665             "overlap",\r
4666             "trackback"\r
4667           ]\r
4668         }\r
4669       }\r
4670     },\r
4671     "pettanr_unknown_v01_licenses_attribute": {\r
4672       "uses": {\r
4673         "default": {\r
4674           "fields": {\r
4675             "source_url": {\r
4676               "tag": {\r
4677                 "type": "text"\r
4678               },\r
4679               "row_break": true\r
4680             },\r
4681             "note": {\r
4682               "tag": {\r
4683                 "type": "text"\r
4684               },\r
4685               "row_break": true\r
4686             }\r
4687           },\r
4688           "field_names": [\r
4689             "source_url",\r
4690             "note"\r
4691           ]\r
4692         }\r
4693       }\r
4694     },\r
4695     "pettanr_unknown_v01_licenses_credit_picture": {\r
4696       "uses": {\r
4697         "default": {\r
4698           "fields": {\r
4699             "source_url_btn_id": {\r
4700               "tag": {\r
4701                 "type": "number"\r
4702               },\r
4703               "row_break": true\r
4704             },\r
4705             "source_url_off_btn_id": {\r
4706               "tag": {\r
4707                 "type": "number"\r
4708               },\r
4709               "row_break": true\r
4710             }\r
4711           },\r
4712           "field_names": [\r
4713             "source_url_btn_id",\r
4714             "source_url_off_btn_id"\r
4715           ]\r
4716         }\r
4717       }\r
4718     }\r
4719   },\r
4720   "buckets": {\r
4721     "folder": {},\r
4722     "scroll": {},\r
4723     "scroll_panel": {},\r
4724     "comic": {},\r
4725     "story": {},\r
4726     "story_sheet": {},\r
4727     "sheet": {},\r
4728     "sheet_panel": {},\r
4729     "panel": {},\r
4730     "panel_picture": {},\r
4731     "speech_balloon": {\r
4732       "members": {\r
4733         "balloon": {},\r
4734         "speech": {}\r
4735       },\r
4736       "form_field_names": [\r
4737         "caption",\r
4738         "id",\r
4739         "panel_id",\r
4740         "speech_balloon_template_id",\r
4741         "speech_balloon_template_module_name",\r
4742         "z",\r
4743         "t",\r
4744         "speech_balloon_template_settings",\r
4745         "balloon.r",\r
4746         "balloon.x",\r
4747         "balloon.y",\r
4748         "balloon.width",\r
4749         "balloon.height",\r
4750         "balloon.id",\r
4751         "balloon.speech_balloon_id",\r
4752         "balloon.system_picture_id",\r
4753         "balloon.speech_balloon_template_id",\r
4754         "balloon.speech_balloon_template_module_name",\r
4755         "balloon.speech_balloon_template_settings",\r
4756         "speech.writing_format_id",\r
4757         "speech.font_size",\r
4758         "speech.text_align",\r
4759         "speech.quotes",\r
4760         "speech.content",\r
4761         "speech.fore_color",\r
4762         "speech.id",\r
4763         "speech.speech_balloon_id",\r
4764         "speech.x",\r
4765         "speech.y",\r
4766         "speech.width",\r
4767         "speech.height",\r
4768         "speech.speech_balloon_template_id",\r
4769         "speech.speech_balloon_template_module_name",\r
4770         "speech.speech_balloon_template_settings",\r
4771         "speech.writing_format_module_name"\r
4772       ]\r
4773     },\r
4774     "speech": {},\r
4775     "balloon": {},\r
4776     "ground_picture": {},\r
4777     "ground_color": {},\r
4778     "original_picture": {},\r
4779     "picture": {},\r
4780     "resource_picture": {},\r
4781     "original_picture_license_group": {},\r
4782     "speech_balloon_template": {},\r
4783     "writing_format": {},\r
4784     "license_group": {},\r
4785     "author": {},\r
4786     "artist": {},\r
4787     "system_picture": {}\r
4788   }\r
4789 }