OSDN Git Service

fix form
[pettanr/pettanr.git] / public / local_manifest.json
1 {\r
2   "list_groups": {\r
3     "scroll": {\r
4       "lists": {\r
5         "public": {\r
6           "type": "public"\r
7         },\r
8         "private": {\r
9           "type": "private"\r
10         },\r
11         "by_author": {\r
12           "type": "filter"\r
13         },\r
14         "by_panel": {\r
15           "type": "through_filter",\r
16           "args": {\r
17             "through": "scroll_panels"\r
18           }\r
19         },\r
20         "play": {\r
21           "type": "play",\r
22           "args": {\r
23             "filter_item_name": "scroll",\r
24             "filter_model_name": "scroll_panel",\r
25             "filter_key": "scroll_id"\r
26           }\r
27         }\r
28       }\r
29     },\r
30     "scroll_panel": {\r
31       "lists": {\r
32         "public": {\r
33           "type": "public"\r
34         },\r
35         "private": {\r
36           "type": "private"\r
37         },\r
38         "by_scroll": {\r
39           "type": "filter"\r
40         },\r
41         "by_panel": {\r
42           "type": "filter"\r
43         },\r
44         "by_author": {\r
45           "type": "foreign_filter",\r
46           "args": {\r
47             "includes": {\r
48               "type": "method"\r
49             }\r
50           }\r
51         }\r
52       }\r
53     },\r
54     "comic": {\r
55       "lists": {\r
56         "public": {\r
57           "type": "public"\r
58         },\r
59         "private": {\r
60           "type": "private"\r
61         },\r
62         "by_author": {\r
63           "type": "filter"\r
64         }\r
65       }\r
66     },\r
67     "story": {\r
68       "lists": {\r
69         "public": {\r
70           "type": "public"\r
71         },\r
72         "private": {\r
73           "type": "private"\r
74         },\r
75         "by_comic": {\r
76           "type": "filter"\r
77         },\r
78         "by_sheet": {\r
79           "type": "through_filter",\r
80           "args": {\r
81             "through": "story_sheets"\r
82           }\r
83         },\r
84         "by_author": {\r
85           "type": "foreign_filter",\r
86           "args": {\r
87             "includes": {\r
88               "type": "method"\r
89             }\r
90           }\r
91         },\r
92         "play": {\r
93           "type": "play"\r
94         }\r
95       }\r
96     },\r
97     "story_sheet": {\r
98       "lists": {\r
99         "public": {\r
100           "type": "public"\r
101         },\r
102         "private": {\r
103           "type": "private"\r
104         },\r
105         "by_story": {\r
106           "type": "filter"\r
107         },\r
108         "by_sheet": {\r
109           "type": "filter"\r
110         },\r
111         "by_author": {\r
112           "type": "foreign_filter",\r
113           "args": {\r
114             "includes": {\r
115               "type": "method"\r
116             }\r
117           }\r
118         }\r
119       }\r
120     },\r
121     "sheet": {\r
122       "lists": {\r
123         "public": {\r
124           "type": "public"\r
125         },\r
126         "private": {\r
127           "type": "private"\r
128         },\r
129         "by_story": {\r
130           "type": "through_filter",\r
131           "args": {\r
132             "through": "story_sheets"\r
133           }\r
134         },\r
135         "by_panel": {\r
136           "type": "through_filter",\r
137           "args": {\r
138             "through": "sheet_panels"\r
139           }\r
140         },\r
141         "by_author": {\r
142           "type": "filter"\r
143         },\r
144         "play": {\r
145           "type": "play"\r
146         }\r
147       }\r
148     },\r
149     "sheet_panel": {\r
150       "lists": {\r
151         "public": {\r
152           "type": "public"\r
153         },\r
154         "private": {\r
155           "type": "private"\r
156         },\r
157         "by_sheet": {\r
158           "type": "filter"\r
159         },\r
160         "by_panel": {\r
161           "type": "filter"\r
162         },\r
163         "by_author": {\r
164           "type": "foreign_filter",\r
165           "args": {\r
166             "includes": {\r
167               "type": "method"\r
168             }\r
169           }\r
170         }\r
171       }\r
172     },\r
173     "panel": {\r
174       "lists": {\r
175         "public": {\r
176           "type": "public"\r
177         },\r
178         "private": {\r
179           "type": "private"\r
180         },\r
181         "by_scroll": {\r
182           "type": "through_filter",\r
183           "args": {\r
184             "through": "scroll_panels"\r
185           }\r
186         },\r
187         "by_sheet": {\r
188           "type": "through_filter",\r
189           "args": {\r
190             "through": "sheet_panels"\r
191           }\r
192         },\r
193         "by_author": {\r
194           "type": "filter"\r
195         },\r
196         "by_speech_balloon_template": {\r
197           "type": "through_filter"\r
198         }\r
199       }\r
200     },\r
201     "panel_picture": {\r
202       "lists": {\r
203         "public": {\r
204           "type": "public"\r
205         },\r
206         "private": {\r
207           "type": "private"\r
208         },\r
209         "by_panel": {\r
210           "type": "filter"\r
211         },\r
212         "by_author": {\r
213           "type": "foreign_filter",\r
214           "args": {\r
215             "includes": {\r
216               "type": "method"\r
217             }\r
218           }\r
219         }\r
220       }\r
221     },\r
222     "speech_balloon": {\r
223       "lists": {\r
224         "public": {\r
225           "type": "public"\r
226         },\r
227         "private": {\r
228           "type": "private"\r
229         },\r
230         "by_panel": {\r
231           "type": "filter"\r
232         },\r
233         "by_speech_balloon_template": {\r
234           "type": "filter"\r
235         },\r
236         "by_author": {\r
237           "type": "foreign_filter",\r
238           "args": {\r
239             "includes": {\r
240               "type": "method"\r
241             }\r
242           }\r
243         }\r
244       }\r
245     },\r
246     "speech": {\r
247       "lists": {\r
248         "public": {\r
249           "type": "public"\r
250         },\r
251         "private": {\r
252           "type": "private"\r
253         },\r
254         "by_panel": {\r
255           "type": "filter"\r
256         },\r
257         "by_speech_balloon": {\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     "balloon": {\r
271       "lists": {\r
272         "public": {\r
273           "type": "public"\r
274         },\r
275         "by_speech_balloon": {\r
276           "type": "filter"\r
277         },\r
278         "by_writing_format": {\r
279           "type": "filter"\r
280         },\r
281         "by_author": {\r
282           "type": "foreign_filter",\r
283           "args": {\r
284             "includes": {\r
285               "type": "method"\r
286             }\r
287           }\r
288         }\r
289       }\r
290     },\r
291     "ground_picture": {\r
292       "lists": {\r
293         "public": {\r
294           "type": "public"\r
295         },\r
296         "private": {\r
297           "type": "private"\r
298         },\r
299         "by_panel": {\r
300           "type": "filter"\r
301         },\r
302         "by_author": {\r
303           "type": "foreign_filter",\r
304           "args": {\r
305             "includes": {\r
306               "type": "method"\r
307             }\r
308           }\r
309         }\r
310       }\r
311     },\r
312     "ground_color": {\r
313       "lists": {\r
314         "public": {\r
315           "type": "public"\r
316         },\r
317         "private": {\r
318           "type": "private"\r
319         },\r
320         "by_panel": {\r
321           "type": "filter"\r
322         },\r
323         "by_author": {\r
324           "type": "foreign_filter",\r
325           "args": {\r
326             "includes": {\r
327               "type": "method"\r
328             }\r
329           }\r
330         }\r
331       }\r
332     },\r
333     "original_picture": {\r
334       "lists": {\r
335         "private": {\r
336           "type": "private"\r
337         }\r
338       }\r
339     },\r
340     "picture": {},\r
341     "resource_picture": {\r
342       "lists": {\r
343         "public": {\r
344           "type": "public"\r
345         },\r
346         "private": {\r
347           "type": "private"\r
348         },\r
349         "by_original_picture": {\r
350           "type": "filter"\r
351         },\r
352         "by_license": {\r
353           "type": "filter"\r
354         },\r
355         "by_artist": {\r
356           "type": "filter"\r
357         }\r
358       }\r
359     },\r
360     "speech_balloon_template": {\r
361       "lists": {\r
362         "public": {\r
363           "type": "public"\r
364         },\r
365         "select_items": {\r
366           "type": "system_resource"\r
367         }\r
368       }\r
369     },\r
370     "writing_format": {\r
371       "lists": {\r
372         "public": {\r
373           "type": "public"\r
374         },\r
375         "select_items": {\r
376           "type": "system_resource"\r
377         },\r
378         "by_system_picture": {\r
379           "type": "filter"\r
380         }\r
381       }\r
382     },\r
383     "license_group": {\r
384       "lists": {\r
385         "public": {\r
386           "type": "public"\r
387         },\r
388         "select_items": {\r
389           "type": "system_resource"\r
390         }\r
391       }\r
392     },\r
393     "license": {\r
394       "lists": {\r
395         "public": {\r
396           "type": "public"\r
397         },\r
398         "by_license_group": {\r
399           "type": "filter"\r
400         },\r
401         "by_system_picture": {\r
402           "type": "filter"\r
403         }\r
404       }\r
405     },\r
406     "author": {\r
407       "lists": {\r
408         "public": {\r
409           "type": "public"\r
410         }\r
411       }\r
412     },\r
413     "artist": {\r
414       "lists": {\r
415         "public": {\r
416           "type": "public"\r
417         }\r
418       }\r
419     },\r
420     "system_picture": {\r
421       "lists": {\r
422         "public": {\r
423           "type": "public"\r
424         }\r
425       }\r
426     }\r
427   },\r
428   "profilers": {\r
429     "scroll": {\r
430       "columns": {\r
431         "visible": {\r
432           "type": "source"\r
433         }\r
434       },\r
435       "column_names": [\r
436         "title",\r
437         "description",\r
438         "visible",\r
439         "author_id"\r
440       ],\r
441       "associations": {\r
442         "belongs_to": [\r
443           "author"\r
444         ],\r
445         "has_many": [\r
446           "scroll_panels.by_scroll",\r
447           "panels.by_scroll"\r
448         ]\r
449       }\r
450     },\r
451     "scroll_panel": {\r
452       "column_names": [\r
453         "scroll_id",\r
454         "panel_id",\r
455         "t",\r
456         "author_id"\r
457       ],\r
458       "associations": {\r
459         "belongs_to": [\r
460           "scroll",\r
461           "panel"\r
462         ]\r
463       }\r
464     },\r
465     "comic": {\r
466       "column_names": [\r
467         "title",\r
468         "description",\r
469         "visible",\r
470         "author_id"\r
471       ],\r
472       "associations": {\r
473         "belongs_to": [\r
474           "author"\r
475         ],\r
476         "has_many": [\r
477           "stories.by_comic"\r
478         ]\r
479       }\r
480     },\r
481     "story": {\r
482       "column_names": [\r
483         "comic_id",\r
484         "title",\r
485         "description",\r
486         "t",\r
487         "visible"\r
488       ],\r
489       "associations": {\r
490         "belongs_to": [\r
491           "comic"\r
492         ],\r
493         "has_many": [\r
494           "story_sheets.by_story",\r
495           "sheets.by_story"\r
496         ]\r
497       }\r
498     },\r
499     "story_sheet": {\r
500       "column_names": [\r
501         "story_id",\r
502         "sheet_id",\r
503         "t",\r
504         "author_id"\r
505       ],\r
506       "associations": {\r
507         "belongs_to": [\r
508           "story",\r
509           "sheet"\r
510         ]\r
511       }\r
512     },\r
513     "sheet": {\r
514       "column_names": [\r
515         "caption",\r
516         "width",\r
517         "height",\r
518         "visible",\r
519         "author_id"\r
520       ],\r
521       "associations": {\r
522         "belongs_to": [\r
523           "author"\r
524         ],\r
525         "has_many": [\r
526           "story_sheets.by_sheet",\r
527           "stories.by_sheet",\r
528           "sheet_panels.by_sheet",\r
529           "panels.by_sheet"\r
530         ]\r
531       }\r
532     },\r
533     "sheet_panel": {\r
534       "column_names": [\r
535         "sheet_id",\r
536         "panel_id",\r
537         "x",\r
538         "y",\r
539         "z",\r
540         "t",\r
541         "author_id"\r
542       ],\r
543       "associations": {\r
544         "belongs_to": [\r
545           "sheet",\r
546           "panel"\r
547         ]\r
548       }\r
549     },\r
550     "panel": {\r
551       "column_names": [\r
552         "width",\r
553         "height",\r
554         "border",\r
555         "caption",\r
556         "publish",\r
557         "author_id"\r
558       ],\r
559       "associations": {\r
560         "belongs_to": [\r
561           "author"\r
562         ],\r
563         "has_many": [\r
564           "scroll_panels.by_panel",\r
565           "scrolls.by_panel",\r
566           "sheet_panels.by_panel",\r
567           "sheets.by_panel",\r
568           "panel_pictures.by_panel",\r
569           "speech_balloons.by_panel",\r
570           "ground_pictures.by_panel",\r
571           "ground_colors.by_panel"\r
572         ]\r
573       }\r
574     },\r
575     "panel_picture": {\r
576       "column_names": [\r
577         "panel_id",\r
578         "picture_id",\r
579         "caption",\r
580         "x",\r
581         "y",\r
582         "width",\r
583         "height",\r
584         "link",\r
585         "z",\r
586         "t"\r
587       ],\r
588       "associations": {\r
589         "belongs_to": [\r
590           "panel"\r
591         ]\r
592       }\r
593     },\r
594     "speech_balloon": {\r
595       "columns": {\r
596         "speech_balloon_template_settings": {\r
597           "type": "extend"\r
598         }\r
599       },\r
600       "column_names": [\r
601         "panel_id",\r
602         "caption",\r
603         "speech_balloon_template_id",\r
604         "speech_balloon_template_classname",\r
605         "z",\r
606         "t",\r
607         "speech_balloon_template_settings"\r
608       ],\r
609       "associations": {\r
610         "belongs_to": [\r
611           "panel"\r
612         ],\r
613         "has_one": [\r
614           "balloon.by_speech_balloon",\r
615           "speech.by_speech_balloon"\r
616         ]\r
617       }\r
618     },\r
619     "speech": {\r
620       "columns": {\r
621         "speech_balloon_template_settings": {\r
622           "type": "extend"\r
623         }\r
624       },\r
625       "column_names": [\r
626         "speech_balloon_id",\r
627         "speech_balloon_template_id",\r
628         "speech_balloon_template_classname",\r
629         "writing_format_id",\r
630         "writing_format_classname",\r
631         "content",\r
632         "font_size",\r
633         "text_align",\r
634         "fore_color",\r
635         "x",\r
636         "y",\r
637         "width",\r
638         "height",\r
639         "quotes",\r
640         "speech_balloon_template_settings",\r
641         "writing_format_settings"\r
642       ],\r
643       "associations": {\r
644         "belongs_to": [\r
645           "speech_balloon",\r
646           "writing_format"\r
647         ]\r
648       }\r
649     },\r
650     "balloon": {\r
651       "columns": {\r
652         "speech_balloon_template_settings": {\r
653           "type": "extend"\r
654         }\r
655       },\r
656       "column_names": [\r
657         "speech_balloon_id",\r
658         "speech_balloon_template_id",\r
659         "speech_balloon_template_classname",\r
660         "system_picture_id",\r
661         "x",\r
662         "y",\r
663         "width",\r
664         "height",\r
665         "r",\r
666         "speech_balloon_template_settings"\r
667       ],\r
668       "associations": {\r
669         "belongs_to": [\r
670           "speech_balloon",\r
671           "system_picture"\r
672         ]\r
673       }\r
674     },\r
675     "ground_picture": {\r
676       "column_names": [\r
677         "panel_id",\r
678         "picture_id",\r
679         "caption",\r
680         "repeat",\r
681         "x",\r
682         "y",\r
683         "z",\r
684         "t"\r
685       ],\r
686       "associations": {\r
687         "belongs_to": [\r
688           "panel"\r
689         ]\r
690       }\r
691     },\r
692     "ground_color": {\r
693       "column_names": [\r
694         "panel_id",\r
695         "caption",\r
696         "code",\r
697         "orientation",\r
698         "xy",\r
699         "wh",\r
700         "z",\r
701         "t"\r
702       ],\r
703       "associations": {\r
704         "belongs_to": [\r
705           "panel"\r
706         ]\r
707       }\r
708     },\r
709     "original_picture": {\r
710       "column_names": [\r
711         "ext",\r
712         "width",\r
713         "height",\r
714         "filesize",\r
715         "artist_id",\r
716         "md5",\r
717         "uploaded_at",\r
718         "published_at",\r
719         "stopped_at"\r
720       ],\r
721       "associations": {\r
722         "belongs_to": [\r
723           "artist"\r
724         ],\r
725         "has_one": [\r
726           "resource_picture.by_original_picture"\r
727         ]\r
728       }\r
729     },\r
730     "picture": {\r
731       "column_names": [\r
732         "original_picture_id",\r
733         "revision",\r
734         "ext",\r
735         "width",\r
736         "height",\r
737         "filesize",\r
738         "artist_id",\r
739         "license_id",\r
740         "md5",\r
741         "artist_name",\r
742         "credit",\r
743         "settings",\r
744         "classname"\r
745       ],\r
746       "associations": {\r
747         "belongs_to": [\r
748           "license",\r
749           "artist"\r
750         ]\r
751       }\r
752     },\r
753     "resource_picture": {\r
754       "column_names": [\r
755         "original_picture_id",\r
756         "revision",\r
757         "ext",\r
758         "width",\r
759         "height",\r
760         "filesize",\r
761         "artist_id",\r
762         "license_id",\r
763         "md5",\r
764         "artist_name",\r
765         "credit",\r
766         "settings",\r
767         "picture_id",\r
768         "classname"\r
769       ],\r
770       "associations": {\r
771         "belongs_to": [\r
772           "original_picture",\r
773           "license",\r
774           "artist"\r
775         ]\r
776       }\r
777     },\r
778     "speech_balloon_template": {\r
779       "column_names": [\r
780         "name",\r
781         "classname",\r
782         "caption",\r
783         "t",\r
784         "system_picture_id",\r
785         "settings"\r
786       ],\r
787       "extend_settings": {\r
788         "circle_speech_balloon_speech_balloon": {\r
789           "columns": {},\r
790           "column_names": []\r
791         },\r
792         "circle_speech_balloon_balloon": {\r
793           "columns": {},\r
794           "column_names": []\r
795         },\r
796         "circle_speech_balloon_speech": {\r
797           "columns": {},\r
798           "column_names": []\r
799         },\r
800         "plain_speech_balloon_speech_balloon": {\r
801           "columns": {},\r
802           "column_names": []\r
803         },\r
804         "square_speech_balloon_speech_balloon": {\r
805           "columns": {},\r
806           "column_names": []\r
807         }\r
808       },\r
809       "associations": {\r
810         "belongs_to": [\r
811           "system_picture"\r
812         ]\r
813       }\r
814     },\r
815     "writing_format": {\r
816       "column_names": [\r
817         "name",\r
818         "classname",\r
819         "caption",\r
820         "system_picture_id",\r
821         "settings"\r
822       ],\r
823       "extend_settings": {\r
824         "pettanr_simple_format_writing_format": {\r
825           "columns": {},\r
826           "column_names": []\r
827         }\r
828       },\r
829       "associations": {\r
830         "belongs_to": [\r
831           "system_picture"\r
832         ],\r
833         "has_many": []\r
834       }\r
835     },\r
836     "license_group": {\r
837       "column_names": [\r
838         "name",\r
839         "classname",\r
840         "caption",\r
841         "url"\r
842       ],\r
843       "extend_settings": {\r
844         "pettanr_creative_commons_v30_licenses_license": {\r
845           "columns": {},\r
846           "column_names": [\r
847             "open",\r
848             "commercial",\r
849             "official",\r
850             "attribution:",\r
851             "derive",\r
852             "thumbnail",\r
853             "gif_convert",\r
854             "reverse",\r
855             "sync_vh",\r
856             "overlap"\r
857           ]\r
858         },\r
859         "pettanr_pettan_commons_v01_licenses_license": {\r
860           "columns": {},\r
861           "column_names": [\r
862             "open",\r
863             "commercial",\r
864             "official",\r
865             "attribution:",\r
866             "derive",\r
867             "thumbnail",\r
868             "gif_convert",\r
869             "reverse",\r
870             "sync_vh",\r
871             "overlap"\r
872           ]\r
873         },\r
874         "pettanr_pettan_protected_v01_licenses_license": {\r
875           "columns": {},\r
876           "column_names": [\r
877             "open",\r
878             "commercial",\r
879             "official",\r
880             "attribution:",\r
881             "derive",\r
882             "thumbnail",\r
883             "gif_convert",\r
884             "reverse",\r
885             "sync_vh",\r
886             "overlap"\r
887           ]\r
888         },\r
889         "pettanr_pettan_public_v01_licenses_license": {\r
890           "columns": {},\r
891           "column_names": [\r
892             "open",\r
893             "commercial",\r
894             "official",\r
895             "attribution:",\r
896             "derive",\r
897             "thumbnail",\r
898             "gif_convert",\r
899             "reverse",\r
900             "sync_vh",\r
901             "overlap"\r
902           ]\r
903         },\r
904         "pettanr_public_domain_v01_licenses_license": {\r
905           "columns": {},\r
906           "column_names": [\r
907             "open",\r
908             "commercial",\r
909             "official",\r
910             "attribution:",\r
911             "derive",\r
912             "thumbnail",\r
913             "gif_convert",\r
914             "reverse",\r
915             "sync_vh",\r
916             "overlap"\r
917           ]\r
918         },\r
919         "pettanr_unknown_v01_licenses_license": {\r
920           "columns": {},\r
921           "column_names": [\r
922             "open",\r
923             "commercial",\r
924             "official",\r
925             "attribution:",\r
926             "derive",\r
927             "thumbnail",\r
928             "gif_convert",\r
929             "reverse",\r
930             "sync_vh",\r
931             "overlap"\r
932           ]\r
933         },\r
934         "pettanr_creative_commons_v30_licenses_credit_picture": {\r
935           "columns": {},\r
936           "column_names": [\r
937             "source_url_btn_id",\r
938             "source_url_off_btn_id"\r
939           ]\r
940         },\r
941         "pettanr_pettan_commons_v01_licenses_credit_picture": {\r
942           "columns": {},\r
943           "column_names": [\r
944             "source_url_btn_id",\r
945             "source_url_off_btn_id"\r
946           ]\r
947         },\r
948         "pettanr_pettan_protected_v01_licenses_credit_picture": {\r
949           "columns": {},\r
950           "column_names": [\r
951             "source_url_btn_id",\r
952             "source_url_off_btn_id"\r
953           ]\r
954         },\r
955         "pettanr_pettan_public_v01_licenses_credit_picture": {\r
956           "columns": {},\r
957           "column_names": [\r
958             "source_url_btn_id",\r
959             "source_url_off_btn_id"\r
960           ]\r
961         },\r
962         "pettanr_public_domain_v01_licenses_credit_picture": {\r
963           "columns": {},\r
964           "column_names": [\r
965             "source_url_btn_id",\r
966             "source_url_off_btn_id"\r
967           ]\r
968         },\r
969         "pettanr_unknown_v01_licenses_credit_picture": {\r
970           "columns": {},\r
971           "column_names": [\r
972             "source_url_btn_id",\r
973             "source_url_off_btn_id"\r
974           ]\r
975         }\r
976       },\r
977       "associations": {\r
978         "has_many": [\r
979           "licenses.by_license_group"\r
980         ]\r
981       }\r
982     },\r
983     "license": {\r
984       "columns": {\r
985         "license_group_settings": {\r
986           "type": "extend",\r
987           "args": {\r
988             "boost_name": "license_group"\r
989           }\r
990         },\r
991         "credit_picture_settings": {\r
992           "type": "extend",\r
993           "args": {\r
994             "boost_name": "credit_picture"\r
995           }\r
996         }\r
997       },\r
998       "column_names": [\r
999         "license_group_id",\r
1000         "license_group_classname",\r
1001         "name",\r
1002         "caption",\r
1003         "system_picture_id",\r
1004         "url",\r
1005         "license_group_settings",\r
1006         "credit_picture_settings"\r
1007       ],\r
1008       "associations": {\r
1009         "belongs_to": [\r
1010           "license_group",\r
1011           "system_picture"\r
1012         ],\r
1013         "has_many": [\r
1014           "resource_pictures.by_license"\r
1015         ]\r
1016       }\r
1017     },\r
1018     "author": {\r
1019       "column_names": [\r
1020         "name",\r
1021         "user_id"\r
1022       ],\r
1023       "associations": {\r
1024         "has_many": [\r
1025           "scrolls.by_author",\r
1026           "scroll_panels.by_author",\r
1027           "comics.by_author",\r
1028           "stories.by_author",\r
1029           "sheets.by_author",\r
1030           "sheet_panels.by_author",\r
1031           "panels.by_author",\r
1032           "panel_pictures.by_author",\r
1033           "speech_balloons.by_author",\r
1034           "balloons.by_author",\r
1035           "speeches.by_author",\r
1036           "ground_pictures.by_author",\r
1037           "ground_colors.by_author"\r
1038         ]\r
1039       }\r
1040     },\r
1041     "artist": {\r
1042       "column_names": [\r
1043         "name",\r
1044         "author_id"\r
1045       ],\r
1046       "associations": {\r
1047         "has_many": [\r
1048           "resource_pictures.by_artist"\r
1049         ]\r
1050       }\r
1051     },\r
1052     "system_picture": {\r
1053       "column_names": [\r
1054         "ext",\r
1055         "width",\r
1056         "height",\r
1057         "filesize",\r
1058         "md5"\r
1059       ],\r
1060       "associations": {\r
1061         "has_many": [\r
1062           "licenses.by_system_picture"\r
1063         ]\r
1064       }\r
1065     }\r
1066   },\r
1067   "filers": {\r
1068     "scroll": {\r
1069       "symbol": {},\r
1070       "caption": {\r
1071         "type": "default",\r
1072         "args": {\r
1073           "face": {\r
1074             "type": "column",\r
1075             "args": {\r
1076               "column_name": "title"\r
1077             }\r
1078           },\r
1079           "link": {\r
1080             "type": "action",\r
1081             "args": {\r
1082               "action_name": "play"\r
1083             }\r
1084           }\r
1085         }\r
1086       },\r
1087       "summary": {},\r
1088       "edit": {}\r
1089     },\r
1090     "scroll_panel": {\r
1091       "symbol": {\r
1092         "type": "default",\r
1093         "args": {\r
1094           "link": {\r
1095             "type": "none"\r
1096           }\r
1097         }\r
1098       },\r
1099       "caption": {\r
1100         "type": "none"\r
1101       },\r
1102       "summary": {},\r
1103       "edit": {\r
1104         "type": "none"\r
1105       }\r
1106     },\r
1107     "comic": {\r
1108       "symbol": {},\r
1109       "caption": {\r
1110         "type": "default",\r
1111         "args": {\r
1112           "face": {\r
1113             "type": "column",\r
1114             "args": {\r
1115               "column_name": "title"\r
1116             }\r
1117           }\r
1118         }\r
1119       },\r
1120       "summary": {},\r
1121       "edit": {}\r
1122     },\r
1123     "story": {\r
1124       "symbol": {},\r
1125       "caption": {\r
1126         "type": "default",\r
1127         "args": {\r
1128           "face": {\r
1129             "type": "method",\r
1130             "args": {\r
1131               "method_name": "title_with_t"\r
1132             }\r
1133           },\r
1134           "link": {\r
1135             "type": "action",\r
1136             "args": {\r
1137               "action_name": "play"\r
1138             }\r
1139           }\r
1140         }\r
1141       },\r
1142       "summary": {},\r
1143       "edit": {}\r
1144     },\r
1145     "story_sheet": {\r
1146       "symbol": {\r
1147         "type": "default",\r
1148         "args": {\r
1149           "link": {\r
1150             "type": "none"\r
1151           }\r
1152         }\r
1153       },\r
1154       "caption": {\r
1155         "type": "none"\r
1156       },\r
1157       "summary": {},\r
1158       "edit": {\r
1159         "type": "none"\r
1160       }\r
1161     },\r
1162     "sheet": {\r
1163       "symbol": {},\r
1164       "caption": {\r
1165         "type": "default",\r
1166         "args": {\r
1167           "face": {},\r
1168           "link": {\r
1169             "type": "action",\r
1170             "args": {\r
1171               "action_name": "play"\r
1172             }\r
1173           }\r
1174         }\r
1175       },\r
1176       "summary": {},\r
1177       "edit": {}\r
1178     },\r
1179     "sheet_panel": {\r
1180       "symbol": {\r
1181         "type": "default",\r
1182         "args": {\r
1183           "link": {\r
1184             "type": "none"\r
1185           }\r
1186         }\r
1187       },\r
1188       "caption": {\r
1189         "type": "none"\r
1190       },\r
1191       "summary": {},\r
1192       "edit": {\r
1193         "type": "none"\r
1194       }\r
1195     },\r
1196     "panel": {\r
1197       "symbol": {},\r
1198       "caption": {\r
1199         "type": "default",\r
1200         "args": {\r
1201           "link": {\r
1202             "type": "none"\r
1203           }\r
1204         }\r
1205       },\r
1206       "summary": {},\r
1207       "edit": {}\r
1208     },\r
1209     "panel_picture": {\r
1210       "symbol": {\r
1211         "type": "default",\r
1212         "args": {\r
1213           "face": {\r
1214             "type": "picture"\r
1215           }\r
1216         }\r
1217       },\r
1218       "caption": {\r
1219         "type": "default",\r
1220         "args": {\r
1221           "link": {\r
1222             "type": "none"\r
1223           }\r
1224         }\r
1225       },\r
1226       "summary": {},\r
1227       "edit": {\r
1228         "type": "none"\r
1229       }\r
1230     },\r
1231     "speech_balloon": {\r
1232       "symbol": {\r
1233         "type": "default",\r
1234         "args": {\r
1235           "face": {\r
1236             "type": "picture"\r
1237           }\r
1238         }\r
1239       },\r
1240       "caption": {\r
1241         "type": "default",\r
1242         "args": {\r
1243           "face": {\r
1244             "type": "method",\r
1245             "args": {\r
1246               "method_name": "plain_scenario"\r
1247             }\r
1248           },\r
1249           "link": {\r
1250             "type": "none"\r
1251           }\r
1252         }\r
1253       },\r
1254       "summary": {},\r
1255       "edit": {\r
1256         "type": "none"\r
1257       }\r
1258     },\r
1259     "speech": {\r
1260       "symbol": {\r
1261         "type": "default",\r
1262         "args": {\r
1263           "face": {\r
1264             "type": "picture"\r
1265           }\r
1266         }\r
1267       },\r
1268       "caption": {\r
1269         "type": "default",\r
1270         "args": {\r
1271           "face": {\r
1272             "type": "column",\r
1273             "args": {\r
1274               "column_name": "content"\r
1275             }\r
1276           },\r
1277           "link": {\r
1278             "type": "none"\r
1279           }\r
1280         }\r
1281       },\r
1282       "summary": {},\r
1283       "edit": {\r
1284         "type": "none"\r
1285       }\r
1286     },\r
1287     "balloon": {\r
1288       "symbol": {\r
1289         "type": "default",\r
1290         "args": {\r
1291           "face": {\r
1292             "type": "picture"\r
1293           }\r
1294         }\r
1295       },\r
1296       "caption": {\r
1297         "type": "none"\r
1298       },\r
1299       "summary": {},\r
1300       "edit": {\r
1301         "type": "none"\r
1302       }\r
1303     },\r
1304     "ground_picture": {\r
1305       "symbol": {\r
1306         "type": "default",\r
1307         "args": {\r
1308           "face": {\r
1309             "type": "picture"\r
1310           }\r
1311         }\r
1312       },\r
1313       "caption": {\r
1314         "type": "default",\r
1315         "args": {\r
1316           "link": {\r
1317             "type": "none"\r
1318           }\r
1319         }\r
1320       },\r
1321       "summary": {},\r
1322       "edit": {\r
1323         "type": "none"\r
1324       }\r
1325     },\r
1326     "ground_color": {\r
1327       "symbol": {\r
1328         "type": "template",\r
1329         "args": {\r
1330           "template_name": "symbol"\r
1331         }\r
1332       },\r
1333       "caption": {\r
1334         "type": "default",\r
1335         "args": {\r
1336           "link": {\r
1337             "type": "none"\r
1338           }\r
1339         }\r
1340       },\r
1341       "summary": {},\r
1342       "edit": {\r
1343         "type": "none"\r
1344       }\r
1345     },\r
1346     "original_picture": {\r
1347       "symbol": {\r
1348         "type": "default",\r
1349         "args": {\r
1350           "face": {\r
1351             "type": "picture"\r
1352           }\r
1353         }\r
1354       },\r
1355       "caption": {\r
1356         "type": "default",\r
1357         "args": {\r
1358           "face": {\r
1359             "type": "method",\r
1360             "args": {\r
1361               "method_name": "revision"\r
1362             }\r
1363           },\r
1364           "link": {\r
1365             "type": "action",\r
1366             "args": {\r
1367               "action_name": "history"\r
1368             }\r
1369           }\r
1370         }\r
1371       },\r
1372       "summary": {},\r
1373       "edit": {\r
1374         "type": "template",\r
1375         "args": {\r
1376           "template_name": "publish"\r
1377         }\r
1378       }\r
1379     },\r
1380     "picture": {\r
1381       "symbol": {\r
1382         "type": "default",\r
1383         "args": {\r
1384           "face": {\r
1385             "type": "picture"\r
1386           }\r
1387         }\r
1388       },\r
1389       "caption": {\r
1390         "type": "default",\r
1391         "args": {\r
1392           "face": {\r
1393             "type": "column",\r
1394             "args": {\r
1395               "column_name": "revision"\r
1396             }\r
1397           }\r
1398         }\r
1399       },\r
1400       "summary": {},\r
1401       "edit": {\r
1402         "type": "none"\r
1403       }\r
1404     },\r
1405     "resource_picture": {\r
1406       "symbol": {\r
1407         "type": "default",\r
1408         "args": {\r
1409           "face": {\r
1410             "type": "picture"\r
1411           }\r
1412         }\r
1413       },\r
1414       "caption": {\r
1415         "type": "none"\r
1416       },\r
1417       "summary": {},\r
1418       "edit": {\r
1419         "type": "none"\r
1420       }\r
1421     },\r
1422     "speech_balloon_template": {\r
1423       "symbol": {\r
1424         "type": "default",\r
1425         "args": {\r
1426           "face": {\r
1427             "type": "picture"\r
1428           }\r
1429         }\r
1430       },\r
1431       "caption": {},\r
1432       "summary": {\r
1433         "type": "none"\r
1434       },\r
1435       "edit": {}\r
1436     },\r
1437     "writing_format": {\r
1438       "symbol": {},\r
1439       "caption": {},\r
1440       "summary": {\r
1441         "type": "none"\r
1442       },\r
1443       "edit": {}\r
1444     },\r
1445     "license_group": {\r
1446       "symbol": {},\r
1447       "caption": {\r
1448         "type": "default",\r
1449         "args": {\r
1450           "link": {\r
1451             "type": "url_column",\r
1452             "args": {\r
1453               "column_name": "url"\r
1454             }\r
1455           }\r
1456         }\r
1457       },\r
1458       "summary": {\r
1459         "type": "none"\r
1460       },\r
1461       "edit": {}\r
1462     },\r
1463     "license": {\r
1464       "symbol": {},\r
1465       "caption": {\r
1466         "type": "default",\r
1467         "args": {\r
1468           "face": {\r
1469             "type": "method",\r
1470             "args": {\r
1471               "method_name": "caption_with_group"\r
1472             }\r
1473           },\r
1474           "link": {\r
1475             "type": "url_column",\r
1476             "args": {\r
1477               "column_name": "url"\r
1478             }\r
1479           }\r
1480         }\r
1481       },\r
1482       "summary": {},\r
1483       "edit": {}\r
1484     },\r
1485     "author": {\r
1486       "symbol": {},\r
1487       "caption": {\r
1488         "type": "default",\r
1489         "args": {\r
1490           "face": {\r
1491             "type": "column",\r
1492             "args": {\r
1493               "column_name": "name"\r
1494             }\r
1495           }\r
1496         }\r
1497       },\r
1498       "summary": {},\r
1499       "edit": {\r
1500         "type": "account"\r
1501       }\r
1502     },\r
1503     "artist": {\r
1504       "symbol": {},\r
1505       "caption": {\r
1506         "type": "default",\r
1507         "args": {\r
1508           "face": {\r
1509             "type": "column",\r
1510             "args": {\r
1511               "column_name": "name"\r
1512             }\r
1513           }\r
1514         }\r
1515       },\r
1516       "summary": {},\r
1517       "edit": {\r
1518         "type": "account"\r
1519       }\r
1520     },\r
1521     "system_picture": {\r
1522       "symbol": {\r
1523         "type": "default",\r
1524         "args": {\r
1525           "face": {\r
1526             "type": "picture"\r
1527           }\r
1528         }\r
1529       },\r
1530       "caption": {\r
1531         "type": "none"\r
1532       },\r
1533       "summary": {\r
1534         "type": "none"\r
1535       },\r
1536       "edit": {\r
1537         "type": "none"\r
1538       }\r
1539     }\r
1540   },\r
1541   "forms": {\r
1542     "scroll": {\r
1543       "fields": {\r
1544         "title": {\r
1545           "label": {\r
1546             "args": {\r
1547               "row_break": true\r
1548             }\r
1549           },\r
1550           "tag": {\r
1551             "type": "text"\r
1552           },\r
1553           "row_break": true\r
1554         },\r
1555         "description": {\r
1556           "label": {\r
1557             "args": {\r
1558               "row_break": true\r
1559             }\r
1560           },\r
1561           "tag": {\r
1562             "type": "text_area"\r
1563           }\r
1564         },\r
1565         "visible": {\r
1566           "tag": {\r
1567             "type": "select"\r
1568           },\r
1569           "row_break": true\r
1570         },\r
1571         "id": {\r
1572           "label": {\r
1573             "type": "none"\r
1574           },\r
1575           "tag": {\r
1576             "type": "hidden"\r
1577           }\r
1578         },\r
1579         "author_id": {\r
1580           "label": {\r
1581             "type": "none"\r
1582           },\r
1583           "tag": {\r
1584             "type": "hidden"\r
1585           }\r
1586         }\r
1587       },\r
1588       "field_names": [\r
1589         "title",\r
1590         "description",\r
1591         "visible",\r
1592         "id",\r
1593         "author_id"\r
1594       ]\r
1595     },\r
1596     "scroll_panel": {\r
1597       "fields": {\r
1598         "scroll_id": {\r
1599           "tag": {\r
1600             "type": "number"\r
1601           }\r
1602         },\r
1603         "panel_id": {\r
1604           "tag": {\r
1605             "type": "number"\r
1606           }\r
1607         },\r
1608         "t": {\r
1609           "tag": {\r
1610             "type": "number"\r
1611           }\r
1612         },\r
1613         "id": {\r
1614           "label": {\r
1615             "type": "none"\r
1616           },\r
1617           "tag": {\r
1618             "type": "hidden"\r
1619           }\r
1620         }\r
1621       },\r
1622       "field_names": [\r
1623         "scroll_id",\r
1624         "panel_id",\r
1625         "t",\r
1626         "id"\r
1627       ]\r
1628     },\r
1629     "comic": {\r
1630       "fields": {\r
1631         "title": {\r
1632           "label": {\r
1633             "args": {\r
1634               "row_break": true\r
1635             }\r
1636           },\r
1637           "tag": {\r
1638             "type": "text"\r
1639           },\r
1640           "row_break": true\r
1641         },\r
1642         "description": {\r
1643           "label": {\r
1644             "args": {\r
1645               "row_break": true\r
1646             }\r
1647           },\r
1648           "tag": {\r
1649             "type": "text_area"\r
1650           }\r
1651         },\r
1652         "visible": {\r
1653           "tag": {\r
1654             "type": "select"\r
1655           },\r
1656           "row_break": true\r
1657         },\r
1658         "id": {\r
1659           "label": {\r
1660             "type": "none"\r
1661           },\r
1662           "tag": {\r
1663             "type": "hidden"\r
1664           }\r
1665         },\r
1666         "author_id": {\r
1667           "label": {\r
1668             "type": "none"\r
1669           },\r
1670           "tag": {\r
1671             "type": "hidden"\r
1672           }\r
1673         }\r
1674       },\r
1675       "field_names": [\r
1676         "title",\r
1677         "description",\r
1678         "visible",\r
1679         "id",\r
1680         "author_id"\r
1681       ]\r
1682     },\r
1683     "story": {\r
1684       "fields": {\r
1685         "comic_id": {\r
1686           "label": {\r
1687             "type": "none"\r
1688           },\r
1689           "tag": {\r
1690             "type": "hidden"\r
1691           }\r
1692         },\r
1693         "title": {\r
1694           "label": {\r
1695             "args": {\r
1696               "row_break": true\r
1697             }\r
1698           },\r
1699           "tag": {\r
1700             "type": "text"\r
1701           },\r
1702           "row_break": true\r
1703         },\r
1704         "description": {\r
1705           "label": {\r
1706             "args": {\r
1707               "row_break": true\r
1708             }\r
1709           },\r
1710           "tag": {\r
1711             "type": "text_area"\r
1712           },\r
1713           "row_break": true\r
1714         },\r
1715         "visible": {\r
1716           "tag": {\r
1717             "type": "select"\r
1718           },\r
1719           "row_break": true\r
1720         },\r
1721         "t": {\r
1722           "tag": {\r
1723             "type": "number"\r
1724           }\r
1725         },\r
1726         "id": {\r
1727           "label": {\r
1728             "type": "none"\r
1729           },\r
1730           "tag": {\r
1731             "type": "hidden"\r
1732           }\r
1733         },\r
1734         "author_id": {\r
1735           "label": {\r
1736             "type": "none"\r
1737           },\r
1738           "tag": {\r
1739             "type": "hidden"\r
1740           }\r
1741         }\r
1742       },\r
1743       "field_names": [\r
1744         "comic_id",\r
1745         "title",\r
1746         "description",\r
1747         "visible",\r
1748         "t",\r
1749         "id",\r
1750         "author_id"\r
1751       ]\r
1752     },\r
1753     "story_sheet": {\r
1754       "fields": {\r
1755         "story_id": {\r
1756           "label": {\r
1757             "type": "none"\r
1758           },\r
1759           "tag": {\r
1760             "type": "number"\r
1761           }\r
1762         },\r
1763         "sheet_id": {\r
1764           "label": {\r
1765             "type": "none"\r
1766           },\r
1767           "tag": {\r
1768             "type": "number"\r
1769           }\r
1770         },\r
1771         "t": {\r
1772           "tag": {\r
1773             "type": "number"\r
1774           }\r
1775         },\r
1776         "id": {\r
1777           "label": {\r
1778             "type": "none"\r
1779           },\r
1780           "tag": {\r
1781             "type": "hidden"\r
1782           }\r
1783         }\r
1784       },\r
1785       "field_names": [\r
1786         "story_id",\r
1787         "sheet_id",\r
1788         "t",\r
1789         "id"\r
1790       ]\r
1791     },\r
1792     "sheet": {\r
1793       "fields": {\r
1794         "caption": {\r
1795           "label": {\r
1796             "args": {\r
1797               "row_break": true\r
1798             }\r
1799           },\r
1800           "tag": {\r
1801             "type": "text"\r
1802           },\r
1803           "row_break": true\r
1804         },\r
1805         "width": {\r
1806           "tag": {\r
1807             "type": "number"\r
1808           }\r
1809         },\r
1810         "height": {\r
1811           "tag": {\r
1812             "type": "number"\r
1813           },\r
1814           "row_break": true\r
1815         },\r
1816         "visible": {\r
1817           "tag": {\r
1818             "type": "select"\r
1819           },\r
1820           "row_break": true\r
1821         },\r
1822         "id": {\r
1823           "label": {\r
1824             "type": "none"\r
1825           },\r
1826           "tag": {\r
1827             "type": "hidden"\r
1828           }\r
1829         },\r
1830         "author_id": {\r
1831           "label": {\r
1832             "type": "none"\r
1833           },\r
1834           "tag": {\r
1835             "type": "hidden"\r
1836           }\r
1837         }\r
1838       },\r
1839       "field_names": [\r
1840         "caption",\r
1841         "width",\r
1842         "height",\r
1843         "visible",\r
1844         "id",\r
1845         "author_id"\r
1846       ]\r
1847     },\r
1848     "sheet_panel": {\r
1849       "fields": {\r
1850         "sheet_id": {\r
1851           "tag": {\r
1852             "type": "number"\r
1853           }\r
1854         },\r
1855         "panel_id": {\r
1856           "tag": {\r
1857             "type": "number"\r
1858           }\r
1859         },\r
1860         "x": {\r
1861           "tag": {\r
1862             "type": "number"\r
1863           }\r
1864         },\r
1865         "y": {\r
1866           "tag": {\r
1867             "type": "number"\r
1868           },\r
1869           "row_break": true\r
1870         },\r
1871         "z": {\r
1872           "label": {\r
1873             "type": "none"\r
1874           },\r
1875           "tag": {\r
1876             "type": "hidden"\r
1877           }\r
1878         },\r
1879         "t": {\r
1880           "label": {\r
1881             "type": "none"\r
1882           },\r
1883           "tag": {\r
1884             "type": "hidden"\r
1885           }\r
1886         },\r
1887         "id": {\r
1888           "label": {\r
1889             "type": "none"\r
1890           },\r
1891           "tag": {\r
1892             "type": "hidden"\r
1893           }\r
1894         }\r
1895       },\r
1896       "field_names": [\r
1897         "sheet_id",\r
1898         "panel_id",\r
1899         "x",\r
1900         "y",\r
1901         "z",\r
1902         "t",\r
1903         "id"\r
1904       ]\r
1905     },\r
1906     "panel": {\r
1907       "fields": {\r
1908         "caption": {\r
1909           "tag": {\r
1910             "type": "text"\r
1911           },\r
1912           "row_break": true\r
1913         },\r
1914         "width": {\r
1915           "tag": {\r
1916             "type": "number"\r
1917           }\r
1918         },\r
1919         "height": {\r
1920           "tag": {\r
1921             "type": "number"\r
1922           },\r
1923           "row_break": true\r
1924         },\r
1925         "border": {\r
1926           "tag": {\r
1927             "type": "number"\r
1928           }\r
1929         },\r
1930         "publish": {\r
1931           "tag": {\r
1932             "type": "select"\r
1933           },\r
1934           "row_break": true\r
1935         },\r
1936         "id": {\r
1937           "label": {\r
1938             "type": "none"\r
1939           },\r
1940           "tag": {\r
1941             "type": "hidden"\r
1942           }\r
1943         },\r
1944         "author_id": {\r
1945           "label": {\r
1946             "type": "none"\r
1947           },\r
1948           "tag": {\r
1949             "type": "hidden"\r
1950           }\r
1951         }\r
1952       },\r
1953       "field_names": [\r
1954         "caption",\r
1955         "width",\r
1956         "height",\r
1957         "border",\r
1958         "publish",\r
1959         "id",\r
1960         "author_id"\r
1961       ]\r
1962     },\r
1963     "panel_picture": {\r
1964       "fields": {\r
1965         "caption": {\r
1966           "tag": {\r
1967             "type": "text"\r
1968           },\r
1969           "row_break": true\r
1970         },\r
1971         "x": {\r
1972           "tag": {\r
1973             "type": "number"\r
1974           }\r
1975         },\r
1976         "y": {\r
1977           "tag": {\r
1978             "type": "number"\r
1979           },\r
1980           "row_break": true\r
1981         },\r
1982         "width": {\r
1983           "tag": {\r
1984             "type": "number"\r
1985           },\r
1986           "helpers": {\r
1987             "size": {\r
1988               "type": "size",\r
1989               "args": {\r
1990                 "dom_class": "panel_picture_width_tool"\r
1991               }\r
1992             }\r
1993           },\r
1994           "row_break": true\r
1995         },\r
1996         "height": {\r
1997           "tag": {\r
1998             "type": "number"\r
1999           },\r
2000           "helpers": {\r
2001             "size": {\r
2002               "type": "size",\r
2003               "args": {\r
2004                 "dom_class": "panel_picture_height_tool"\r
2005               }\r
2006             }\r
2007           },\r
2008           "row_break": true\r
2009         },\r
2010         "link": {\r
2011           "tag": {\r
2012             "type": "text"\r
2013           },\r
2014           "row_break": true\r
2015         },\r
2016         "id": {\r
2017           "label": {\r
2018             "type": "none"\r
2019           },\r
2020           "tag": {\r
2021             "type": "hidden"\r
2022           }\r
2023         },\r
2024         "panel_id": {\r
2025           "label": {\r
2026             "type": "none"\r
2027           },\r
2028           "tag": {\r
2029             "type": "hidden"\r
2030           }\r
2031         },\r
2032         "picture_id": {\r
2033           "tag": {\r
2034             "type": "hidden"\r
2035           },\r
2036           "helpers": {\r
2037             "popup": {\r
2038               "type": "popup",\r
2039               "args": {\r
2040                 "source": "pictures"\r
2041               }\r
2042             }\r
2043           }\r
2044         },\r
2045         "z": {\r
2046           "label": {\r
2047             "type": "none"\r
2048           },\r
2049           "tag": {\r
2050             "type": "hidden"\r
2051           }\r
2052         },\r
2053         "t": {\r
2054           "label": {\r
2055             "type": "none"\r
2056           },\r
2057           "tag": {\r
2058             "type": "hidden"\r
2059           }\r
2060         }\r
2061       },\r
2062       "field_names": [\r
2063         "caption",\r
2064         "x",\r
2065         "y",\r
2066         "width",\r
2067         "height",\r
2068         "link",\r
2069         "id",\r
2070         "panel_id",\r
2071         "picture_id",\r
2072         "z",\r
2073         "t"\r
2074       ]\r
2075     },\r
2076     "speech_balloon": {\r
2077       "fields": {\r
2078         "id": {\r
2079           "label": {\r
2080             "type": "none"\r
2081           },\r
2082           "tag": {\r
2083             "type": "hidden"\r
2084           }\r
2085         },\r
2086         "panel_id": {\r
2087           "label": {\r
2088             "type": "none"\r
2089           },\r
2090           "tag": {\r
2091             "type": "hidden"\r
2092           }\r
2093         },\r
2094         "speech_balloon_template_id": {\r
2095           "label": {\r
2096             "type": "none"\r
2097           },\r
2098           "tag": {\r
2099             "type": "hidden"\r
2100           }\r
2101         },\r
2102         "caption": {\r
2103           "tag": {\r
2104             "type": "text"\r
2105           },\r
2106           "row_break": true\r
2107         },\r
2108         "z": {\r
2109           "label": {\r
2110             "type": "none"\r
2111           },\r
2112           "tag": {\r
2113             "type": "hidden"\r
2114           }\r
2115         },\r
2116         "t": {\r
2117           "label": {\r
2118             "type": "none"\r
2119           },\r
2120           "tag": {\r
2121             "type": "hidden"\r
2122           }\r
2123         },\r
2124         "speech_balloon_template_classname": {\r
2125           "label": {\r
2126             "type": "none"\r
2127           },\r
2128           "tag": {\r
2129             "type": "hidden"\r
2130           }\r
2131         },\r
2132         "speech_balloon_template_settings": {\r
2133           "label": {\r
2134             "type": "none"\r
2135           },\r
2136           "tag": {\r
2137             "type": "hidden"\r
2138           }\r
2139         }\r
2140       },\r
2141       "field_names": [\r
2142         "caption",\r
2143         "id",\r
2144         "panel_id",\r
2145         "speech_balloon_template_id",\r
2146         "speech_balloon_template_classname",\r
2147         "z",\r
2148         "t",\r
2149         "speech_balloon_template_settings"\r
2150       ]\r
2151     },\r
2152     "balloon": {\r
2153       "fields": {\r
2154         "id": {\r
2155           "label": {\r
2156             "type": "none"\r
2157           },\r
2158           "tag": {\r
2159             "type": "hidden"\r
2160           }\r
2161         },\r
2162         "speech_balloon_id": {\r
2163           "label": {\r
2164             "type": "none"\r
2165           },\r
2166           "tag": {\r
2167             "type": "hidden"\r
2168           }\r
2169         },\r
2170         "speech_balloon_template_id": {\r
2171           "label": {\r
2172             "type": "none"\r
2173           },\r
2174           "tag": {\r
2175             "type": "hidden"\r
2176           }\r
2177         },\r
2178         "system_picture_id": {\r
2179           "label": {\r
2180             "type": "none"\r
2181           },\r
2182           "tag": {\r
2183             "type": "hidden"\r
2184           }\r
2185         },\r
2186         "r": {\r
2187           "tag": {\r
2188             "type": "number"\r
2189           },\r
2190           "helpers": {\r
2191             "tail_angle": {\r
2192               "type": "size",\r
2193               "args": {}\r
2194             }\r
2195           },\r
2196           "row_break": true\r
2197         },\r
2198         "x": {\r
2199           "tag": {\r
2200             "type": "number"\r
2201           }\r
2202         },\r
2203         "y": {\r
2204           "label": {},\r
2205           "tag": {\r
2206             "type": "number"\r
2207           },\r
2208           "row_break": true\r
2209         },\r
2210         "width": {\r
2211           "tag": {\r
2212             "type": "number"\r
2213           }\r
2214         },\r
2215         "height": {\r
2216           "tag": {\r
2217             "type": "number"\r
2218           },\r
2219           "row_break": true\r
2220         },\r
2221         "speech_balloon_template_classname": {\r
2222           "label": {\r
2223             "type": "none"\r
2224           },\r
2225           "tag": {\r
2226             "type": "hidden"\r
2227           }\r
2228         },\r
2229         "speech_balloon_template_settings": {\r
2230           "label": {\r
2231             "type": "none"\r
2232           },\r
2233           "tag": {\r
2234             "type": "hidden"\r
2235           }\r
2236         }\r
2237       },\r
2238       "field_names": [\r
2239         "r",\r
2240         "x",\r
2241         "y",\r
2242         "width",\r
2243         "height",\r
2244         "id",\r
2245         "speech_balloon_id",\r
2246         "system_picture_id",\r
2247         "speech_balloon_template_id",\r
2248         "speech_balloon_template_classname",\r
2249         "speech_balloon_template_settings"\r
2250       ]\r
2251     },\r
2252     "speech": {\r
2253       "fields": {\r
2254         "id": {\r
2255           "label": {\r
2256             "type": "none"\r
2257           },\r
2258           "tag": {\r
2259             "type": "hidden"\r
2260           }\r
2261         },\r
2262         "speech_balloon_id": {\r
2263           "label": {\r
2264             "type": "none"\r
2265           },\r
2266           "tag": {\r
2267             "type": "hidden"\r
2268           }\r
2269         },\r
2270         "speech_balloon_template_id": {\r
2271           "label": {\r
2272             "type": "none"\r
2273           },\r
2274           "tag": {\r
2275             "type": "hidden"\r
2276           }\r
2277         },\r
2278         "x": {\r
2279           "label": {\r
2280             "type": "none"\r
2281           },\r
2282           "tag": {\r
2283             "type": "hidden"\r
2284           }\r
2285         },\r
2286         "y": {\r
2287           "label": {\r
2288             "type": "none"\r
2289           },\r
2290           "tag": {\r
2291             "type": "hidden"\r
2292           }\r
2293         },\r
2294         "width": {\r
2295           "label": {\r
2296             "type": "none"\r
2297           },\r
2298           "tag": {\r
2299             "type": "hidden"\r
2300           }\r
2301         },\r
2302         "height": {\r
2303           "label": {\r
2304             "type": "none"\r
2305           },\r
2306           "tag": {\r
2307             "type": "hidden"\r
2308           }\r
2309         },\r
2310         "writing_format_id": {\r
2311           "tag": {\r
2312             "type": "select"\r
2313           }\r
2314         },\r
2315         "font_size": {\r
2316           "tag": {\r
2317             "type": "select"\r
2318           },\r
2319           "row_break": true\r
2320         },\r
2321         "text_align": {\r
2322           "tag": {\r
2323             "type": "select"\r
2324           }\r
2325         },\r
2326         "quotes": {\r
2327           "tag": {\r
2328             "type": "text"\r
2329           }\r
2330         },\r
2331         "content": {\r
2332           "label": {\r
2333             "args": {\r
2334               "row_break": true\r
2335             }\r
2336           },\r
2337           "tag": {\r
2338             "type": "text_area",\r
2339             "args": {\r
2340               "options": {\r
2341                 "size": "45x5"\r
2342               }\r
2343             }\r
2344           }\r
2345         },\r
2346         "fore_color": {\r
2347           "label": {\r
2348             "row_break": true\r
2349           },\r
2350           "tag": {\r
2351             "type": "hidden"\r
2352           },\r
2353           "helpers": {\r
2354             "color": {\r
2355               "type": "color",\r
2356               "args": {\r
2357                 "wrapper": "speech-fore_color-wrap"\r
2358               }\r
2359             }\r
2360           }\r
2361         },\r
2362         "speech_balloon_template_classname": {\r
2363           "label": {\r
2364             "type": "none"\r
2365           },\r
2366           "tag": {\r
2367             "type": "hidden"\r
2368           }\r
2369         },\r
2370         "writing_format_classname": {\r
2371           "label": {\r
2372             "type": "none"\r
2373           },\r
2374           "tag": {\r
2375             "type": "hidden"\r
2376           }\r
2377         },\r
2378         "speech_balloon_template_settings": {\r
2379           "label": {\r
2380             "type": "none"\r
2381           },\r
2382           "tag": {\r
2383             "type": "hidden"\r
2384           }\r
2385         },\r
2386         "writing_format_settings": {\r
2387           "label": {\r
2388             "type": "none"\r
2389           },\r
2390           "tag": {\r
2391             "type": "hidden"\r
2392           }\r
2393         }\r
2394       },\r
2395       "field_names": [\r
2396         "writing_format_id",\r
2397         "font_size",\r
2398         "text_align",\r
2399         "quotes",\r
2400         "content",\r
2401         "fore_color",\r
2402         "id",\r
2403         "speech_balloon_id",\r
2404         "x",\r
2405         "y",\r
2406         "width",\r
2407         "height",\r
2408         "speech_balloon_template_id",\r
2409         "speech_balloon_template_classname",\r
2410         "speech_balloon_template_settings",\r
2411         "writing_format_classname",\r
2412         "writing_format_settings"\r
2413       ]\r
2414     },\r
2415     "ground_picture": {\r
2416       "fields": {\r
2417         "id": {\r
2418           "label": {\r
2419             "type": "none"\r
2420           },\r
2421           "tag": {\r
2422             "type": "hidden"\r
2423           }\r
2424         },\r
2425         "panel_id": {\r
2426           "label": {\r
2427             "type": "none"\r
2428           },\r
2429           "tag": {\r
2430             "type": "hidden"\r
2431           }\r
2432         },\r
2433         "picture_id": {\r
2434           "label": {\r
2435             "type": "none"\r
2436           },\r
2437           "tag": {\r
2438             "type": "hidden"\r
2439           }\r
2440         },\r
2441         "caption": {\r
2442           "tag": {\r
2443             "type": "text"\r
2444           },\r
2445           "row_break": true\r
2446         },\r
2447         "repeat": {\r
2448           "tag": {\r
2449             "type": "select",\r
2450             "args": {\r
2451               "source": "magic_number",\r
2452               "key": "ground_picture_repeat_items"\r
2453             }\r
2454           },\r
2455           "row_break": true\r
2456         },\r
2457         "x": {\r
2458           "tag": {\r
2459             "type": "number"\r
2460           }\r
2461         },\r
2462         "y": {\r
2463           "tag": {\r
2464             "type": "number"\r
2465           },\r
2466           "row_break": true\r
2467         },\r
2468         "z": {\r
2469           "label": {\r
2470             "type": "none"\r
2471           },\r
2472           "tag": {\r
2473             "type": "hidden"\r
2474           }\r
2475         },\r
2476         "t": {\r
2477           "label": {\r
2478             "type": "none"\r
2479           },\r
2480           "tag": {\r
2481             "type": "hidden"\r
2482           }\r
2483         }\r
2484       },\r
2485       "field_names": [\r
2486         "caption",\r
2487         "repeat",\r
2488         "x",\r
2489         "y",\r
2490         "z",\r
2491         "t",\r
2492         "id",\r
2493         "panel_id",\r
2494         "picture_id"\r
2495       ]\r
2496     },\r
2497     "ground_color": {\r
2498       "fields": {\r
2499         "id": {\r
2500           "label": {\r
2501             "type": "none"\r
2502           },\r
2503           "tag": {\r
2504             "type": "hidden"\r
2505           }\r
2506         },\r
2507         "panel_id": {\r
2508           "label": {\r
2509             "type": "none"\r
2510           },\r
2511           "tag": {\r
2512             "type": "hidden"\r
2513           }\r
2514         },\r
2515         "caption": {\r
2516           "tag": {\r
2517             "type": "text"\r
2518           },\r
2519           "row_break": true\r
2520         },\r
2521         "code": {\r
2522           "label": {\r
2523             "args": {\r
2524               "row_break": true\r
2525             }\r
2526           },\r
2527           "tag": {\r
2528             "type": "hidden"\r
2529           },\r
2530           "helpers": {\r
2531             "color": {\r
2532               "type": "color",\r
2533               "args": {\r
2534                 "wrapper": "ground_color-code-wrap"\r
2535               }\r
2536             }\r
2537           },\r
2538           "row_break": true\r
2539         },\r
2540         "orientation": {\r
2541           "tag": {\r
2542             "type": "select"\r
2543           },\r
2544           "row_break": true\r
2545         },\r
2546         "xy": {\r
2547           "tag": {\r
2548             "type": "number"\r
2549           }\r
2550         },\r
2551         "wh": {\r
2552           "tag": {\r
2553             "type": "number"\r
2554           },\r
2555           "row_break": true\r
2556         },\r
2557         "z": {\r
2558           "label": {\r
2559             "type": "none"\r
2560           },\r
2561           "tag": {\r
2562             "type": "hidden"\r
2563           }\r
2564         },\r
2565         "t": {\r
2566           "label": {\r
2567             "type": "none"\r
2568           },\r
2569           "tag": {\r
2570             "type": "hidden"\r
2571           }\r
2572         }\r
2573       },\r
2574       "field_names": [\r
2575         "id",\r
2576         "panel_id",\r
2577         "caption",\r
2578         "code",\r
2579         "orientation",\r
2580         "xy",\r
2581         "wh",\r
2582         "z",\r
2583         "t"\r
2584       ]\r
2585     },\r
2586     "speech_balloon_template": {\r
2587       "fields": {\r
2588         "id": {\r
2589           "label": {\r
2590             "type": "none"\r
2591           },\r
2592           "tag": {\r
2593             "type": "hidden"\r
2594           }\r
2595         },\r
2596         "name": {\r
2597           "tag": {\r
2598             "type": "text"\r
2599           },\r
2600           "row_break": true\r
2601         },\r
2602         "classname": {\r
2603           "tag": {\r
2604             "type": "text"\r
2605           },\r
2606           "row_break": true\r
2607         },\r
2608         "caption": {\r
2609           "tag": {\r
2610             "type": "text"\r
2611           },\r
2612           "row_break": true\r
2613         },\r
2614         "t": {\r
2615           "tag": {\r
2616             "type": "number"\r
2617           },\r
2618           "row_break": true\r
2619         },\r
2620         "system_picture_id": {\r
2621           "tag": {\r
2622             "type": "number"\r
2623           },\r
2624           "row_break": true\r
2625         },\r
2626         "settings": {\r
2627           "tag": {\r
2628             "type": "text"\r
2629           },\r
2630           "row_break": true\r
2631         }\r
2632       },\r
2633       "field_names": [\r
2634         "id",\r
2635         "name",\r
2636         "classname",\r
2637         "caption",\r
2638         "t",\r
2639         "system_picture_id",\r
2640         "settings"\r
2641       ]\r
2642     },\r
2643     "writing_format": {\r
2644       "fields": {\r
2645         "id": {\r
2646           "label": {\r
2647             "type": "none"\r
2648           },\r
2649           "tag": {\r
2650             "type": "hidden"\r
2651           }\r
2652         },\r
2653         "name": {\r
2654           "tag": {\r
2655             "type": "text"\r
2656           },\r
2657           "row_break": true\r
2658         },\r
2659         "classname": {\r
2660           "tag": {\r
2661             "type": "text"\r
2662           },\r
2663           "row_break": true\r
2664         },\r
2665         "caption": {\r
2666           "tag": {\r
2667             "type": "text"\r
2668           },\r
2669           "row_break": true\r
2670         },\r
2671         "system_picture_id": {\r
2672           "tag": {\r
2673             "type": "number"\r
2674           },\r
2675           "row_break": true\r
2676         },\r
2677         "settings": {\r
2678           "tag": {\r
2679             "type": "text"\r
2680           },\r
2681           "row_break": true\r
2682         }\r
2683       },\r
2684       "field_names": [\r
2685         "id",\r
2686         "name",\r
2687         "classname",\r
2688         "caption",\r
2689         "system_picture_id",\r
2690         "settings"\r
2691       ]\r
2692     },\r
2693     "license_group": {\r
2694       "fields": {\r
2695         "id": {\r
2696           "label": {\r
2697             "type": "none"\r
2698           },\r
2699           "tag": {\r
2700             "type": "hidden"\r
2701           }\r
2702         },\r
2703         "name": {\r
2704           "tag": {\r
2705             "type": "text"\r
2706           },\r
2707           "row_break": true\r
2708         },\r
2709         "classname": {\r
2710           "tag": {\r
2711             "type": "text"\r
2712           },\r
2713           "row_break": true\r
2714         },\r
2715         "caption": {\r
2716           "tag": {\r
2717             "type": "text"\r
2718           },\r
2719           "row_break": true\r
2720         },\r
2721         "url": {\r
2722           "tag": {\r
2723             "type": "text"\r
2724           },\r
2725           "row_break": true\r
2726         }\r
2727       },\r
2728       "field_names": [\r
2729         "id",\r
2730         "name",\r
2731         "classname",\r
2732         "caption",\r
2733         "url"\r
2734       ]\r
2735     },\r
2736     "license": {\r
2737       "fields": {\r
2738         "id": {\r
2739           "label": {\r
2740             "type": "none"\r
2741           },\r
2742           "tag": {\r
2743             "type": "hidden"\r
2744           }\r
2745         },\r
2746         "license_group_id": {\r
2747           "label": {\r
2748             "type": "none"\r
2749           },\r
2750           "tag": {\r
2751             "type": "hidden"\r
2752           }\r
2753         },\r
2754         "license_group_classname": {\r
2755           "tag": {\r
2756             "type": "text"\r
2757           },\r
2758           "row_break": true\r
2759         },\r
2760         "name": {\r
2761           "tag": {\r
2762             "type": "text"\r
2763           },\r
2764           "row_break": true\r
2765         },\r
2766         "caption": {\r
2767           "tag": {\r
2768             "type": "text"\r
2769           },\r
2770           "row_break": true\r
2771         },\r
2772         "system_picture_id": {\r
2773           "tag": {\r
2774             "type": "number"\r
2775           },\r
2776           "row_break": true\r
2777         },\r
2778         "url": {\r
2779           "tag": {\r
2780             "type": "text"\r
2781           },\r
2782           "row_break": true\r
2783         },\r
2784         "license_group_settings": {\r
2785           "boost_name": "license_group",\r
2786           "row_break": true\r
2787         },\r
2788         "credit_picture_settings": {\r
2789           "boost_name": "credit_picture",\r
2790           "row_break": true\r
2791         }\r
2792       },\r
2793       "field_names": [\r
2794         "id",\r
2795         "license_group_id",\r
2796         "license_group_classname",\r
2797         "name",\r
2798         "caption",\r
2799         "system_picture_id",\r
2800         "url",\r
2801         "license_group_settings",\r
2802         "credit_picture_settings"\r
2803       ]\r
2804     },\r
2805     "author": {\r
2806       "fields": {\r
2807         "id": {\r
2808           "label": {\r
2809             "type": "none"\r
2810           },\r
2811           "tag": {\r
2812             "type": "hidden"\r
2813           }\r
2814         },\r
2815         "name": {\r
2816           "label": {\r
2817             "args": {\r
2818               "row_break": true\r
2819             }\r
2820           },\r
2821           "tag": {\r
2822             "type": "text"\r
2823           },\r
2824           "row_break": true\r
2825         }\r
2826       },\r
2827       "field_names": [\r
2828         "id",\r
2829         "name"\r
2830       ]\r
2831     },\r
2832     "artist": {\r
2833       "fields": {\r
2834         "id": {\r
2835           "label": {\r
2836             "type": "none"\r
2837           },\r
2838           "tag": {\r
2839             "type": "hidden"\r
2840           }\r
2841         },\r
2842         "name": {\r
2843           "label": {\r
2844             "args": {\r
2845               "row_break": true\r
2846             }\r
2847           },\r
2848           "tag": {\r
2849             "type": "text"\r
2850           },\r
2851           "row_break": true\r
2852         }\r
2853       },\r
2854       "field_names": [\r
2855         "id",\r
2856         "name"\r
2857       ]\r
2858     },\r
2859     "circle_speech_balloon_speech_speech_balloon_template": {\r
2860       "fields": {\r
2861         "r": {\r
2862           "tag": {\r
2863             "type": "number"\r
2864           },\r
2865           "row_break": true\r
2866         }\r
2867       }\r
2868     },\r
2869     "pettanr_creative_commons_v30_licenses_license": {\r
2870       "fields": {\r
2871         "open": {\r
2872           "tag": {\r
2873             "type": "number"\r
2874           },\r
2875           "row_break": true\r
2876         },\r
2877         "commercial": {\r
2878           "tag": {\r
2879             "type": "number"\r
2880           },\r
2881           "row_break": true\r
2882         },\r
2883         "official": {\r
2884           "tag": {\r
2885             "type": "number"\r
2886           },\r
2887           "row_break": true\r
2888         },\r
2889         "attribution": {\r
2890           "tag": {\r
2891             "type": "number"\r
2892           },\r
2893           "row_break": true\r
2894         },\r
2895         "derive": {\r
2896           "tag": {\r
2897             "type": "number"\r
2898           },\r
2899           "row_break": true\r
2900         },\r
2901         "thumbnail": {\r
2902           "tag": {\r
2903             "type": "number"\r
2904           },\r
2905           "row_break": true\r
2906         },\r
2907         "gif_convert": {\r
2908           "tag": {\r
2909             "type": "number"\r
2910           },\r
2911           "row_break": true\r
2912         },\r
2913         "reverse": {\r
2914           "tag": {\r
2915             "type": "number"\r
2916           },\r
2917           "row_break": true\r
2918         },\r
2919         "sync_vh": {\r
2920           "tag": {\r
2921             "type": "number"\r
2922           },\r
2923           "row_break": true\r
2924         },\r
2925         "overlap": {\r
2926           "tag": {\r
2927             "type": "number"\r
2928           },\r
2929           "row_break": true\r
2930         }\r
2931       },\r
2932       "field_names": [\r
2933         "open",\r
2934         "commercial",\r
2935         "official",\r
2936         "attribution",\r
2937         "derive",\r
2938         "thumbnail",\r
2939         "gif_convert",\r
2940         "reverse",\r
2941         "sync_vh",\r
2942         "overlap"\r
2943       ]\r
2944     },\r
2945     "pettanr_creative_commons_v30_licenses_credit_picture": {\r
2946       "fields": {\r
2947         "source_url_btn_id": {\r
2948           "tag": {\r
2949             "type": "number"\r
2950           },\r
2951           "row_break": true\r
2952         },\r
2953         "source_url_off_btn_id": {\r
2954           "tag": {\r
2955             "type": "number"\r
2956           },\r
2957           "row_break": true\r
2958         }\r
2959       },\r
2960       "field_names": [\r
2961         "source_url_btn_id",\r
2962         "source_url_off_btn_id"\r
2963       ]\r
2964     },\r
2965     "pettanr_pettan_commons_v01_licenses_license": {\r
2966       "fields": {\r
2967         "open": {\r
2968           "tag": {\r
2969             "type": "number"\r
2970           },\r
2971           "row_break": true\r
2972         },\r
2973         "commercial": {\r
2974           "tag": {\r
2975             "type": "number"\r
2976           },\r
2977           "row_break": true\r
2978         },\r
2979         "official": {\r
2980           "tag": {\r
2981             "type": "number"\r
2982           },\r
2983           "row_break": true\r
2984         },\r
2985         "attribution": {\r
2986           "tag": {\r
2987             "type": "number"\r
2988           },\r
2989           "row_break": true\r
2990         },\r
2991         "derive": {\r
2992           "tag": {\r
2993             "type": "number"\r
2994           },\r
2995           "row_break": true\r
2996         },\r
2997         "thumbnail": {\r
2998           "tag": {\r
2999             "type": "number"\r
3000           },\r
3001           "row_break": true\r
3002         },\r
3003         "gif_convert": {\r
3004           "tag": {\r
3005             "type": "number"\r
3006           },\r
3007           "row_break": true\r
3008         },\r
3009         "reverse": {\r
3010           "tag": {\r
3011             "type": "number"\r
3012           },\r
3013           "row_break": true\r
3014         },\r
3015         "sync_vh": {\r
3016           "tag": {\r
3017             "type": "number"\r
3018           },\r
3019           "row_break": true\r
3020         },\r
3021         "overlap": {\r
3022           "tag": {\r
3023             "type": "number"\r
3024           },\r
3025           "row_break": true\r
3026         }\r
3027       },\r
3028       "field_names": [\r
3029         "open",\r
3030         "commercial",\r
3031         "official",\r
3032         "attribution:",\r
3033         "derive",\r
3034         "thumbnail",\r
3035         "gif_convert",\r
3036         "reverse",\r
3037         "sync_vh",\r
3038         "overlap"\r
3039       ]\r
3040     },\r
3041     "pettanr_pettan_commons_v01_licenses_credit_picture": {\r
3042       "fields": {\r
3043         "source_url_btn_id": {\r
3044           "tag": {\r
3045             "type": "number"\r
3046           },\r
3047           "row_break": true\r
3048         },\r
3049         "source_url_off_btn_id": {\r
3050           "tag": {\r
3051             "type": "number"\r
3052           },\r
3053           "row_break": true\r
3054         }\r
3055       },\r
3056       "field_names": [\r
3057         "source_url_btn_id",\r
3058         "source_url_off_btn_id"\r
3059       ]\r
3060     },\r
3061     "pettanr_pettan_protected_v01_licenses_license": {\r
3062       "fields": {\r
3063         "open": {\r
3064           "tag": {\r
3065             "type": "number"\r
3066           },\r
3067           "row_break": true\r
3068         },\r
3069         "commercial": {\r
3070           "tag": {\r
3071             "type": "number"\r
3072           },\r
3073           "row_break": true\r
3074         },\r
3075         "official": {\r
3076           "tag": {\r
3077             "type": "number"\r
3078           },\r
3079           "row_break": true\r
3080         },\r
3081         "attribution": {\r
3082           "tag": {\r
3083             "type": "number"\r
3084           },\r
3085           "row_break": true\r
3086         },\r
3087         "derive": {\r
3088           "tag": {\r
3089             "type": "number"\r
3090           },\r
3091           "row_break": true\r
3092         },\r
3093         "thumbnail": {\r
3094           "tag": {\r
3095             "type": "number"\r
3096           },\r
3097           "row_break": true\r
3098         },\r
3099         "gif_convert": {\r
3100           "tag": {\r
3101             "type": "number"\r
3102           },\r
3103           "row_break": true\r
3104         },\r
3105         "reverse": {\r
3106           "tag": {\r
3107             "type": "number"\r
3108           },\r
3109           "row_break": true\r
3110         },\r
3111         "sync_vh": {\r
3112           "tag": {\r
3113             "type": "number"\r
3114           },\r
3115           "row_break": true\r
3116         },\r
3117         "overlap": {\r
3118           "tag": {\r
3119             "type": "number"\r
3120           },\r
3121           "row_break": true\r
3122         }\r
3123       },\r
3124       "field_names": [\r
3125         "open",\r
3126         "commercial",\r
3127         "official",\r
3128         "attribution:",\r
3129         "derive",\r
3130         "thumbnail",\r
3131         "gif_convert",\r
3132         "reverse",\r
3133         "sync_vh",\r
3134         "overlap"\r
3135       ]\r
3136     },\r
3137     "pettanr_pettan_protected_v01_licenses_credit_picture": {\r
3138       "fields": {\r
3139         "source_url_btn_id": {\r
3140           "tag": {\r
3141             "type": "number"\r
3142           },\r
3143           "row_break": true\r
3144         },\r
3145         "source_url_off_btn_id": {\r
3146           "tag": {\r
3147             "type": "number"\r
3148           },\r
3149           "row_break": true\r
3150         }\r
3151       },\r
3152       "field_names": [\r
3153         "source_url_btn_id",\r
3154         "source_url_off_btn_id"\r
3155       ]\r
3156     },\r
3157     "pettanr_pettan_public_v01_licenses_license": {\r
3158       "fields": {\r
3159         "open": {\r
3160           "tag": {\r
3161             "type": "number"\r
3162           },\r
3163           "row_break": true\r
3164         },\r
3165         "commercial": {\r
3166           "tag": {\r
3167             "type": "number"\r
3168           },\r
3169           "row_break": true\r
3170         },\r
3171         "official": {\r
3172           "tag": {\r
3173             "type": "number"\r
3174           },\r
3175           "row_break": true\r
3176         },\r
3177         "attribution": {\r
3178           "tag": {\r
3179             "type": "number"\r
3180           },\r
3181           "row_break": true\r
3182         },\r
3183         "derive": {\r
3184           "tag": {\r
3185             "type": "number"\r
3186           },\r
3187           "row_break": true\r
3188         },\r
3189         "thumbnail": {\r
3190           "tag": {\r
3191             "type": "number"\r
3192           },\r
3193           "row_break": true\r
3194         },\r
3195         "gif_convert": {\r
3196           "tag": {\r
3197             "type": "number"\r
3198           },\r
3199           "row_break": true\r
3200         },\r
3201         "reverse": {\r
3202           "tag": {\r
3203             "type": "number"\r
3204           },\r
3205           "row_break": true\r
3206         },\r
3207         "sync_vh": {\r
3208           "tag": {\r
3209             "type": "number"\r
3210           },\r
3211           "row_break": true\r
3212         },\r
3213         "overlap": {\r
3214           "tag": {\r
3215             "type": "number"\r
3216           },\r
3217           "row_break": true\r
3218         }\r
3219       },\r
3220       "field_names": [\r
3221         "open",\r
3222         "commercial",\r
3223         "official",\r
3224         "attribution:",\r
3225         "derive",\r
3226         "thumbnail",\r
3227         "gif_convert",\r
3228         "reverse",\r
3229         "sync_vh",\r
3230         "overlap"\r
3231       ]\r
3232     },\r
3233     "pettanr_pettan_public_v01_licenses_credit_picture": {\r
3234       "fields": {\r
3235         "source_url_btn_id": {\r
3236           "tag": {\r
3237             "type": "number"\r
3238           },\r
3239           "row_break": true\r
3240         },\r
3241         "source_url_off_btn_id": {\r
3242           "tag": {\r
3243             "type": "number"\r
3244           },\r
3245           "row_break": true\r
3246         }\r
3247       },\r
3248       "field_names": [\r
3249         "source_url_btn_id",\r
3250         "source_url_off_btn_id"\r
3251       ]\r
3252     },\r
3253     "pettanr_public_domain_v01_licenses_license": {\r
3254       "fields": {\r
3255         "open": {\r
3256           "tag": {\r
3257             "type": "number"\r
3258           },\r
3259           "row_break": true\r
3260         },\r
3261         "commercial": {\r
3262           "tag": {\r
3263             "type": "number"\r
3264           },\r
3265           "row_break": true\r
3266         },\r
3267         "official": {\r
3268           "tag": {\r
3269             "type": "number"\r
3270           },\r
3271           "row_break": true\r
3272         },\r
3273         "attribution": {\r
3274           "tag": {\r
3275             "type": "number"\r
3276           },\r
3277           "row_break": true\r
3278         },\r
3279         "derive": {\r
3280           "tag": {\r
3281             "type": "number"\r
3282           },\r
3283           "row_break": true\r
3284         },\r
3285         "thumbnail": {\r
3286           "tag": {\r
3287             "type": "number"\r
3288           },\r
3289           "row_break": true\r
3290         },\r
3291         "gif_convert": {\r
3292           "tag": {\r
3293             "type": "number"\r
3294           },\r
3295           "row_break": true\r
3296         },\r
3297         "reverse": {\r
3298           "tag": {\r
3299             "type": "number"\r
3300           },\r
3301           "row_break": true\r
3302         },\r
3303         "sync_vh": {\r
3304           "tag": {\r
3305             "type": "number"\r
3306           },\r
3307           "row_break": true\r
3308         },\r
3309         "overlap": {\r
3310           "tag": {\r
3311             "type": "number"\r
3312           },\r
3313           "row_break": true\r
3314         }\r
3315       },\r
3316       "field_names": [\r
3317         "open",\r
3318         "commercial",\r
3319         "official",\r
3320         "attribution:",\r
3321         "derive",\r
3322         "thumbnail",\r
3323         "gif_convert",\r
3324         "reverse",\r
3325         "sync_vh",\r
3326         "overlap"\r
3327       ]\r
3328     },\r
3329     "pettanr_public_domain_v01_licenses_credit_picture": {\r
3330       "fields": {\r
3331         "source_url_btn_id": {\r
3332           "tag": {\r
3333             "type": "number"\r
3334           },\r
3335           "row_break": true\r
3336         },\r
3337         "source_url_off_btn_id": {\r
3338           "tag": {\r
3339             "type": "number"\r
3340           },\r
3341           "row_break": true\r
3342         }\r
3343       },\r
3344       "field_names": [\r
3345         "source_url_btn_id",\r
3346         "source_url_off_btn_id"\r
3347       ]\r
3348     },\r
3349     "pettanr_unknown_v01_licenses_license": {\r
3350       "fields": {\r
3351         "open": {\r
3352           "tag": {\r
3353             "type": "number"\r
3354           },\r
3355           "row_break": true\r
3356         },\r
3357         "commercial": {\r
3358           "tag": {\r
3359             "type": "number"\r
3360           },\r
3361           "row_break": true\r
3362         },\r
3363         "official": {\r
3364           "tag": {\r
3365             "type": "number"\r
3366           },\r
3367           "row_break": true\r
3368         },\r
3369         "attribution": {\r
3370           "tag": {\r
3371             "type": "number"\r
3372           },\r
3373           "row_break": true\r
3374         },\r
3375         "derive": {\r
3376           "tag": {\r
3377             "type": "number"\r
3378           },\r
3379           "row_break": true\r
3380         },\r
3381         "thumbnail": {\r
3382           "tag": {\r
3383             "type": "number"\r
3384           },\r
3385           "row_break": true\r
3386         },\r
3387         "gif_convert": {\r
3388           "tag": {\r
3389             "type": "number"\r
3390           },\r
3391           "row_break": true\r
3392         },\r
3393         "reverse": {\r
3394           "tag": {\r
3395             "type": "number"\r
3396           },\r
3397           "row_break": true\r
3398         },\r
3399         "sync_vh": {\r
3400           "tag": {\r
3401             "type": "number"\r
3402           },\r
3403           "row_break": true\r
3404         },\r
3405         "overlap": {\r
3406           "tag": {\r
3407             "type": "number"\r
3408           },\r
3409           "row_break": true\r
3410         }\r
3411       },\r
3412       "field_names": [\r
3413         "open",\r
3414         "commercial",\r
3415         "official",\r
3416         "attribution:",\r
3417         "derive",\r
3418         "thumbnail",\r
3419         "gif_convert",\r
3420         "reverse",\r
3421         "sync_vh",\r
3422         "overlap"\r
3423       ]\r
3424     },\r
3425     "pettanr_unknown_v01_licenses_credit_picture": {\r
3426       "fields": {\r
3427         "source_url_btn_id": {\r
3428           "tag": {\r
3429             "type": "number"\r
3430           },\r
3431           "row_break": true\r
3432         },\r
3433         "source_url_off_btn_id": {\r
3434           "tag": {\r
3435             "type": "number"\r
3436           },\r
3437           "row_break": true\r
3438         }\r
3439       },\r
3440       "field_names": [\r
3441         "source_url_btn_id",\r
3442         "source_url_off_btn_id"\r
3443       ]\r
3444     }\r
3445   },\r
3446   "buckets": {\r
3447     "scroll": {},\r
3448     "scroll_panel": {},\r
3449     "comic": {},\r
3450     "story": {},\r
3451     "story_sheet": {},\r
3452     "sheet": {},\r
3453     "sheet_panel": {},\r
3454     "panel": {},\r
3455     "panel_picture": {},\r
3456     "speech_balloon": {\r
3457       "field_names": [\r
3458         "speech_balloon.caption",\r
3459         "speech_balloon.id",\r
3460         "speech_balloon.panel_id",\r
3461         "speech_balloon.speech_balloon_template_id",\r
3462         "speech_balloon.speech_balloon_template_classname",\r
3463         "speech_balloon.z",\r
3464         "speech_balloon.t",\r
3465         "speech_balloon_template_settings",\r
3466         "balloon.r",\r
3467         "balloon.x",\r
3468         "balloon.y",\r
3469         "balloon.width",\r
3470         "balloon.height",\r
3471         "balloon.id",\r
3472         "balloon.speech_balloon_id",\r
3473         "balloon.system_picture_id",\r
3474         "balloon.speech_balloon_template_id",\r
3475         "balloon.speech_balloon_template_classname",\r
3476         "balloon.speech_balloon_template_settings",\r
3477         "speech.writing_format_id",\r
3478         "speech.font_size",\r
3479         "speech.text_align",\r
3480         "speech.quotes",\r
3481         "speech.content",\r
3482         "speech.fore_color",\r
3483         "speech.id",\r
3484         "speech.speech_balloon_id",\r
3485         "speech.x",\r
3486         "speech.y",\r
3487         "speech.width",\r
3488         "speech.height",\r
3489         "speech.speech_balloon_template_id",\r
3490         "speech.speech_balloon_template_classname",\r
3491         "speech.speech_balloon_template_settings",\r
3492         "speech.writing_format_classname",\r
3493         "speech.writing_format_settings"\r
3494       ]\r
3495     },\r
3496     "speech": {},\r
3497     "balloon": {},\r
3498     "ground_picture": {},\r
3499     "ground_color": {},\r
3500     "original_picture": {},\r
3501     "picture": {},\r
3502     "resource_picture": {},\r
3503     "speech_balloon_template": {\r
3504       "column_names": [\r
3505         "name",\r
3506         "classname",\r
3507         "caption",\r
3508         "t",\r
3509         "system_picture_id",\r
3510         "settings"\r
3511       ],\r
3512       "extend_settings": {\r
3513         "circle_speech_balloon_speech_balloon": {\r
3514           "columns": {},\r
3515           "column_names": []\r
3516         },\r
3517         "circle_speech_balloon_balloon": {\r
3518           "columns": {},\r
3519           "column_names": []\r
3520         },\r
3521         "circle_speech_balloon_speech": {\r
3522           "columns": {},\r
3523           "column_names": []\r
3524         },\r
3525         "plain_speech_balloon_speech_balloon": {\r
3526           "columns": {},\r
3527           "column_names": []\r
3528         },\r
3529         "square_speech_balloon_speech_balloon": {\r
3530           "columns": {},\r
3531           "column_names": []\r
3532         }\r
3533       },\r
3534       "associations": {\r
3535         "belongs_to": [\r
3536           "system_picture"\r
3537         ]\r
3538       }\r
3539     },\r
3540     "writing_format": {\r
3541       "column_names": [\r
3542         "name",\r
3543         "classname",\r
3544         "caption",\r
3545         "system_picture_id",\r
3546         "settings"\r
3547       ],\r
3548       "extend_settings": {\r
3549         "pettanr_simple_format_writing_format": {\r
3550           "columns": {},\r
3551           "column_names": []\r
3552         }\r
3553       },\r
3554       "associations": {\r
3555         "belongs_to": [\r
3556           "system_picture"\r
3557         ],\r
3558         "has_many": []\r
3559       }\r
3560     },\r
3561     "license_group": {\r
3562       "column_names": [\r
3563         "name",\r
3564         "classname",\r
3565         "caption",\r
3566         "url"\r
3567       ],\r
3568       "extend_settings": {\r
3569         "pettanr_pettan_commons_v01_licenses_license": {\r
3570           "columns": {\r
3571             "open": {},\r
3572             "commercial": {},\r
3573             "official": {},\r
3574             "attribution": {},\r
3575             "derive": {},\r
3576             "thumbnail": {},\r
3577             "gif_convert": {},\r
3578             "reverse": {},\r
3579             "sync_vh": {},\r
3580             "overlap": {}\r
3581           },\r
3582           "column_names": [\r
3583             "open",\r
3584             "commercial",\r
3585             "official",\r
3586             "attribution:",\r
3587             "derive",\r
3588             "thumbnail",\r
3589             "gif_convert",\r
3590             "reverse",\r
3591             "sync_vh",\r
3592             "overlap"\r
3593           ]\r
3594         },\r
3595         "pettanr_pettan_commons_v01_licenses_credit_picture": {\r
3596           "columns": {},\r
3597           "column_names": [\r
3598             "source_url_btn_id",\r
3599             "source_url_off_btn_id"\r
3600           ]\r
3601         }\r
3602       },\r
3603       "associations": {\r
3604         "has_many": [\r
3605           "licenses.by_license_group"\r
3606         ]\r
3607       }\r
3608     },\r
3609     "license": {\r
3610       "columns": {\r
3611         "license_group_settings": {\r
3612           "type": "extend",\r
3613           "args": {\r
3614             "boost_name": "license_group"\r
3615           }\r
3616         },\r
3617         "credit_picture_settings": {\r
3618           "type": "extend",\r
3619           "args": {\r
3620             "boost_name": "credit_picture"\r
3621           }\r
3622         }\r
3623       },\r
3624       "column_names": [\r
3625         "license_group_id",\r
3626         "license_group_classname",\r
3627         "name",\r
3628         "caption",\r
3629         "system_picture_id",\r
3630         "url",\r
3631         "license_group_settings",\r
3632         "credit_picture_settings"\r
3633       ]\r
3634     },\r
3635     "author": {},\r
3636     "artist": {},\r
3637     "system_picture": {}\r
3638   }\r
3639 }