OSDN Git Service

fix remove tree
[pettanr/pettanr.git] / app / assets / javascripts / manifest / work / items.js.coffee.erb
1 #マニフェスト\r
2 @items = {\r
3   scroll: {\r
4     type: 'binder',\r
5     args: {\r
6     },\r
7   },\r
8   scroll_panel: {\r
9     type: 'leaf',\r
10     args: {\r
11       parent_model_name: 'scroll',\r
12     },\r
13   },\r
14   comic: {\r
15     type: 'binder',\r
16     args: {\r
17     },\r
18   },\r
19   story: {\r
20     type: 'binder',\r
21     args: {\r
22     },\r
23   },\r
24   story_sheet: {\r
25     type: 'leaf',\r
26     args: {\r
27       parent_model_name: 'story',\r
28     },\r
29   },\r
30   sheet: {\r
31     type: 'root',\r
32     args: {\r
33     },\r
34   },\r
35   sheet_panel: {\r
36     type: 'element',\r
37     args: {\r
38       parent_model_name: 'sheet',\r
39     },\r
40   },\r
41   panel: {\r
42     type: 'root',\r
43     args: {\r
44     },\r
45   },\r
46   panel_picture: {\r
47     type: 'element',\r
48     args: {\r
49       parent_model_name: 'panel',\r
50     },\r
51   },\r
52   speech_balloon: {\r
53     type: 'element',\r
54     args: {\r
55       parent_model_name: 'speech_balloon',\r
56     },\r
57   }, \r
58   balloon: {\r
59     type: 'element',\r
60     args: {\r
61       parent_model_name: 'speech_balloon',\r
62     },\r
63   },\r
64   speech: {\r
65     type: 'element',\r
66     args: {\r
67       parent_model_name: 'scroll',\r
68     },\r
69   },\r
70   ground_picture: {\r
71     type: 'element',\r
72     args: {\r
73       parent_model_name: 'panel',\r
74     },\r
75   },\r
76   ground_color: {\r
77     type: 'element',\r
78     args: {\r
79       parent_model_name: 'panel',\r
80     },\r
81   },\r
82   original_picture: {\r
83   },\r
84   picture: {\r
85   },\r
86   resource_picture: {\r
87   },\r
88   speech_balloon_template: {\r
89   },\r
90   writing_format: {\r
91   },\r
92   license_group: {\r
93   },\r
94   license: {\r
95   },\r
96   author: {\r
97   },\r
98   artist: {\r
99   },\r
100   system_picture: {\r
101   },\r
102 }\r
103 \r