OSDN Git Service

fix edit extend_item
[pettanr/pettanr.git] / app / assets / javascripts / manifest / work / forms.js.coffee.erb
1 #マニフェスト\r
2 @forms = {\r
3   base: {\r
4     scroll: {\r
5       fields: {\r
6         title: {\r
7           args: {\r
8             label: {\r
9               args: {\r
10                 row_break: true,\r
11               },\r
12             },\r
13             tag: {\r
14               type: 'text',\r
15             },\r
16             row_break: true,\r
17           },\r
18         },\r
19         description: {\r
20           args: {\r
21             label: {\r
22               args: {\r
23                 row_break: true,\r
24               },\r
25             },\r
26             tag: {\r
27               type: 'text_area',\r
28             },\r
29           },\r
30         },\r
31         visible: {\r
32           args: {\r
33             tag: {\r
34               type: 'select',\r
35             },\r
36             row_break: true,\r
37           },\r
38         },\r
39         id: {\r
40           args: {\r
41             label: {\r
42               type: 'none',\r
43             },\r
44             tag: {\r
45               type: 'hidden',\r
46             },\r
47           },\r
48         },\r
49         author_id: {\r
50           args: {\r
51             label: {\r
52               type: 'none',\r
53             },\r
54             tag: {\r
55               type: 'hidden',\r
56             },\r
57           },\r
58         },\r
59       },\r
60       field_names: [\r
61         'title',\r
62         'description',\r
63         'visible',\r
64         'id',\r
65         'author_id',\r
66       ]\r
67     },\r
68     scroll_panel: {\r
69       fields: {\r
70         scroll_id: {\r
71           args: {\r
72             tag: {\r
73               type: 'number',\r
74             },\r
75           },\r
76         },\r
77         panel_id: {\r
78           args: {\r
79             tag: {\r
80               type: 'number',\r
81             },\r
82           },\r
83         },\r
84         t: {\r
85           args: {\r
86             tag: {\r
87               type: 'number',\r
88             },\r
89           },\r
90         },\r
91         id: {\r
92           args: {\r
93             label: {\r
94               type: 'none',\r
95             },\r
96             tag: {\r
97               type: 'hidden',\r
98             },\r
99           },\r
100         },\r
101       },\r
102       field_names: [\r
103         'scroll_id',\r
104         'panel_id',\r
105         't',\r
106         'id',\r
107       ]\r
108     },\r
109     comic: {\r
110       fields: {\r
111         title: {\r
112           args: {\r
113             label: {\r
114               args: {\r
115                 row_break: true,\r
116               },\r
117             },\r
118             tag: {\r
119               type: 'text',\r
120             },\r
121             row_break: true,\r
122           },\r
123         },\r
124         description: {\r
125           args: {\r
126             label: {\r
127               args: {\r
128                 row_break: true,\r
129               },\r
130             },\r
131             tag: {\r
132               type: 'text_area',\r
133             },\r
134           },\r
135         },\r
136         visible: {\r
137           args: {\r
138             tag: {\r
139               type: 'select',\r
140             },\r
141             row_break: true,\r
142           },\r
143         },\r
144         id: {\r
145           args: {\r
146             label: {\r
147               type: 'none',\r
148             },\r
149             tag: {\r
150               type: 'hidden',\r
151             },\r
152           },\r
153         },\r
154         author_id: {\r
155           args: {\r
156             label: {\r
157               type: 'none',\r
158             },\r
159             tag: {\r
160               type: 'hidden',\r
161             },\r
162           },\r
163         },\r
164       },\r
165       field_names: [\r
166         'title',\r
167         'description',\r
168         'visible',\r
169         'id',\r
170         'author_id',\r
171       ]\r
172     },\r
173     story: {\r
174       fields: {\r
175         comic_id: {\r
176           args: {\r
177             label: {\r
178               type: 'none',\r
179             },\r
180             tag: {\r
181               type: 'hidden',\r
182             },\r
183           },\r
184         },\r
185         title: {\r
186           args: {\r
187             label: {\r
188               args: {\r
189                 row_break: true,\r
190               },\r
191             },\r
192             tag: {\r
193               type: 'text',\r
194             },\r
195             row_break: true,\r
196           },\r
197         },\r
198         description: {\r
199           args: {\r
200             label: {\r
201               args: {\r
202                 row_break: true,\r
203               },\r
204             },\r
205             tag: {\r
206               type: 'text_area',\r
207             },\r
208             row_break: true,\r
209           },\r
210         },\r
211         visible: {\r
212           args: {\r
213             tag: {\r
214               type: 'select',\r
215             },\r
216             row_break: true,\r
217           },\r
218         },\r
219         t: {\r
220           args: {\r
221             tag: {\r
222               type: 'number',\r
223             },\r
224           },\r
225         },\r
226         id: {\r
227           args: {\r
228             label: {\r
229               type: 'none',\r
230             },\r
231             tag: {\r
232               type: 'hidden',\r
233             },\r
234           },\r
235         },\r
236         author_id: {\r
237           args: {\r
238             label: {\r
239               type: 'none',\r
240             },\r
241             tag: {\r
242               type: 'hidden',\r
243             },\r
244           },\r
245         },\r
246       },\r
247       field_names: [\r
248         'comic_id',\r
249         'title',\r
250         'description',\r
251         'visible',\r
252         't',\r
253         'id',\r
254         'author_id',\r
255       ]\r
256     },\r
257     story_sheet: {\r
258       fields: {\r
259         story_id: {\r
260           args: {\r
261             label: {\r
262               type: 'none',\r
263             },\r
264             tag: {\r
265               type: 'number',\r
266             },\r
267           },\r
268         },\r
269         sheet_id: {\r
270           args: {\r
271             label: {\r
272               type: 'none',\r
273             },\r
274             tag: {\r
275               type: 'number',\r
276             },\r
277           },\r
278         },\r
279         t: {\r
280           args: {\r
281             tag: {\r
282               type: 'number',\r
283             },\r
284           },\r
285         },\r
286         id: {\r
287           args: {\r
288             label: {\r
289               type: 'none',\r
290             },\r
291             tag: {\r
292               type: 'hidden',\r
293             },\r
294           },\r
295         },\r
296       },\r
297       field_names: [\r
298         'story_id',\r
299         'sheet_id',\r
300         't',\r
301         'id',\r
302       ]\r
303     },\r
304     sheet: {\r
305       fields: {\r
306         caption: {\r
307           args: {\r
308             label: {\r
309               args: {\r
310                 row_break: true,\r
311               },\r
312             },\r
313             tag: {\r
314               type: 'text',\r
315             },\r
316             row_break: true,\r
317           },\r
318         },\r
319         width: {\r
320           args: {\r
321             tag: {\r
322               type: 'number',\r
323             },\r
324           },\r
325         },\r
326         height: {\r
327           args: {\r
328             tag: {\r
329               type: 'number',\r
330             },\r
331             row_break: true, \r
332           },\r
333         },\r
334         visible: {\r
335           args: {\r
336             tag: {\r
337               type: 'select',\r
338             },\r
339             row_break: true,\r
340           },\r
341         },\r
342         id: {\r
343           args: {\r
344             label: {\r
345               type: 'none',\r
346             },\r
347             tag: {\r
348               type: 'hidden',\r
349             },\r
350           },\r
351         },\r
352         author_id: {\r
353           args: {\r
354             label: {\r
355               type: 'none',\r
356             },\r
357             tag: {\r
358               type: 'hidden',\r
359             },\r
360           },\r
361         },\r
362       },\r
363       field_names: [\r
364         'caption',\r
365         'width',\r
366         'height',\r
367         'visible',\r
368         'id',\r
369         'author_id',\r
370       ]\r
371     },\r
372     sheet_panel: {\r
373       fields: {\r
374         sheet_id: {\r
375           args: {\r
376             tag: {\r
377               type: 'number',\r
378             },\r
379           },\r
380         },\r
381         panel_id: {\r
382           args: {\r
383             tag: {\r
384               type: 'number',\r
385             },\r
386           },\r
387         },\r
388         x: {\r
389           args: {\r
390             tag: {\r
391               type: 'number',\r
392             },\r
393           },\r
394         },\r
395         y: {\r
396           args: {\r
397             tag: {\r
398               type: 'number',\r
399             },\r
400             row_break: true,\r
401           },\r
402         },\r
403         z: {\r
404           args: {\r
405             label: {\r
406               type: 'none',\r
407             },\r
408             tag: {\r
409               type: 'hidden',\r
410             },\r
411           },\r
412         },\r
413         t: {\r
414           args: {\r
415             label: {\r
416               type: 'none',\r
417             },\r
418             tag: {\r
419               type: 'hidden',\r
420             },\r
421           },\r
422         },\r
423         id: {\r
424           args: {\r
425             label: {\r
426               type: 'none',\r
427             },\r
428             tag: {\r
429               type: 'hidden',\r
430             },\r
431           },\r
432         },\r
433       },\r
434       field_names: [\r
435         'sheet_id',\r
436         'panel_id',\r
437         'x',\r
438         'y',\r
439         'z',\r
440         't',\r
441         'id',\r
442       ]\r
443     },\r
444     panel: {\r
445       fields: {\r
446         caption: {\r
447           args: {\r
448             tag: {\r
449               type: 'text',\r
450             },\r
451             row_break: true,\r
452           },\r
453         },\r
454         width: {\r
455           args: {\r
456             tag: {\r
457               type: 'number',\r
458             },\r
459           },\r
460         },\r
461         height: {\r
462           args: {\r
463             tag: {\r
464               type: 'number',\r
465             },\r
466             row_break: true, \r
467           },\r
468         },\r
469         border: {\r
470           args: {\r
471             tag: {\r
472               type: 'number',\r
473             },\r
474           },\r
475         },\r
476         publish: {\r
477           args: {\r
478             tag: {\r
479               type: 'select',\r
480             },\r
481             row_break: true,\r
482           },\r
483         },\r
484         id: {\r
485           args: {\r
486             label: {\r
487               type: 'none',\r
488             },\r
489             tag: {\r
490               type: 'hidden',\r
491             },\r
492           },\r
493         },\r
494         author_id: {\r
495           args: {\r
496             label: {\r
497               type: 'none',\r
498             },\r
499             tag: {\r
500               type: 'hidden',\r
501             },\r
502           },\r
503         },\r
504       },\r
505       field_names: [\r
506         'caption',\r
507         'width',\r
508         'height',\r
509         'border',\r
510         'publish',\r
511         'id',\r
512         'author_id',\r
513       ]\r
514     },\r
515     panel_picture: {\r
516       fields: {\r
517         caption: {\r
518           args: {\r
519             tag: {\r
520               type: 'text',\r
521             },\r
522             row_break: true,\r
523           },\r
524         },\r
525         x: {\r
526           args: {\r
527             tag: {\r
528               type: 'number',\r
529             },\r
530           },\r
531         },\r
532         y: {\r
533           args: {\r
534             tag: {\r
535               type: 'number',\r
536             },\r
537             row_break: true,\r
538           },\r
539         },\r
540         width: {\r
541           args: {\r
542             tag: {\r
543               type: 'number',\r
544             },\r
545             helpers: {\r
546               size: {\r
547                 type: 'size',\r
548                 args: {\r
549                   dom_class: 'panel_picture_width_tool', \r
550                 },\r
551               },\r
552             },\r
553             row_break: true,\r
554           },\r
555         },\r
556         height: {\r
557           args: {\r
558             tag: {\r
559               type: 'number',\r
560             },\r
561             helpers: {\r
562               size: {\r
563                 type: 'size',\r
564                 args: {\r
565                   dom_class: 'panel_picture_height_tool', \r
566                 },\r
567               },\r
568             },\r
569             row_break: true,\r
570           },\r
571         },\r
572         link: {\r
573           args: {\r
574             tag: {\r
575               type: 'text',\r
576             },\r
577             row_break: true,\r
578           },\r
579         },\r
580         id: {\r
581           args: {\r
582             label: {\r
583               type: 'none',\r
584             },\r
585             tag: {\r
586               type: 'hidden',\r
587             },\r
588           },\r
589         },\r
590         panel_id: {\r
591           args: {\r
592             label: {\r
593               type: 'none',\r
594             },\r
595             tag: {\r
596               type: 'hidden',\r
597             },\r
598           },\r
599         },\r
600         picture_id: {\r
601           args: {\r
602             tag: {\r
603               type: 'hidden',\r
604             },\r
605             helpers: {\r
606               popup: {\r
607                 type: 'popup',\r
608                 args: {\r
609                   source: 'pictures',\r
610                 },\r
611               },\r
612             },\r
613           },\r
614         },\r
615         z: {\r
616           args: {\r
617             label: {\r
618               type: 'none',\r
619             },\r
620             tag: {\r
621               type: 'hidden',\r
622             },\r
623           },\r
624         },\r
625         t: {\r
626           args: {\r
627             label: {\r
628               type: 'none',\r
629             },\r
630             tag: {\r
631               type: 'hidden',\r
632             },\r
633           },\r
634         },\r
635       },\r
636       field_names: [\r
637         'caption',\r
638         'x',\r
639         'y',\r
640         'width',\r
641         'height',\r
642         'link',\r
643         'id',\r
644         'panel_id',\r
645         'picture_id',\r
646         'z',\r
647         't',\r
648       ]\r
649     },\r
650     speech_balloon: {\r
651       fields: {\r
652         'speech_balloon.id': {\r
653           args: {\r
654             label: {\r
655               type: 'none',\r
656             },\r
657             tag: {\r
658               type: 'hidden',\r
659             },\r
660           },\r
661         },\r
662         'speech_balloon.panel_id': {\r
663           args: {\r
664             label: {\r
665               type: 'none',\r
666             },\r
667             tag: {\r
668               type: 'hidden',\r
669             },\r
670           },\r
671         },\r
672         'speech_balloon.speech_balloon_template_id': {\r
673           args: {\r
674             label: {\r
675               type: 'none',\r
676             },\r
677             tag: {\r
678               type: 'hidden',\r
679             },\r
680           },\r
681         },\r
682         'speech_balloon.caption': {\r
683           args: {\r
684             tag: {\r
685               type: 'text',\r
686             },\r
687             row_break: true,\r
688           },\r
689         },\r
690         'speech_balloon.z': {\r
691           args: {\r
692             label: {\r
693               type: 'none',\r
694             },\r
695             tag: {\r
696               type: 'hidden',\r
697             },\r
698           },\r
699         },\r
700         'speech_balloon.t': {\r
701           args: {\r
702             label: {\r
703               type: 'none',\r
704             },\r
705             tag: {\r
706               type: 'hidden',\r
707             },\r
708           },\r
709         },\r
710         'speech_balloon.speech_balloon_template_classname': {\r
711           args: {\r
712             label: {\r
713               type: 'none',\r
714             },\r
715             tag: {\r
716               type: 'hidden',\r
717             },\r
718           },\r
719         },\r
720         'speech_balloon.speech_balloon_template_settings': {\r
721           args: {\r
722             label: {\r
723               type: 'none',\r
724             },\r
725             tag: {\r
726               type: 'hidden',\r
727             },\r
728           },\r
729         },\r
730         'balloon.id': {\r
731           type: 'part',\r
732           args: {\r
733             label: {\r
734               type: 'none',\r
735             },\r
736             tag: {\r
737               type: 'hidden',\r
738             },\r
739           },\r
740         },\r
741         'balloon.speech_balloon_id': {\r
742           type: 'part',\r
743           args: {\r
744             label: {\r
745               type: 'none',\r
746             },\r
747             tag: {\r
748               type: 'hidden',\r
749             },\r
750           },\r
751         },\r
752         'balloon.speech_balloon_template_id': {\r
753           type: 'part',\r
754           args: {\r
755             label: {\r
756               type: 'none',\r
757             },\r
758             tag: {\r
759               type: 'hidden',\r
760             },\r
761           },\r
762         },\r
763         'balloon.system_picture_id': {\r
764           type: 'part',\r
765           args: {\r
766             label: {\r
767               type: 'none',\r
768             },\r
769             tag: {\r
770               type: 'hidden',\r
771             },\r
772           },\r
773         },\r
774         'balloon.r': {\r
775           type: 'part',\r
776           args: {\r
777             tag: {\r
778               type: 'number',\r
779             },\r
780             helpers: {\r
781               tail_angle: {\r
782                 type: 'size',\r
783                 args: {\r
784                 },\r
785               },\r
786             },\r
787             row_break: true,\r
788           },\r
789         },\r
790         'balloon.x': {\r
791           type: 'part',\r
792           args: {\r
793             tag: {\r
794               type: 'number',\r
795             },\r
796           },\r
797         },\r
798         'balloon.y': {\r
799           type: 'part',\r
800           args: {\r
801             label: {\r
802             },\r
803             tag: {\r
804               type: 'number',\r
805             },\r
806             row_break: true,\r
807           },\r
808         },\r
809         'balloon.width': {\r
810           type: 'part',\r
811           args: {\r
812             tag: {\r
813               type: 'number',\r
814             },\r
815           },\r
816         },\r
817         'balloon.height': {\r
818           type: 'part',\r
819           args: {\r
820             tag: {\r
821               type: 'number',\r
822             },\r
823             row_break: true,\r
824           },\r
825         },\r
826         'balloon.speech_balloon_template_classname': {\r
827           args: {\r
828             label: {\r
829               type: 'none',\r
830             },\r
831             tag: {\r
832               type: 'hidden',\r
833             },\r
834           },\r
835         },\r
836         'balloon.speech_balloon_template_settings': {\r
837           type: 'part',\r
838           args: {\r
839             label: {\r
840               type: 'none',\r
841             },\r
842             tag: {\r
843               type: 'hidden',\r
844             },\r
845           },\r
846         },\r
847         'speech.id': {\r
848           type: 'part',\r
849           args: {\r
850             label: {\r
851               type: 'none',\r
852             },\r
853             tag: {\r
854               type: 'hidden',\r
855             },\r
856           },\r
857         },\r
858         'speech.speech_balloon_id': {\r
859           type: 'part',\r
860           args: {\r
861             label: {\r
862               type: 'none',\r
863             },\r
864             tag: {\r
865               type: 'hidden',\r
866             },\r
867           },\r
868         },\r
869         'speech.speech_balloon_template_id': {\r
870           type: 'part',\r
871           args: {\r
872             label: {\r
873               type: 'none',\r
874             },\r
875             tag: {\r
876               type: 'hidden',\r
877             },\r
878           },\r
879         },\r
880         'speech.x': {\r
881           type: 'part',\r
882           args: {\r
883             label: {\r
884               type: 'none',\r
885             },\r
886             tag: {\r
887               type: 'hidden',\r
888             },\r
889           },\r
890         },\r
891         'speech.y': {\r
892           type: 'part',\r
893           args: {\r
894             label: {\r
895               type: 'none',\r
896             },\r
897             tag: {\r
898               type: 'hidden',\r
899             },\r
900           },\r
901         },\r
902         'speech.width': {\r
903           type: 'part',\r
904           args: {\r
905             label: {\r
906               type: 'none',\r
907             },\r
908             tag: {\r
909               type: 'hidden',\r
910             },\r
911           },\r
912         },\r
913         'speech.height': {\r
914           type: 'part',\r
915           args: {\r
916             label: {\r
917               type: 'none',\r
918             },\r
919             tag: {\r
920               type: 'hidden',\r
921             },\r
922           },\r
923         },\r
924         'speech.writing_format_id': {\r
925           type: 'part',\r
926           args: {\r
927             tag: {\r
928               type: 'select',\r
929             },\r
930           },\r
931         },\r
932         'speech.font_size': {\r
933           type: 'part',\r
934           args: {\r
935             tag: {\r
936               type: 'select',\r
937             },\r
938             row_break: true,\r
939           },\r
940         },\r
941         'speech.text_align': {\r
942           type: 'part',\r
943           args: {\r
944             tag: {\r
945               type: 'select',\r
946             },\r
947           },\r
948         },\r
949         'speech.quotes': {\r
950           type: 'part',\r
951           args: {\r
952             tag: {\r
953               type: 'text',\r
954             },\r
955           },\r
956         },\r
957         'speech.content': {\r
958           type: 'part',\r
959           args: {\r
960             label: {\r
961               args: {\r
962                 row_break: true,\r
963               },\r
964             },\r
965             tag: {\r
966               type: 'text_area',\r
967               args: {\r
968                 options: {\r
969                   size: '45x5', \r
970                 },\r
971               },\r
972             },\r
973           },\r
974         },\r
975         'speech.fore_color': {\r
976           type: 'part',\r
977           args: {\r
978             label: {\r
979               row_break: true,\r
980             },\r
981             tag: {\r
982               type: 'hidden',\r
983             },\r
984             helpers: {\r
985               color: {\r
986                 type: 'color',\r
987                 args: {\r
988                   wrapper: 'speech-fore_color-wrap',\r
989                 },\r
990               },\r
991             },\r
992           },\r
993         },\r
994         'speech.speech_balloon_template_classname': {\r
995           args: {\r
996             label: {\r
997               type: 'none',\r
998             },\r
999             tag: {\r
1000               type: 'hidden',\r
1001             },\r
1002           },\r
1003         },\r
1004         'speech.writing_format_classname': {\r
1005           args: {\r
1006             label: {\r
1007               type: 'none',\r
1008             },\r
1009             tag: {\r
1010               type: 'hidden',\r
1011             },\r
1012           },\r
1013         },\r
1014         'speech.speech_balloon_template_settings': {\r
1015           type: 'part',\r
1016           args: {\r
1017             label: {\r
1018               type: 'none',\r
1019             },\r
1020             tag: {\r
1021               type: 'hidden',\r
1022             },\r
1023           },\r
1024         },\r
1025         'speech.writing_format_settings': {\r
1026           type: 'part',\r
1027           args: {\r
1028             label: {\r
1029               type: 'none',\r
1030             },\r
1031             tag: {\r
1032               type: 'hidden',\r
1033             },\r
1034           },\r
1035         },\r
1036       },\r
1037     },\r
1038     ground_picture: {\r
1039       fields: {\r
1040         id: {\r
1041           args: {\r
1042             label: {\r
1043               type: 'none',\r
1044             },\r
1045             tag: {\r
1046               type: 'hidden',\r
1047             },\r
1048           },\r
1049         },\r
1050         panel_id: {\r
1051           args: {\r
1052             label: {\r
1053               type: 'none',\r
1054             },\r
1055             tag: {\r
1056               type: 'hidden',\r
1057             },\r
1058           },\r
1059         },\r
1060         picture_id: {\r
1061           args: {\r
1062             label: {\r
1063               type: 'none',\r
1064             },\r
1065             tag: {\r
1066               type: 'hidden',\r
1067             },\r
1068           },\r
1069         },\r
1070         caption: {\r
1071           args: {\r
1072             tag: {\r
1073               type: 'text',\r
1074             },\r
1075             row_break: true,\r
1076           },\r
1077         },\r
1078         repeat: {\r
1079           args: {\r
1080             tag: {\r
1081               type: 'select',\r
1082               args: {\r
1083                 source: 'magic_number',\r
1084                 key: 'ground_picture_repeat_items',\r
1085               },\r
1086             },\r
1087             row_break: true,\r
1088           },\r
1089         },\r
1090         x: {\r
1091           args: {\r
1092             tag: {\r
1093               type: 'number',\r
1094             },\r
1095           },\r
1096         },\r
1097         y: {\r
1098           args: {\r
1099             tag: {\r
1100               type: 'number',\r
1101             },\r
1102             row_break: true,\r
1103           },\r
1104         },\r
1105         z: {\r
1106           args: {\r
1107             label: {\r
1108               type: 'none',\r
1109             },\r
1110             tag: {\r
1111               type: 'hidden',\r
1112             },\r
1113           },\r
1114         },\r
1115         t: {\r
1116           args: {\r
1117             label: {\r
1118               type: 'none',\r
1119             },\r
1120             tag: {\r
1121               type: 'hidden',\r
1122             },\r
1123           },\r
1124         },\r
1125       },\r
1126       field_names: [\r
1127         'caption',\r
1128         'repeat',\r
1129         'x',\r
1130         'y',\r
1131         'z',\r
1132         't',\r
1133         'id',\r
1134         'panel_id',\r
1135         'picture_id',\r
1136       ]\r
1137     },\r
1138     ground_color: {\r
1139       fields: {\r
1140         id: {\r
1141           args: {\r
1142             label: {\r
1143               type: 'none',\r
1144             },\r
1145             tag: {\r
1146               type: 'hidden',\r
1147             },\r
1148           },\r
1149         },\r
1150         panel_id: {\r
1151           args: {\r
1152             label: {\r
1153               type: 'none',\r
1154             },\r
1155             tag: {\r
1156               type: 'hidden',\r
1157             },\r
1158           },\r
1159         },\r
1160         caption: {\r
1161           args: {\r
1162             tag: {\r
1163               type: 'text',\r
1164             },\r
1165             row_break: true,\r
1166           },\r
1167         },\r
1168         code: {\r
1169           args: {\r
1170             label: {\r
1171               args: {\r
1172                 row_break: true,\r
1173               },\r
1174             },\r
1175             tag: {\r
1176               type: 'hidden',\r
1177             },\r
1178             helpers: {\r
1179               color: {\r
1180                 type: 'color',\r
1181                 args: {\r
1182                   wrapper: 'ground_color-code-wrap'\r
1183                 },\r
1184               }\r
1185             },\r
1186             row_break: true,\r
1187           },\r
1188         },\r
1189         orientation: {\r
1190           args: {\r
1191             tag: {\r
1192               type: 'select',\r
1193             },\r
1194             row_break: true,\r
1195           },\r
1196         },\r
1197         xy: {\r
1198           args: {\r
1199             tag: {\r
1200               type: 'number',\r
1201             },\r
1202           },\r
1203         },\r
1204         wh: {\r
1205           args: {\r
1206             tag: {\r
1207               type: 'number',\r
1208             },\r
1209             row_break: true,\r
1210           },\r
1211         },\r
1212         z: {\r
1213           args: {\r
1214             label: {\r
1215               type: 'none',\r
1216             },\r
1217             tag: {\r
1218               type: 'hidden',\r
1219             },\r
1220           },\r
1221         },\r
1222         t: {\r
1223           args: {\r
1224             label: {\r
1225               type: 'none',\r
1226             },\r
1227             tag: {\r
1228               type: 'hidden',\r
1229             },\r
1230           },\r
1231         },\r
1232       },\r
1233       field_names: [\r
1234         'id',\r
1235         'panel_id',\r
1236         'caption',\r
1237         'code',\r
1238         'orientation',\r
1239         'xy',\r
1240         'wh',\r
1241         'z',\r
1242         't',\r
1243       ]\r
1244     },\r
1245     speech_balloon_template: {\r
1246       fields: {\r
1247         id: {\r
1248           args: {\r
1249             label: {\r
1250               type: 'none',\r
1251             },\r
1252             tag: {\r
1253               type: 'hidden',\r
1254             },\r
1255           },\r
1256         },\r
1257         name: {\r
1258           args: {\r
1259             tag: {\r
1260               type: 'text',\r
1261             },\r
1262             row_break: true,\r
1263           },\r
1264         },\r
1265         classname: {\r
1266           args: {\r
1267             tag: {\r
1268               type: 'text',\r
1269             },\r
1270             row_break: true,\r
1271           },\r
1272         },\r
1273         caption: {\r
1274           args: {\r
1275             tag: {\r
1276               type: 'text',\r
1277             },\r
1278             row_break: true,\r
1279           },\r
1280         },\r
1281         t: {\r
1282           args: {\r
1283             tag: {\r
1284               type: 'number',\r
1285             },\r
1286             row_break: true,\r
1287           },\r
1288         },\r
1289         system_picture_id: {\r
1290           args: {\r
1291             tag: {\r
1292               type: 'number',\r
1293             },\r
1294             row_break: true,\r
1295           },\r
1296         },\r
1297         settings: {\r
1298           args: {\r
1299             tag: {\r
1300               type: 'text',\r
1301             },\r
1302             row_break: true,\r
1303           },\r
1304         },\r
1305       },\r
1306       field_names: [\r
1307         'id',\r
1308         'name',\r
1309         'classname',\r
1310         'caption',\r
1311         't',\r
1312         'system_picture_id',\r
1313         'settings',\r
1314       ]\r
1315     },\r
1316     writing_format: {\r
1317       fields: {\r
1318         id: {\r
1319           args: {\r
1320             label: {\r
1321               type: 'none',\r
1322             },\r
1323             tag: {\r
1324               type: 'hidden',\r
1325             },\r
1326           },\r
1327         },\r
1328         name: {\r
1329           args: {\r
1330             tag: {\r
1331               type: 'text',\r
1332             },\r
1333             row_break: true,\r
1334           },\r
1335         },\r
1336         classname: {\r
1337           args: {\r
1338             tag: {\r
1339               type: 'text',\r
1340             },\r
1341             row_break: true,\r
1342           },\r
1343         },\r
1344         caption: {\r
1345           args: {\r
1346             tag: {\r
1347               type: 'text',\r
1348             },\r
1349             row_break: true,\r
1350           },\r
1351         },\r
1352         system_picture_id: {\r
1353           args: {\r
1354             tag: {\r
1355               type: 'number',\r
1356             },\r
1357             row_break: true,\r
1358           },\r
1359         },\r
1360         settings: {\r
1361           args: {\r
1362             tag: {\r
1363               type: 'text',\r
1364             },\r
1365             row_break: true,\r
1366           },\r
1367         },\r
1368       },\r
1369       field_names: [\r
1370         'id',\r
1371         'name',\r
1372         'classname',\r
1373         'caption',\r
1374         'system_picture_id',\r
1375         'settings',\r
1376       ]\r
1377     },\r
1378     license_group: {\r
1379       fields: {\r
1380         id: {\r
1381           args: {\r
1382             label: {\r
1383               type: 'none',\r
1384             },\r
1385             tag: {\r
1386               type: 'hidden',\r
1387             },\r
1388           },\r
1389         },\r
1390         name: {\r
1391           args: {\r
1392             tag: {\r
1393               type: 'text',\r
1394             },\r
1395             row_break: true,\r
1396           },\r
1397         },\r
1398         classname: {\r
1399           args: {\r
1400             tag: {\r
1401               type: 'text',\r
1402             },\r
1403             row_break: true,\r
1404           },\r
1405         },\r
1406         caption: {\r
1407           args: {\r
1408             tag: {\r
1409               type: 'text',\r
1410             },\r
1411             row_break: true,\r
1412           },\r
1413         },\r
1414         url: {\r
1415           args: {\r
1416             tag: {\r
1417               type: 'text',\r
1418             },\r
1419             row_break: true,\r
1420           },\r
1421         },\r
1422       },\r
1423       field_names: [\r
1424         'id',\r
1425         'name',\r
1426         'classname',\r
1427         'caption',\r
1428         'url',\r
1429       ]\r
1430     },\r
1431     license: {\r
1432       fields: {\r
1433         id: {\r
1434           args: {\r
1435             label: {\r
1436               type: 'none',\r
1437             },\r
1438             tag: {\r
1439               type: 'hidden',\r
1440             },\r
1441           },\r
1442         },\r
1443         license_group_id: {\r
1444           args: {\r
1445             label: {\r
1446               type: 'none',\r
1447             },\r
1448             tag: {\r
1449               type: 'hidden',\r
1450             },\r
1451           },\r
1452         },\r
1453         license_group_classname: {\r
1454           args: {\r
1455             tag: {\r
1456               type: 'text',\r
1457             },\r
1458             row_break: true,\r
1459           },\r
1460         },\r
1461         name: {\r
1462           args: {\r
1463             tag: {\r
1464               type: 'text',\r
1465             },\r
1466             row_break: true,\r
1467           },\r
1468         },\r
1469         caption: {\r
1470           args: {\r
1471             tag: {\r
1472               type: 'text',\r
1473             },\r
1474             row_break: true,\r
1475           },\r
1476         },\r
1477         system_picture_id: {\r
1478           args: {\r
1479             tag: {\r
1480               type: 'number',\r
1481             },\r
1482             row_break: true,\r
1483           },\r
1484         },\r
1485         url: {\r
1486           args: {\r
1487             tag: {\r
1488               type: 'text',\r
1489             },\r
1490             row_break: true,\r
1491           },\r
1492         },\r
1493         license_group_settings: {\r
1494           args: {\r
1495             tag: {\r
1496               type: 'text',\r
1497             },\r
1498             row_break: true,\r
1499           },\r
1500         },\r
1501         credit_picture_settings: {\r
1502           args: {\r
1503             tag: {\r
1504               type: 'text',\r
1505             },\r
1506             row_break: true,\r
1507           },\r
1508         },\r
1509       },\r
1510       field_names: [\r
1511         'id',\r
1512         'license_group_id',\r
1513         'license_group_classname',\r
1514         'name',\r
1515         'caption',\r
1516         'system_picture_id',\r
1517         'url',\r
1518         'icense_group_settings',\r
1519         'credit_picture_settings',\r
1520       ]\r
1521     }\r
1522     author: {\r
1523       fields: {\r
1524         id: {\r
1525           args: {\r
1526             label: {\r
1527               type: 'none',\r
1528             },\r
1529             tag: {\r
1530               type: 'hidden',\r
1531             },\r
1532           },\r
1533         },\r
1534         name: {\r
1535           args: {\r
1536             label: {\r
1537               args: {\r
1538                 row_break: true,\r
1539               },\r
1540             },\r
1541             tag: {\r
1542               type: 'text',\r
1543             },\r
1544             row_break: true,\r
1545           },\r
1546         },\r
1547       },\r
1548       field_names: [\r
1549         'id',\r
1550         'name',\r
1551       ]\r
1552     },\r
1553     artist: {\r
1554       fields: {\r
1555         id: {\r
1556           args: {\r
1557             label: {\r
1558               type: 'none',\r
1559             },\r
1560             tag: {\r
1561               type: 'hidden',\r
1562             },\r
1563           },\r
1564         },\r
1565         name: {\r
1566           args: {\r
1567             label: {\r
1568               args: {\r
1569                 row_break: true,\r
1570               },\r
1571             },\r
1572             tag: {\r
1573               type: 'text',\r
1574             },\r
1575             row_break: true,\r
1576           },\r
1577         },\r
1578       },\r
1579       field_names: [\r
1580         'id',\r
1581         'name',\r
1582       ]\r
1583     },\r
1584   },\r
1585   extend: {\r
1586     CircleSpeechBalloon: {\r
1587       base: 'speech_balloon',\r
1588       fields: {\r
1589       },\r
1590       field_names: [\r
1591         'speech_balloon.caption',\r
1592         'balloon.r',\r
1593         'balloon.x',\r
1594         'balloon.y',\r
1595         'balloon.width',\r
1596         'balloon.height',\r
1597         'balloon.id',\r
1598         'balloon.speech_balloon_id',\r
1599         'balloon.system_picture_id',\r
1600         'balloon.speech_balloon_template_id',\r
1601         'balloon.speech_balloon_template_classname',\r
1602         'balloon.speech_balloon_template_settings',\r
1603         'speech.writing_format_id',\r
1604         'speech.font_size',\r
1605         'speech.text_align',\r
1606         'speech.quotes',\r
1607         'speech.content',\r
1608         'speech.fore_color',\r
1609         'speech.id',\r
1610         'speech.speech_balloon_id',\r
1611         'speech.x',\r
1612         'speech.y',\r
1613         'speech.width',\r
1614         'speech.height',\r
1615         'speech.speech_balloon_template_id',\r
1616         'speech.speech_balloon_template_classname',\r
1617         'speech.speech_balloon_template_settings',\r
1618         'speech.writing_format_classname',\r
1619         'speech.writing_format_settings',\r
1620         'speech_balloon.id',\r
1621         'speech_balloon.panel_id',\r
1622         'speech_balloon.speech_balloon_template_id',\r
1623         'speech_balloon.speech_balloon_template_classname',\r
1624         'speech_balloon.z',\r
1625         'speech_balloon.t',\r
1626         'speech_balloon.speech_balloon_template_settings',\r
1627       ]\r
1628     },\r
1629     PlainSpeechBalloon: {\r
1630       base: 'speech_balloon',\r
1631       fields: {\r
1632         'balloon.r': {\r
1633           type: 'part',\r
1634           args: {\r
1635             label: {\r
1636               type: 'none',\r
1637             },\r
1638             tag: {\r
1639               type: 'hidden',\r
1640             },\r
1641           },\r
1642         },\r
1643       },\r
1644       field_names: [\r
1645         'speech_balloon.caption',\r
1646         'balloon.r',\r
1647         'balloon.x',\r
1648         'balloon.y',\r
1649         'balloon.width',\r
1650         'balloon.height',\r
1651         'balloon.id',\r
1652         'balloon.speech_balloon_id',\r
1653         'balloon.system_picture_id',\r
1654         'balloon.speech_balloon_template_id',\r
1655         'balloon.speech_balloon_template_classname',\r
1656         'balloon.speech_balloon_template_settings',\r
1657         'speech.writing_format_id',\r
1658         'speech.font_size',\r
1659         'speech.text_align',\r
1660         'speech.quotes',\r
1661         'speech.content',\r
1662         'speech.fore_color',\r
1663         'speech.id',\r
1664         'speech.speech_balloon_id',\r
1665         'speech.x',\r
1666         'speech.y',\r
1667         'speech.width',\r
1668         'speech.height',\r
1669         'speech.speech_balloon_template_id',\r
1670         'speech.speech_balloon_template_classname',\r
1671         'speech.speech_balloon_template_settings',\r
1672         'speech.writing_format_classname',\r
1673         'speech.writing_format_settings',\r
1674         'speech_balloon.id',\r
1675         'speech_balloon.panel_id',\r
1676         'speech_balloon.speech_balloon_template_id',\r
1677         'speech_balloon.speech_balloon_template_classname',\r
1678         'speech_balloon.z',\r
1679         'speech_balloon.t',\r
1680         'speech_balloon.speech_balloon_template_settings',\r
1681       ]\r
1682     },\r
1683     SquareSpeechBalloon: {\r
1684       base: 'speech_balloon',\r
1685       fields: {\r
1686         'balloon.r': {\r
1687           type: 'part',\r
1688           args: {\r
1689             label: {\r
1690               type: 'none',\r
1691             },\r
1692             tag: {\r
1693               type: 'hidden',\r
1694             },\r
1695           },\r
1696         },\r
1697       },\r
1698       field_names: [\r
1699         'speech_balloon.caption',\r
1700         'balloon.r',\r
1701         'balloon.x',\r
1702         'balloon.y',\r
1703         'balloon.width',\r
1704         'balloon.height',\r
1705         'balloon.id',\r
1706         'balloon.speech_balloon_id',\r
1707         'balloon.system_picture_id',\r
1708         'balloon.speech_balloon_template_id',\r
1709         'balloon.speech_balloon_template_classname',\r
1710         'balloon.speech_balloon_template_settings',\r
1711         'speech.writing_format_id',\r
1712         'speech.font_size',\r
1713         'speech.text_align',\r
1714         'speech.quotes',\r
1715         'speech.content',\r
1716         'speech.fore_color',\r
1717         'speech.id',\r
1718         'speech.speech_balloon_id',\r
1719         'speech.x',\r
1720         'speech.y',\r
1721         'speech.width',\r
1722         'speech.height',\r
1723         'speech.speech_balloon_template_id',\r
1724         'speech.speech_balloon_template_classname',\r
1725         'speech.speech_balloon_template_settings',\r
1726         'speech.writing_format_classname',\r
1727         'speech.writing_format_settings',\r
1728         'speech_balloon.id',\r
1729         'speech_balloon.panel_id',\r
1730         'speech_balloon.speech_balloon_template_id',\r
1731         'speech_balloon.speech_balloon_template_classname',\r
1732         'speech_balloon.z',\r
1733         'speech_balloon.t',\r
1734         'speech_balloon.speech_balloon_template_settings',\r
1735       ]\r
1736     },\r
1737   }\r
1738 }\r
1739 @repeat_texts = ['repeat', 'repeat-x', 'repeat-y', 'no-repeat']\r
1740 \r
1741 @text_align_texts = ['left', 'left', 'right', 'center']\r
1742 \r