OSDN Git Service

fix anything
[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_pettan_commons_v01_licenses_license": {\r
845           "columns": {\r
846             "open": {},\r
847             "commercial": {},\r
848             "official": {},\r
849             "attribution": {},\r
850             "derive": {},\r
851             "thumbnail": {},\r
852             "gif_convert": {},\r
853             "reverse": {},\r
854             "sync_vh": {},\r
855             "overlap": {}\r
856           },\r
857           "column_names": [\r
858             "open",\r
859             "commercial",\r
860             "official",\r
861             "attribution:",\r
862             "derive",\r
863             "thumbnail",\r
864             "gif_convert",\r
865             "reverse",\r
866             "sync_vh",\r
867             "overlap"\r
868           ]\r
869         },\r
870         "pettanr_pettan_commons_v01_licenses_credit_picture": {\r
871           "columns": {},\r
872           "column_names": [\r
873             "source_url_btn_id",\r
874             "source_url_off_btn_id"\r
875           ]\r
876         }\r
877       },\r
878       "associations": {\r
879         "has_many": [\r
880           "licenses.by_license_group"\r
881         ]\r
882       }\r
883     },\r
884     "license": {\r
885       "columns": {\r
886         "license_group_settings": {\r
887           "type": "extend",\r
888           "args": {\r
889             "boost_name": "license_group"\r
890           }\r
891         },\r
892         "credit_picture_settings": {\r
893           "type": "extend",\r
894           "args": {\r
895             "boost_name": "credit_picture"\r
896           }\r
897         }\r
898       },\r
899       "column_names": [\r
900         "license_group_id",\r
901         "license_group_classname",\r
902         "name",\r
903         "caption",\r
904         "system_picture_id",\r
905         "url",\r
906         "license_group_settings",\r
907         "credit_picture_settings"\r
908       ],\r
909       "associations": {\r
910         "belongs_to": [\r
911           "license_group",\r
912           "system_picture"\r
913         ],\r
914         "has_many": [\r
915           "resource_pictures.by_license"\r
916         ]\r
917       }\r
918     },\r
919     "author": {\r
920       "column_names": [\r
921         "name",\r
922         "user_id"\r
923       ],\r
924       "associations": {\r
925         "has_many": [\r
926           "scrolls.by_author",\r
927           "scroll_panels.by_author",\r
928           "comics.by_author",\r
929           "stories.by_author",\r
930           "sheets.by_author",\r
931           "sheet_panels.by_author",\r
932           "panels.by_author",\r
933           "panel_pictures.by_author",\r
934           "speech_balloons.by_author",\r
935           "balloons.by_author",\r
936           "speeches.by_author",\r
937           "ground_pictures.by_author",\r
938           "ground_colors.by_author"\r
939         ]\r
940       }\r
941     },\r
942     "artist": {\r
943       "column_names": [\r
944         "name",\r
945         "author_id"\r
946       ],\r
947       "associations": {\r
948         "has_many": [\r
949           "resource_pictures.by_artist"\r
950         ]\r
951       }\r
952     },\r
953     "system_picture": {\r
954       "column_names": [\r
955         "ext",\r
956         "width",\r
957         "height",\r
958         "filesize",\r
959         "md5"\r
960       ],\r
961       "associations": {\r
962         "has_many": [\r
963           "licenses.by_system_picture"\r
964         ]\r
965       }\r
966     }\r
967   },\r
968   "filers": {\r
969     "scroll": {\r
970       "symbol": {},\r
971       "caption": {\r
972         "type": "default",\r
973         "args": {\r
974           "face": {\r
975             "type": "column",\r
976             "args": {\r
977               "column_name": "title"\r
978             }\r
979           },\r
980           "link": {\r
981             "type": "action",\r
982             "args": {\r
983               "action_name": "play"\r
984             }\r
985           }\r
986         }\r
987       },\r
988       "summary": {},\r
989       "edit": {}\r
990     },\r
991     "scroll_panel": {\r
992       "symbol": {\r
993         "type": "default",\r
994         "args": {\r
995           "link": {\r
996             "type": "none"\r
997           }\r
998         }\r
999       },\r
1000       "caption": {\r
1001         "type": "none"\r
1002       },\r
1003       "summary": {},\r
1004       "edit": {\r
1005         "type": "none"\r
1006       }\r
1007     },\r
1008     "comic": {\r
1009       "symbol": {},\r
1010       "caption": {\r
1011         "type": "default",\r
1012         "args": {\r
1013           "face": {\r
1014             "type": "column",\r
1015             "args": {\r
1016               "column_name": "title"\r
1017             }\r
1018           }\r
1019         }\r
1020       },\r
1021       "summary": {},\r
1022       "edit": {}\r
1023     },\r
1024     "story": {\r
1025       "symbol": {},\r
1026       "caption": {\r
1027         "type": "default",\r
1028         "args": {\r
1029           "face": {\r
1030             "type": "method",\r
1031             "args": {\r
1032               "method_name": "title_with_t"\r
1033             }\r
1034           },\r
1035           "link": {\r
1036             "type": "action",\r
1037             "args": {\r
1038               "action_name": "play"\r
1039             }\r
1040           }\r
1041         }\r
1042       },\r
1043       "summary": {},\r
1044       "edit": {}\r
1045     },\r
1046     "story_sheet": {\r
1047       "symbol": {\r
1048         "type": "default",\r
1049         "args": {\r
1050           "link": {\r
1051             "type": "none"\r
1052           }\r
1053         }\r
1054       },\r
1055       "caption": {\r
1056         "type": "none"\r
1057       },\r
1058       "summary": {},\r
1059       "edit": {\r
1060         "type": "none"\r
1061       }\r
1062     },\r
1063     "sheet": {\r
1064       "symbol": {},\r
1065       "caption": {\r
1066         "type": "default",\r
1067         "args": {\r
1068           "face": {},\r
1069           "link": {\r
1070             "type": "action",\r
1071             "args": {\r
1072               "action_name": "play"\r
1073             }\r
1074           }\r
1075         }\r
1076       },\r
1077       "summary": {},\r
1078       "edit": {}\r
1079     },\r
1080     "sheet_panel": {\r
1081       "symbol": {\r
1082         "type": "default",\r
1083         "args": {\r
1084           "link": {\r
1085             "type": "none"\r
1086           }\r
1087         }\r
1088       },\r
1089       "caption": {\r
1090         "type": "none"\r
1091       },\r
1092       "summary": {},\r
1093       "edit": {\r
1094         "type": "none"\r
1095       }\r
1096     },\r
1097     "panel": {\r
1098       "symbol": {},\r
1099       "caption": {\r
1100         "type": "default",\r
1101         "args": {\r
1102           "link": {\r
1103             "type": "none"\r
1104           }\r
1105         }\r
1106       },\r
1107       "summary": {},\r
1108       "edit": {}\r
1109     },\r
1110     "panel_picture": {\r
1111       "symbol": {\r
1112         "type": "default",\r
1113         "args": {\r
1114           "face": {\r
1115             "type": "picture"\r
1116           }\r
1117         }\r
1118       },\r
1119       "caption": {\r
1120         "type": "default",\r
1121         "args": {\r
1122           "link": {\r
1123             "type": "none"\r
1124           }\r
1125         }\r
1126       },\r
1127       "summary": {},\r
1128       "edit": {\r
1129         "type": "none"\r
1130       }\r
1131     },\r
1132     "speech_balloon": {\r
1133       "symbol": {\r
1134         "type": "default",\r
1135         "args": {\r
1136           "face": {\r
1137             "type": "picture"\r
1138           }\r
1139         }\r
1140       },\r
1141       "caption": {\r
1142         "type": "default",\r
1143         "args": {\r
1144           "face": {\r
1145             "type": "method",\r
1146             "args": {\r
1147               "method_name": "plain_scenario"\r
1148             }\r
1149           },\r
1150           "link": {\r
1151             "type": "none"\r
1152           }\r
1153         }\r
1154       },\r
1155       "summary": {},\r
1156       "edit": {\r
1157         "type": "none"\r
1158       }\r
1159     },\r
1160     "speech": {\r
1161       "symbol": {\r
1162         "type": "default",\r
1163         "args": {\r
1164           "face": {\r
1165             "type": "picture"\r
1166           }\r
1167         }\r
1168       },\r
1169       "caption": {\r
1170         "type": "default",\r
1171         "args": {\r
1172           "face": {\r
1173             "type": "column",\r
1174             "args": {\r
1175               "column_name": "content"\r
1176             }\r
1177           },\r
1178           "link": {\r
1179             "type": "none"\r
1180           }\r
1181         }\r
1182       },\r
1183       "summary": {},\r
1184       "edit": {\r
1185         "type": "none"\r
1186       }\r
1187     },\r
1188     "balloon": {\r
1189       "symbol": {\r
1190         "type": "default",\r
1191         "args": {\r
1192           "face": {\r
1193             "type": "picture"\r
1194           }\r
1195         }\r
1196       },\r
1197       "caption": {\r
1198         "type": "none"\r
1199       },\r
1200       "summary": {},\r
1201       "edit": {\r
1202         "type": "none"\r
1203       }\r
1204     },\r
1205     "ground_picture": {\r
1206       "symbol": {\r
1207         "type": "default",\r
1208         "args": {\r
1209           "face": {\r
1210             "type": "picture"\r
1211           }\r
1212         }\r
1213       },\r
1214       "caption": {\r
1215         "type": "default",\r
1216         "args": {\r
1217           "link": {\r
1218             "type": "none"\r
1219           }\r
1220         }\r
1221       },\r
1222       "summary": {},\r
1223       "edit": {\r
1224         "type": "none"\r
1225       }\r
1226     },\r
1227     "ground_color": {\r
1228       "symbol": {\r
1229         "type": "template",\r
1230         "args": {\r
1231           "template_name": "symbol"\r
1232         }\r
1233       },\r
1234       "caption": {\r
1235         "type": "default",\r
1236         "args": {\r
1237           "link": {\r
1238             "type": "none"\r
1239           }\r
1240         }\r
1241       },\r
1242       "summary": {},\r
1243       "edit": {\r
1244         "type": "none"\r
1245       }\r
1246     },\r
1247     "original_picture": {\r
1248       "symbol": {\r
1249         "type": "default",\r
1250         "args": {\r
1251           "face": {\r
1252             "type": "picture"\r
1253           }\r
1254         }\r
1255       },\r
1256       "caption": {\r
1257         "type": "default",\r
1258         "args": {\r
1259           "face": {\r
1260             "type": "method",\r
1261             "args": {\r
1262               "method_name": "revision"\r
1263             }\r
1264           },\r
1265           "link": {\r
1266             "type": "action",\r
1267             "args": {\r
1268               "action_name": "history"\r
1269             }\r
1270           }\r
1271         }\r
1272       },\r
1273       "summary": {},\r
1274       "edit": {\r
1275         "type": "template",\r
1276         "args": {\r
1277           "template_name": "publish"\r
1278         }\r
1279       }\r
1280     },\r
1281     "picture": {\r
1282       "symbol": {\r
1283         "type": "default",\r
1284         "args": {\r
1285           "face": {\r
1286             "type": "picture"\r
1287           }\r
1288         }\r
1289       },\r
1290       "caption": {\r
1291         "type": "default",\r
1292         "args": {\r
1293           "face": {\r
1294             "type": "column",\r
1295             "args": {\r
1296               "column_name": "revision"\r
1297             }\r
1298           }\r
1299         }\r
1300       },\r
1301       "summary": {},\r
1302       "edit": {\r
1303         "type": "none"\r
1304       }\r
1305     },\r
1306     "resource_picture": {\r
1307       "symbol": {\r
1308         "type": "default",\r
1309         "args": {\r
1310           "face": {\r
1311             "type": "picture"\r
1312           }\r
1313         }\r
1314       },\r
1315       "caption": {\r
1316         "type": "none"\r
1317       },\r
1318       "summary": {},\r
1319       "edit": {\r
1320         "type": "none"\r
1321       }\r
1322     },\r
1323     "speech_balloon_template": {\r
1324       "symbol": {\r
1325         "type": "default",\r
1326         "args": {\r
1327           "face": {\r
1328             "type": "picture"\r
1329           }\r
1330         }\r
1331       },\r
1332       "caption": {},\r
1333       "summary": {\r
1334         "type": "none"\r
1335       },\r
1336       "edit": {}\r
1337     },\r
1338     "writing_format": {\r
1339       "symbol": {},\r
1340       "caption": {},\r
1341       "summary": {\r
1342         "type": "none"\r
1343       },\r
1344       "edit": {}\r
1345     },\r
1346     "license_group": {\r
1347       "symbol": {},\r
1348       "caption": {\r
1349         "type": "default",\r
1350         "args": {\r
1351           "link": {\r
1352             "type": "url_column",\r
1353             "args": {\r
1354               "column_name": "url"\r
1355             }\r
1356           }\r
1357         }\r
1358       },\r
1359       "summary": {\r
1360         "type": "none"\r
1361       },\r
1362       "edit": {}\r
1363     },\r
1364     "license": {\r
1365       "symbol": {},\r
1366       "caption": {\r
1367         "type": "default",\r
1368         "args": {\r
1369           "face": {\r
1370             "type": "method",\r
1371             "args": {\r
1372               "method_name": "caption_with_group"\r
1373             }\r
1374           },\r
1375           "link": {\r
1376             "type": "url_column",\r
1377             "args": {\r
1378               "column_name": "url"\r
1379             }\r
1380           }\r
1381         }\r
1382       },\r
1383       "summary": {},\r
1384       "edit": {}\r
1385     },\r
1386     "author": {\r
1387       "symbol": {},\r
1388       "caption": {\r
1389         "type": "default",\r
1390         "args": {\r
1391           "face": {\r
1392             "type": "column",\r
1393             "args": {\r
1394               "column_name": "name"\r
1395             }\r
1396           }\r
1397         }\r
1398       },\r
1399       "summary": {},\r
1400       "edit": {\r
1401         "type": "account"\r
1402       }\r
1403     },\r
1404     "artist": {\r
1405       "symbol": {},\r
1406       "caption": {\r
1407         "type": "default",\r
1408         "args": {\r
1409           "face": {\r
1410             "type": "column",\r
1411             "args": {\r
1412               "column_name": "name"\r
1413             }\r
1414           }\r
1415         }\r
1416       },\r
1417       "summary": {},\r
1418       "edit": {\r
1419         "type": "account"\r
1420       }\r
1421     },\r
1422     "system_picture": {\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         "type": "none"\r
1433       },\r
1434       "summary": {\r
1435         "type": "none"\r
1436       },\r
1437       "edit": {\r
1438         "type": "none"\r
1439       }\r
1440     }\r
1441   },\r
1442   "forms": {\r
1443     "scroll": {\r
1444       "fields": {\r
1445         "title": {\r
1446           "label": {\r
1447             "args": {\r
1448               "row_break": true\r
1449             }\r
1450           },\r
1451           "tag": {\r
1452             "type": "text"\r
1453           },\r
1454           "row_break": true\r
1455         },\r
1456         "description": {\r
1457           "label": {\r
1458             "args": {\r
1459               "row_break": true\r
1460             }\r
1461           },\r
1462           "tag": {\r
1463             "type": "text_area"\r
1464           }\r
1465         },\r
1466         "visible": {\r
1467           "tag": {\r
1468             "type": "select"\r
1469           },\r
1470           "row_break": true\r
1471         },\r
1472         "id": {\r
1473           "label": {\r
1474             "type": "none"\r
1475           },\r
1476           "tag": {\r
1477             "type": "hidden"\r
1478           }\r
1479         },\r
1480         "author_id": {\r
1481           "label": {\r
1482             "type": "none"\r
1483           },\r
1484           "tag": {\r
1485             "type": "hidden"\r
1486           }\r
1487         }\r
1488       },\r
1489       "field_names": [\r
1490         "title",\r
1491         "description",\r
1492         "visible",\r
1493         "id",\r
1494         "author_id"\r
1495       ]\r
1496     },\r
1497     "scroll_panel": {\r
1498       "fields": {\r
1499         "scroll_id": {\r
1500           "tag": {\r
1501             "type": "number"\r
1502           }\r
1503         },\r
1504         "panel_id": {\r
1505           "tag": {\r
1506             "type": "number"\r
1507           }\r
1508         },\r
1509         "t": {\r
1510           "tag": {\r
1511             "type": "number"\r
1512           }\r
1513         },\r
1514         "id": {\r
1515           "label": {\r
1516             "type": "none"\r
1517           },\r
1518           "tag": {\r
1519             "type": "hidden"\r
1520           }\r
1521         }\r
1522       },\r
1523       "field_names": [\r
1524         "scroll_id",\r
1525         "panel_id",\r
1526         "t",\r
1527         "id"\r
1528       ]\r
1529     },\r
1530     "comic": {\r
1531       "fields": {\r
1532         "title": {\r
1533           "label": {\r
1534             "args": {\r
1535               "row_break": true\r
1536             }\r
1537           },\r
1538           "tag": {\r
1539             "type": "text"\r
1540           },\r
1541           "row_break": true\r
1542         },\r
1543         "description": {\r
1544           "label": {\r
1545             "args": {\r
1546               "row_break": true\r
1547             }\r
1548           },\r
1549           "tag": {\r
1550             "type": "text_area"\r
1551           }\r
1552         },\r
1553         "visible": {\r
1554           "tag": {\r
1555             "type": "select"\r
1556           },\r
1557           "row_break": true\r
1558         },\r
1559         "id": {\r
1560           "label": {\r
1561             "type": "none"\r
1562           },\r
1563           "tag": {\r
1564             "type": "hidden"\r
1565           }\r
1566         },\r
1567         "author_id": {\r
1568           "label": {\r
1569             "type": "none"\r
1570           },\r
1571           "tag": {\r
1572             "type": "hidden"\r
1573           }\r
1574         }\r
1575       },\r
1576       "field_names": [\r
1577         "title",\r
1578         "description",\r
1579         "visible",\r
1580         "id",\r
1581         "author_id"\r
1582       ]\r
1583     },\r
1584     "story": {\r
1585       "fields": {\r
1586         "comic_id": {\r
1587           "label": {\r
1588             "type": "none"\r
1589           },\r
1590           "tag": {\r
1591             "type": "hidden"\r
1592           }\r
1593         },\r
1594         "title": {\r
1595           "label": {\r
1596             "args": {\r
1597               "row_break": true\r
1598             }\r
1599           },\r
1600           "tag": {\r
1601             "type": "text"\r
1602           },\r
1603           "row_break": true\r
1604         },\r
1605         "description": {\r
1606           "label": {\r
1607             "args": {\r
1608               "row_break": true\r
1609             }\r
1610           },\r
1611           "tag": {\r
1612             "type": "text_area"\r
1613           },\r
1614           "row_break": true\r
1615         },\r
1616         "visible": {\r
1617           "tag": {\r
1618             "type": "select"\r
1619           },\r
1620           "row_break": true\r
1621         },\r
1622         "t": {\r
1623           "tag": {\r
1624             "type": "number"\r
1625           }\r
1626         },\r
1627         "id": {\r
1628           "label": {\r
1629             "type": "none"\r
1630           },\r
1631           "tag": {\r
1632             "type": "hidden"\r
1633           }\r
1634         },\r
1635         "author_id": {\r
1636           "label": {\r
1637             "type": "none"\r
1638           },\r
1639           "tag": {\r
1640             "type": "hidden"\r
1641           }\r
1642         }\r
1643       },\r
1644       "field_names": [\r
1645         "comic_id",\r
1646         "title",\r
1647         "description",\r
1648         "visible",\r
1649         "t",\r
1650         "id",\r
1651         "author_id"\r
1652       ]\r
1653     },\r
1654     "story_sheet": {\r
1655       "fields": {\r
1656         "story_id": {\r
1657           "label": {\r
1658             "type": "none"\r
1659           },\r
1660           "tag": {\r
1661             "type": "number"\r
1662           }\r
1663         },\r
1664         "sheet_id": {\r
1665           "label": {\r
1666             "type": "none"\r
1667           },\r
1668           "tag": {\r
1669             "type": "number"\r
1670           }\r
1671         },\r
1672         "t": {\r
1673           "tag": {\r
1674             "type": "number"\r
1675           }\r
1676         },\r
1677         "id": {\r
1678           "label": {\r
1679             "type": "none"\r
1680           },\r
1681           "tag": {\r
1682             "type": "hidden"\r
1683           }\r
1684         }\r
1685       },\r
1686       "field_names": [\r
1687         "story_id",\r
1688         "sheet_id",\r
1689         "t",\r
1690         "id"\r
1691       ]\r
1692     },\r
1693     "sheet": {\r
1694       "fields": {\r
1695         "caption": {\r
1696           "label": {\r
1697             "args": {\r
1698               "row_break": true\r
1699             }\r
1700           },\r
1701           "tag": {\r
1702             "type": "text"\r
1703           },\r
1704           "row_break": true\r
1705         },\r
1706         "width": {\r
1707           "tag": {\r
1708             "type": "number"\r
1709           }\r
1710         },\r
1711         "height": {\r
1712           "tag": {\r
1713             "type": "number"\r
1714           },\r
1715           "row_break": true\r
1716         },\r
1717         "visible": {\r
1718           "tag": {\r
1719             "type": "select"\r
1720           },\r
1721           "row_break": true\r
1722         },\r
1723         "id": {\r
1724           "label": {\r
1725             "type": "none"\r
1726           },\r
1727           "tag": {\r
1728             "type": "hidden"\r
1729           }\r
1730         },\r
1731         "author_id": {\r
1732           "label": {\r
1733             "type": "none"\r
1734           },\r
1735           "tag": {\r
1736             "type": "hidden"\r
1737           }\r
1738         }\r
1739       },\r
1740       "field_names": [\r
1741         "caption",\r
1742         "width",\r
1743         "height",\r
1744         "visible",\r
1745         "id",\r
1746         "author_id"\r
1747       ]\r
1748     },\r
1749     "sheet_panel": {\r
1750       "fields": {\r
1751         "sheet_id": {\r
1752           "tag": {\r
1753             "type": "number"\r
1754           }\r
1755         },\r
1756         "panel_id": {\r
1757           "tag": {\r
1758             "type": "number"\r
1759           }\r
1760         },\r
1761         "x": {\r
1762           "tag": {\r
1763             "type": "number"\r
1764           }\r
1765         },\r
1766         "y": {\r
1767           "tag": {\r
1768             "type": "number"\r
1769           },\r
1770           "row_break": true\r
1771         },\r
1772         "z": {\r
1773           "label": {\r
1774             "type": "none"\r
1775           },\r
1776           "tag": {\r
1777             "type": "hidden"\r
1778           }\r
1779         },\r
1780         "t": {\r
1781           "label": {\r
1782             "type": "none"\r
1783           },\r
1784           "tag": {\r
1785             "type": "hidden"\r
1786           }\r
1787         },\r
1788         "id": {\r
1789           "label": {\r
1790             "type": "none"\r
1791           },\r
1792           "tag": {\r
1793             "type": "hidden"\r
1794           }\r
1795         }\r
1796       },\r
1797       "field_names": [\r
1798         "sheet_id",\r
1799         "panel_id",\r
1800         "x",\r
1801         "y",\r
1802         "z",\r
1803         "t",\r
1804         "id"\r
1805       ]\r
1806     },\r
1807     "panel": {\r
1808       "fields": {\r
1809         "caption": {\r
1810           "tag": {\r
1811             "type": "text"\r
1812           },\r
1813           "row_break": true\r
1814         },\r
1815         "width": {\r
1816           "tag": {\r
1817             "type": "number"\r
1818           }\r
1819         },\r
1820         "height": {\r
1821           "tag": {\r
1822             "type": "number"\r
1823           },\r
1824           "row_break": true\r
1825         },\r
1826         "border": {\r
1827           "tag": {\r
1828             "type": "number"\r
1829           }\r
1830         },\r
1831         "publish": {\r
1832           "tag": {\r
1833             "type": "select"\r
1834           },\r
1835           "row_break": true\r
1836         },\r
1837         "id": {\r
1838           "label": {\r
1839             "type": "none"\r
1840           },\r
1841           "tag": {\r
1842             "type": "hidden"\r
1843           }\r
1844         },\r
1845         "author_id": {\r
1846           "label": {\r
1847             "type": "none"\r
1848           },\r
1849           "tag": {\r
1850             "type": "hidden"\r
1851           }\r
1852         }\r
1853       },\r
1854       "field_names": [\r
1855         "caption",\r
1856         "width",\r
1857         "height",\r
1858         "border",\r
1859         "publish",\r
1860         "id",\r
1861         "author_id"\r
1862       ]\r
1863     },\r
1864     "panel_picture": {\r
1865       "fields": {\r
1866         "caption": {\r
1867           "tag": {\r
1868             "type": "text"\r
1869           },\r
1870           "row_break": true\r
1871         },\r
1872         "x": {\r
1873           "tag": {\r
1874             "type": "number"\r
1875           }\r
1876         },\r
1877         "y": {\r
1878           "tag": {\r
1879             "type": "number"\r
1880           },\r
1881           "row_break": true\r
1882         },\r
1883         "width": {\r
1884           "tag": {\r
1885             "type": "number"\r
1886           },\r
1887           "helpers": {\r
1888             "size": {\r
1889               "type": "size",\r
1890               "args": {\r
1891                 "dom_class": "panel_picture_width_tool"\r
1892               }\r
1893             }\r
1894           },\r
1895           "row_break": true\r
1896         },\r
1897         "height": {\r
1898           "tag": {\r
1899             "type": "number"\r
1900           },\r
1901           "helpers": {\r
1902             "size": {\r
1903               "type": "size",\r
1904               "args": {\r
1905                 "dom_class": "panel_picture_height_tool"\r
1906               }\r
1907             }\r
1908           },\r
1909           "row_break": true\r
1910         },\r
1911         "link": {\r
1912           "tag": {\r
1913             "type": "text"\r
1914           },\r
1915           "row_break": true\r
1916         },\r
1917         "id": {\r
1918           "label": {\r
1919             "type": "none"\r
1920           },\r
1921           "tag": {\r
1922             "type": "hidden"\r
1923           }\r
1924         },\r
1925         "panel_id": {\r
1926           "label": {\r
1927             "type": "none"\r
1928           },\r
1929           "tag": {\r
1930             "type": "hidden"\r
1931           }\r
1932         },\r
1933         "picture_id": {\r
1934           "tag": {\r
1935             "type": "hidden"\r
1936           },\r
1937           "helpers": {\r
1938             "popup": {\r
1939               "type": "popup",\r
1940               "args": {\r
1941                 "source": "pictures"\r
1942               }\r
1943             }\r
1944           }\r
1945         },\r
1946         "z": {\r
1947           "label": {\r
1948             "type": "none"\r
1949           },\r
1950           "tag": {\r
1951             "type": "hidden"\r
1952           }\r
1953         },\r
1954         "t": {\r
1955           "label": {\r
1956             "type": "none"\r
1957           },\r
1958           "tag": {\r
1959             "type": "hidden"\r
1960           }\r
1961         }\r
1962       },\r
1963       "field_names": [\r
1964         "caption",\r
1965         "x",\r
1966         "y",\r
1967         "width",\r
1968         "height",\r
1969         "link",\r
1970         "id",\r
1971         "panel_id",\r
1972         "picture_id",\r
1973         "z",\r
1974         "t"\r
1975       ]\r
1976     },\r
1977     "speech_balloon": {\r
1978       "fields": {\r
1979         "id": {\r
1980           "label": {\r
1981             "type": "none"\r
1982           },\r
1983           "tag": {\r
1984             "type": "hidden"\r
1985           }\r
1986         },\r
1987         "panel_id": {\r
1988           "label": {\r
1989             "type": "none"\r
1990           },\r
1991           "tag": {\r
1992             "type": "hidden"\r
1993           }\r
1994         },\r
1995         "speech_balloon_template_id": {\r
1996           "label": {\r
1997             "type": "none"\r
1998           },\r
1999           "tag": {\r
2000             "type": "hidden"\r
2001           }\r
2002         },\r
2003         "caption": {\r
2004           "tag": {\r
2005             "type": "text"\r
2006           },\r
2007           "row_break": true\r
2008         },\r
2009         "z": {\r
2010           "label": {\r
2011             "type": "none"\r
2012           },\r
2013           "tag": {\r
2014             "type": "hidden"\r
2015           }\r
2016         },\r
2017         "t": {\r
2018           "label": {\r
2019             "type": "none"\r
2020           },\r
2021           "tag": {\r
2022             "type": "hidden"\r
2023           }\r
2024         },\r
2025         "speech_balloon_template_classname": {\r
2026           "label": {\r
2027             "type": "none"\r
2028           },\r
2029           "tag": {\r
2030             "type": "hidden"\r
2031           }\r
2032         },\r
2033         "speech_balloon_template_settings": {\r
2034           "label": {\r
2035             "type": "none"\r
2036           },\r
2037           "tag": {\r
2038             "type": "hidden"\r
2039           }\r
2040         }\r
2041       },\r
2042       "field_names": [\r
2043         "caption",\r
2044         "id",\r
2045         "panel_id",\r
2046         "speech_balloon_template_id",\r
2047         "speech_balloon_template_classname",\r
2048         "z",\r
2049         "t",\r
2050         "speech_balloon_template_settings"\r
2051       ]\r
2052     },\r
2053     "balloon": {\r
2054       "fields": {\r
2055         "id": {\r
2056           "label": {\r
2057             "type": "none"\r
2058           },\r
2059           "tag": {\r
2060             "type": "hidden"\r
2061           }\r
2062         },\r
2063         "speech_balloon_id": {\r
2064           "label": {\r
2065             "type": "none"\r
2066           },\r
2067           "tag": {\r
2068             "type": "hidden"\r
2069           }\r
2070         },\r
2071         "speech_balloon_template_id": {\r
2072           "label": {\r
2073             "type": "none"\r
2074           },\r
2075           "tag": {\r
2076             "type": "hidden"\r
2077           }\r
2078         },\r
2079         "system_picture_id": {\r
2080           "label": {\r
2081             "type": "none"\r
2082           },\r
2083           "tag": {\r
2084             "type": "hidden"\r
2085           }\r
2086         },\r
2087         "r": {\r
2088           "tag": {\r
2089             "type": "number"\r
2090           },\r
2091           "helpers": {\r
2092             "tail_angle": {\r
2093               "type": "size",\r
2094               "args": {}\r
2095             }\r
2096           },\r
2097           "row_break": true\r
2098         },\r
2099         "x": {\r
2100           "tag": {\r
2101             "type": "number"\r
2102           }\r
2103         },\r
2104         "y": {\r
2105           "label": {},\r
2106           "tag": {\r
2107             "type": "number"\r
2108           },\r
2109           "row_break": true\r
2110         },\r
2111         "width": {\r
2112           "tag": {\r
2113             "type": "number"\r
2114           }\r
2115         },\r
2116         "height": {\r
2117           "tag": {\r
2118             "type": "number"\r
2119           },\r
2120           "row_break": true\r
2121         },\r
2122         "speech_balloon_template_classname": {\r
2123           "label": {\r
2124             "type": "none"\r
2125           },\r
2126           "tag": {\r
2127             "type": "hidden"\r
2128           }\r
2129         },\r
2130         "speech_balloon_template_settings": {\r
2131           "label": {\r
2132             "type": "none"\r
2133           },\r
2134           "tag": {\r
2135             "type": "hidden"\r
2136           }\r
2137         }\r
2138       },\r
2139       "field_names": [\r
2140         "r",\r
2141         "x",\r
2142         "y",\r
2143         "width",\r
2144         "height",\r
2145         "id",\r
2146         "speech_balloon_id",\r
2147         "system_picture_id",\r
2148         "speech_balloon_template_id",\r
2149         "speech_balloon_template_classname",\r
2150         "speech_balloon_template_settings"\r
2151       ]\r
2152     },\r
2153     "speech": {\r
2154       "fields": {\r
2155         "id": {\r
2156           "label": {\r
2157             "type": "none"\r
2158           },\r
2159           "tag": {\r
2160             "type": "hidden"\r
2161           }\r
2162         },\r
2163         "speech_balloon_id": {\r
2164           "label": {\r
2165             "type": "none"\r
2166           },\r
2167           "tag": {\r
2168             "type": "hidden"\r
2169           }\r
2170         },\r
2171         "speech_balloon_template_id": {\r
2172           "label": {\r
2173             "type": "none"\r
2174           },\r
2175           "tag": {\r
2176             "type": "hidden"\r
2177           }\r
2178         },\r
2179         "x": {\r
2180           "label": {\r
2181             "type": "none"\r
2182           },\r
2183           "tag": {\r
2184             "type": "hidden"\r
2185           }\r
2186         },\r
2187         "y": {\r
2188           "label": {\r
2189             "type": "none"\r
2190           },\r
2191           "tag": {\r
2192             "type": "hidden"\r
2193           }\r
2194         },\r
2195         "width": {\r
2196           "label": {\r
2197             "type": "none"\r
2198           },\r
2199           "tag": {\r
2200             "type": "hidden"\r
2201           }\r
2202         },\r
2203         "height": {\r
2204           "label": {\r
2205             "type": "none"\r
2206           },\r
2207           "tag": {\r
2208             "type": "hidden"\r
2209           }\r
2210         },\r
2211         "writing_format_id": {\r
2212           "tag": {\r
2213             "type": "select"\r
2214           }\r
2215         },\r
2216         "font_size": {\r
2217           "tag": {\r
2218             "type": "select"\r
2219           },\r
2220           "row_break": true\r
2221         },\r
2222         "text_align": {\r
2223           "tag": {\r
2224             "type": "select"\r
2225           }\r
2226         },\r
2227         "quotes": {\r
2228           "tag": {\r
2229             "type": "text"\r
2230           }\r
2231         },\r
2232         "content": {\r
2233           "label": {\r
2234             "args": {\r
2235               "row_break": true\r
2236             }\r
2237           },\r
2238           "tag": {\r
2239             "type": "text_area",\r
2240             "args": {\r
2241               "options": {\r
2242                 "size": "45x5"\r
2243               }\r
2244             }\r
2245           }\r
2246         },\r
2247         "fore_color": {\r
2248           "label": {\r
2249             "row_break": true\r
2250           },\r
2251           "tag": {\r
2252             "type": "hidden"\r
2253           },\r
2254           "helpers": {\r
2255             "color": {\r
2256               "type": "color",\r
2257               "args": {\r
2258                 "wrapper": "speech-fore_color-wrap"\r
2259               }\r
2260             }\r
2261           }\r
2262         },\r
2263         "speech_balloon_template_classname": {\r
2264           "label": {\r
2265             "type": "none"\r
2266           },\r
2267           "tag": {\r
2268             "type": "hidden"\r
2269           }\r
2270         },\r
2271         "writing_format_classname": {\r
2272           "label": {\r
2273             "type": "none"\r
2274           },\r
2275           "tag": {\r
2276             "type": "hidden"\r
2277           }\r
2278         },\r
2279         "speech_balloon_template_settings": {\r
2280           "label": {\r
2281             "type": "none"\r
2282           },\r
2283           "tag": {\r
2284             "type": "hidden"\r
2285           }\r
2286         },\r
2287         "writing_format_settings": {\r
2288           "label": {\r
2289             "type": "none"\r
2290           },\r
2291           "tag": {\r
2292             "type": "hidden"\r
2293           }\r
2294         }\r
2295       },\r
2296       "field_names": [\r
2297         "writing_format_id",\r
2298         "font_size",\r
2299         "text_align",\r
2300         "quotes",\r
2301         "content",\r
2302         "fore_color",\r
2303         "id",\r
2304         "speech_balloon_id",\r
2305         "x",\r
2306         "y",\r
2307         "width",\r
2308         "height",\r
2309         "speech_balloon_template_id",\r
2310         "speech_balloon_template_classname",\r
2311         "speech_balloon_template_settings",\r
2312         "writing_format_classname",\r
2313         "writing_format_settings"\r
2314       ]\r
2315     },\r
2316     "ground_picture": {\r
2317       "fields": {\r
2318         "id": {\r
2319           "label": {\r
2320             "type": "none"\r
2321           },\r
2322           "tag": {\r
2323             "type": "hidden"\r
2324           }\r
2325         },\r
2326         "panel_id": {\r
2327           "label": {\r
2328             "type": "none"\r
2329           },\r
2330           "tag": {\r
2331             "type": "hidden"\r
2332           }\r
2333         },\r
2334         "picture_id": {\r
2335           "label": {\r
2336             "type": "none"\r
2337           },\r
2338           "tag": {\r
2339             "type": "hidden"\r
2340           }\r
2341         },\r
2342         "caption": {\r
2343           "tag": {\r
2344             "type": "text"\r
2345           },\r
2346           "row_break": true\r
2347         },\r
2348         "repeat": {\r
2349           "tag": {\r
2350             "type": "select",\r
2351             "args": {\r
2352               "source": "magic_number",\r
2353               "key": "ground_picture_repeat_items"\r
2354             }\r
2355           },\r
2356           "row_break": true\r
2357         },\r
2358         "x": {\r
2359           "tag": {\r
2360             "type": "number"\r
2361           }\r
2362         },\r
2363         "y": {\r
2364           "tag": {\r
2365             "type": "number"\r
2366           },\r
2367           "row_break": true\r
2368         },\r
2369         "z": {\r
2370           "label": {\r
2371             "type": "none"\r
2372           },\r
2373           "tag": {\r
2374             "type": "hidden"\r
2375           }\r
2376         },\r
2377         "t": {\r
2378           "label": {\r
2379             "type": "none"\r
2380           },\r
2381           "tag": {\r
2382             "type": "hidden"\r
2383           }\r
2384         }\r
2385       },\r
2386       "field_names": [\r
2387         "caption",\r
2388         "repeat",\r
2389         "x",\r
2390         "y",\r
2391         "z",\r
2392         "t",\r
2393         "id",\r
2394         "panel_id",\r
2395         "picture_id"\r
2396       ]\r
2397     },\r
2398     "ground_color": {\r
2399       "fields": {\r
2400         "id": {\r
2401           "label": {\r
2402             "type": "none"\r
2403           },\r
2404           "tag": {\r
2405             "type": "hidden"\r
2406           }\r
2407         },\r
2408         "panel_id": {\r
2409           "label": {\r
2410             "type": "none"\r
2411           },\r
2412           "tag": {\r
2413             "type": "hidden"\r
2414           }\r
2415         },\r
2416         "caption": {\r
2417           "tag": {\r
2418             "type": "text"\r
2419           },\r
2420           "row_break": true\r
2421         },\r
2422         "code": {\r
2423           "label": {\r
2424             "args": {\r
2425               "row_break": true\r
2426             }\r
2427           },\r
2428           "tag": {\r
2429             "type": "hidden"\r
2430           },\r
2431           "helpers": {\r
2432             "color": {\r
2433               "type": "color",\r
2434               "args": {\r
2435                 "wrapper": "ground_color-code-wrap"\r
2436               }\r
2437             }\r
2438           },\r
2439           "row_break": true\r
2440         },\r
2441         "orientation": {\r
2442           "tag": {\r
2443             "type": "select"\r
2444           },\r
2445           "row_break": true\r
2446         },\r
2447         "xy": {\r
2448           "tag": {\r
2449             "type": "number"\r
2450           }\r
2451         },\r
2452         "wh": {\r
2453           "tag": {\r
2454             "type": "number"\r
2455           },\r
2456           "row_break": true\r
2457         },\r
2458         "z": {\r
2459           "label": {\r
2460             "type": "none"\r
2461           },\r
2462           "tag": {\r
2463             "type": "hidden"\r
2464           }\r
2465         },\r
2466         "t": {\r
2467           "label": {\r
2468             "type": "none"\r
2469           },\r
2470           "tag": {\r
2471             "type": "hidden"\r
2472           }\r
2473         }\r
2474       },\r
2475       "field_names": [\r
2476         "id",\r
2477         "panel_id",\r
2478         "caption",\r
2479         "code",\r
2480         "orientation",\r
2481         "xy",\r
2482         "wh",\r
2483         "z",\r
2484         "t"\r
2485       ]\r
2486     },\r
2487     "speech_balloon_template": {\r
2488       "fields": {\r
2489         "id": {\r
2490           "label": {\r
2491             "type": "none"\r
2492           },\r
2493           "tag": {\r
2494             "type": "hidden"\r
2495           }\r
2496         },\r
2497         "name": {\r
2498           "tag": {\r
2499             "type": "text"\r
2500           },\r
2501           "row_break": true\r
2502         },\r
2503         "classname": {\r
2504           "tag": {\r
2505             "type": "text"\r
2506           },\r
2507           "row_break": true\r
2508         },\r
2509         "caption": {\r
2510           "tag": {\r
2511             "type": "text"\r
2512           },\r
2513           "row_break": true\r
2514         },\r
2515         "t": {\r
2516           "tag": {\r
2517             "type": "number"\r
2518           },\r
2519           "row_break": true\r
2520         },\r
2521         "system_picture_id": {\r
2522           "tag": {\r
2523             "type": "number"\r
2524           },\r
2525           "row_break": true\r
2526         },\r
2527         "settings": {\r
2528           "tag": {\r
2529             "type": "text"\r
2530           },\r
2531           "row_break": true\r
2532         }\r
2533       },\r
2534       "field_names": [\r
2535         "id",\r
2536         "name",\r
2537         "classname",\r
2538         "caption",\r
2539         "t",\r
2540         "system_picture_id",\r
2541         "settings"\r
2542       ]\r
2543     },\r
2544     "writing_format": {\r
2545       "fields": {\r
2546         "id": {\r
2547           "label": {\r
2548             "type": "none"\r
2549           },\r
2550           "tag": {\r
2551             "type": "hidden"\r
2552           }\r
2553         },\r
2554         "name": {\r
2555           "tag": {\r
2556             "type": "text"\r
2557           },\r
2558           "row_break": true\r
2559         },\r
2560         "classname": {\r
2561           "tag": {\r
2562             "type": "text"\r
2563           },\r
2564           "row_break": true\r
2565         },\r
2566         "caption": {\r
2567           "tag": {\r
2568             "type": "text"\r
2569           },\r
2570           "row_break": true\r
2571         },\r
2572         "system_picture_id": {\r
2573           "tag": {\r
2574             "type": "number"\r
2575           },\r
2576           "row_break": true\r
2577         },\r
2578         "settings": {\r
2579           "tag": {\r
2580             "type": "text"\r
2581           },\r
2582           "row_break": true\r
2583         }\r
2584       },\r
2585       "field_names": [\r
2586         "id",\r
2587         "name",\r
2588         "classname",\r
2589         "caption",\r
2590         "system_picture_id",\r
2591         "settings"\r
2592       ]\r
2593     },\r
2594     "license_group": {\r
2595       "fields": {\r
2596         "id": {\r
2597           "label": {\r
2598             "type": "none"\r
2599           },\r
2600           "tag": {\r
2601             "type": "hidden"\r
2602           }\r
2603         },\r
2604         "name": {\r
2605           "tag": {\r
2606             "type": "text"\r
2607           },\r
2608           "row_break": true\r
2609         },\r
2610         "classname": {\r
2611           "tag": {\r
2612             "type": "text"\r
2613           },\r
2614           "row_break": true\r
2615         },\r
2616         "caption": {\r
2617           "tag": {\r
2618             "type": "text"\r
2619           },\r
2620           "row_break": true\r
2621         },\r
2622         "url": {\r
2623           "tag": {\r
2624             "type": "text"\r
2625           },\r
2626           "row_break": true\r
2627         }\r
2628       },\r
2629       "field_names": [\r
2630         "id",\r
2631         "name",\r
2632         "classname",\r
2633         "caption",\r
2634         "url"\r
2635       ]\r
2636     },\r
2637     "license": {\r
2638       "fields": {\r
2639         "id": {\r
2640           "label": {\r
2641             "type": "none"\r
2642           },\r
2643           "tag": {\r
2644             "type": "hidden"\r
2645           }\r
2646         },\r
2647         "license_group_id": {\r
2648           "label": {\r
2649             "type": "none"\r
2650           },\r
2651           "tag": {\r
2652             "type": "hidden"\r
2653           }\r
2654         },\r
2655         "license_group_classname": {\r
2656           "tag": {\r
2657             "type": "text"\r
2658           },\r
2659           "row_break": true\r
2660         },\r
2661         "name": {\r
2662           "tag": {\r
2663             "type": "text"\r
2664           },\r
2665           "row_break": true\r
2666         },\r
2667         "caption": {\r
2668           "tag": {\r
2669             "type": "text"\r
2670           },\r
2671           "row_break": true\r
2672         },\r
2673         "system_picture_id": {\r
2674           "tag": {\r
2675             "type": "number"\r
2676           },\r
2677           "row_break": true\r
2678         },\r
2679         "url": {\r
2680           "tag": {\r
2681             "type": "text"\r
2682           },\r
2683           "row_break": true\r
2684         },\r
2685         "license_group_settings": {\r
2686           "boost_name": "license_group",\r
2687           "row_break": true\r
2688         },\r
2689         "credit_picture_settings": {\r
2690           "boost_name": "credit_picture",\r
2691           "row_break": true\r
2692         }\r
2693       },\r
2694       "field_names": [\r
2695         "id",\r
2696         "license_group_id",\r
2697         "license_group_classname",\r
2698         "name",\r
2699         "caption",\r
2700         "system_picture_id",\r
2701         "url",\r
2702         "license_group_settings",\r
2703         "credit_picture_settings"\r
2704       ]\r
2705     },\r
2706     "author": {\r
2707       "fields": {\r
2708         "id": {\r
2709           "label": {\r
2710             "type": "none"\r
2711           },\r
2712           "tag": {\r
2713             "type": "hidden"\r
2714           }\r
2715         },\r
2716         "name": {\r
2717           "label": {\r
2718             "args": {\r
2719               "row_break": true\r
2720             }\r
2721           },\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       ]\r
2732     },\r
2733     "artist": {\r
2734       "fields": {\r
2735         "id": {\r
2736           "label": {\r
2737             "type": "none"\r
2738           },\r
2739           "tag": {\r
2740             "type": "hidden"\r
2741           }\r
2742         },\r
2743         "name": {\r
2744           "label": {\r
2745             "args": {\r
2746               "row_break": true\r
2747             }\r
2748           },\r
2749           "tag": {\r
2750             "type": "text"\r
2751           },\r
2752           "row_break": true\r
2753         }\r
2754       },\r
2755       "field_names": [\r
2756         "id",\r
2757         "name"\r
2758       ]\r
2759     },\r
2760     "circle_speech_balloon_speech_speech_balloon_template": {\r
2761       "fields": {\r
2762         "r": {\r
2763           "tag": {\r
2764             "type": "number"\r
2765           },\r
2766           "row_break": true\r
2767         }\r
2768       }\r
2769     },\r
2770     "pettanr_pettan_commons_v01_licenses_license": {\r
2771       "fields": {\r
2772         "open": {\r
2773           "tag": {\r
2774             "type": "number"\r
2775           },\r
2776           "row_break": true\r
2777         },\r
2778         "commercial": {\r
2779           "tag": {\r
2780             "type": "number"\r
2781           },\r
2782           "row_break": true\r
2783         },\r
2784         "official": {\r
2785           "tag": {\r
2786             "type": "number"\r
2787           },\r
2788           "row_break": true\r
2789         },\r
2790         "attribution": {\r
2791           "tag": {\r
2792             "type": "number"\r
2793           },\r
2794           "row_break": true\r
2795         },\r
2796         "derive": {\r
2797           "tag": {\r
2798             "type": "number"\r
2799           },\r
2800           "row_break": true\r
2801         },\r
2802         "thumbnail": {\r
2803           "tag": {\r
2804             "type": "number"\r
2805           },\r
2806           "row_break": true\r
2807         },\r
2808         "gif_convert": {\r
2809           "tag": {\r
2810             "type": "number"\r
2811           },\r
2812           "row_break": true\r
2813         },\r
2814         "reverse": {\r
2815           "tag": {\r
2816             "type": "number"\r
2817           },\r
2818           "row_break": true\r
2819         },\r
2820         "sync_vh": {\r
2821           "tag": {\r
2822             "type": "number"\r
2823           },\r
2824           "row_break": true\r
2825         },\r
2826         "overlap": {\r
2827           "tag": {\r
2828             "type": "number"\r
2829           },\r
2830           "row_break": true\r
2831         }\r
2832       },\r
2833       "field_names": [\r
2834         "open",\r
2835         "commercial",\r
2836         "official",\r
2837         "attribution:",\r
2838         "derive",\r
2839         "thumbnail",\r
2840         "gif_convert",\r
2841         "reverse",\r
2842         "sync_vh",\r
2843         "overlap"\r
2844       ]\r
2845     },\r
2846     "pettanr_pettan_commons_v01_licenses_credit_picture": {\r
2847       "fields": {\r
2848         "source_url_btn_id": {\r
2849           "tag": {\r
2850             "type": "number"\r
2851           },\r
2852           "row_break": true\r
2853         },\r
2854         "source_url_off_btn_id": {\r
2855           "tag": {\r
2856             "type": "number"\r
2857           },\r
2858           "row_break": true\r
2859         }\r
2860       },\r
2861       "field_names": [\r
2862         "source_url_btn_id",\r
2863         "source_url_off_btn_id"\r
2864       ]\r
2865     }\r
2866   },\r
2867   "buckets": {\r
2868     "scroll": {},\r
2869     "scroll_panel": {},\r
2870     "comic": {},\r
2871     "story": {},\r
2872     "story_sheet": {},\r
2873     "sheet": {},\r
2874     "sheet_panel": {},\r
2875     "panel": {},\r
2876     "panel_picture": {},\r
2877     "speech_balloon": {\r
2878       "field_names": [\r
2879         "speech_balloon.caption",\r
2880         "speech_balloon.id",\r
2881         "speech_balloon.panel_id",\r
2882         "speech_balloon.speech_balloon_template_id",\r
2883         "speech_balloon.speech_balloon_template_classname",\r
2884         "speech_balloon.z",\r
2885         "speech_balloon.t",\r
2886         "speech_balloon_template_settings",\r
2887         "balloon.r",\r
2888         "balloon.x",\r
2889         "balloon.y",\r
2890         "balloon.width",\r
2891         "balloon.height",\r
2892         "balloon.id",\r
2893         "balloon.speech_balloon_id",\r
2894         "balloon.system_picture_id",\r
2895         "balloon.speech_balloon_template_id",\r
2896         "balloon.speech_balloon_template_classname",\r
2897         "balloon.speech_balloon_template_settings",\r
2898         "speech.writing_format_id",\r
2899         "speech.font_size",\r
2900         "speech.text_align",\r
2901         "speech.quotes",\r
2902         "speech.content",\r
2903         "speech.fore_color",\r
2904         "speech.id",\r
2905         "speech.speech_balloon_id",\r
2906         "speech.x",\r
2907         "speech.y",\r
2908         "speech.width",\r
2909         "speech.height",\r
2910         "speech.speech_balloon_template_id",\r
2911         "speech.speech_balloon_template_classname",\r
2912         "speech.speech_balloon_template_settings",\r
2913         "speech.writing_format_classname",\r
2914         "speech.writing_format_settings"\r
2915       ]\r
2916     },\r
2917     "speech": {},\r
2918     "balloon": {},\r
2919     "ground_picture": {},\r
2920     "ground_color": {},\r
2921     "original_picture": {},\r
2922     "picture": {},\r
2923     "resource_picture": {},\r
2924     "speech_balloon_template": {\r
2925       "column_names": [\r
2926         "name",\r
2927         "classname",\r
2928         "caption",\r
2929         "t",\r
2930         "system_picture_id",\r
2931         "settings"\r
2932       ],\r
2933       "extend_settings": {\r
2934         "circle_speech_balloon_speech_balloon": {\r
2935           "columns": {},\r
2936           "column_names": []\r
2937         },\r
2938         "circle_speech_balloon_balloon": {\r
2939           "columns": {},\r
2940           "column_names": []\r
2941         },\r
2942         "circle_speech_balloon_speech": {\r
2943           "columns": {},\r
2944           "column_names": []\r
2945         },\r
2946         "plain_speech_balloon_speech_balloon": {\r
2947           "columns": {},\r
2948           "column_names": []\r
2949         },\r
2950         "square_speech_balloon_speech_balloon": {\r
2951           "columns": {},\r
2952           "column_names": []\r
2953         }\r
2954       },\r
2955       "associations": {\r
2956         "belongs_to": [\r
2957           "system_picture"\r
2958         ]\r
2959       }\r
2960     },\r
2961     "writing_format": {\r
2962       "column_names": [\r
2963         "name",\r
2964         "classname",\r
2965         "caption",\r
2966         "system_picture_id",\r
2967         "settings"\r
2968       ],\r
2969       "extend_settings": {\r
2970         "pettanr_simple_format_writing_format": {\r
2971           "columns": {},\r
2972           "column_names": []\r
2973         }\r
2974       },\r
2975       "associations": {\r
2976         "belongs_to": [\r
2977           "system_picture"\r
2978         ],\r
2979         "has_many": []\r
2980       }\r
2981     },\r
2982     "license_group": {\r
2983       "column_names": [\r
2984         "name",\r
2985         "classname",\r
2986         "caption",\r
2987         "url"\r
2988       ],\r
2989       "extend_settings": {\r
2990         "pettanr_pettan_commons_v01_licenses_license": {\r
2991           "columns": {\r
2992             "open": {},\r
2993             "commercial": {},\r
2994             "official": {},\r
2995             "attribution": {},\r
2996             "derive": {},\r
2997             "thumbnail": {},\r
2998             "gif_convert": {},\r
2999             "reverse": {},\r
3000             "sync_vh": {},\r
3001             "overlap": {}\r
3002           },\r
3003           "column_names": [\r
3004             "open",\r
3005             "commercial",\r
3006             "official",\r
3007             "attribution:",\r
3008             "derive",\r
3009             "thumbnail",\r
3010             "gif_convert",\r
3011             "reverse",\r
3012             "sync_vh",\r
3013             "overlap"\r
3014           ]\r
3015         },\r
3016         "pettanr_pettan_commons_v01_licenses_credit_picture": {\r
3017           "columns": {},\r
3018           "column_names": [\r
3019             "source_url_btn_id",\r
3020             "source_url_off_btn_id"\r
3021           ]\r
3022         }\r
3023       },\r
3024       "associations": {\r
3025         "has_many": [\r
3026           "licenses.by_license_group"\r
3027         ]\r
3028       }\r
3029     },\r
3030     "license": {\r
3031       "columns": {\r
3032         "license_group_settings": {\r
3033           "type": "extend",\r
3034           "args": {\r
3035             "boost_name": "license_group"\r
3036           }\r
3037         },\r
3038         "credit_picture_settings": {\r
3039           "type": "extend",\r
3040           "args": {\r
3041             "boost_name": "credit_picture"\r
3042           }\r
3043         }\r
3044       },\r
3045       "column_names": [\r
3046         "license_group_id",\r
3047         "license_group_classname",\r
3048         "name",\r
3049         "caption",\r
3050         "system_picture_id",\r
3051         "url",\r
3052         "license_group_settings",\r
3053         "credit_picture_settings"\r
3054       ]\r
3055     },\r
3056     "author": {},\r
3057     "artist": {},\r
3058     "system_picture": {}\r
3059   }\r
3060 }