1
1
{
2
- "routing" : {
3
- "routes" : {
4
- "plain/login" : {
5
- "origin" : " null,plain,error" ,
6
- "oml" : " login" ,
7
- "scope" : " public"
8
- },
9
- "main/desktop" : {
10
- "origin" : " null,plain,error" ,
11
- "oml" : " desktop" ,
12
- "scope" : " public"
13
- }
14
- },
15
- "options" : {
16
- "history" : true ,
17
- "bookmark" : true ,
18
- "cache" : false ,
19
- "jail" : false ,
20
- "eval" : false
21
- },
22
- "cache" : [],
23
- "errors" : {}
24
- },
25
- "vapps" : {
26
- "plain:Stages.Plain" : {
27
- "use" : true ,
28
- "anim" : " swap flip" ,
29
- "home" : " login" ,
30
- "placeholder" : " default" ,
31
- "scope" : " public" ,
32
- "theater" : false
33
- },
34
- "main:Stages.Main" : {
35
- "use" : false ,
36
- "anim" : " shuffle" ,
37
- "template" : " Main" ,
38
- "home" : " desktop" ,
39
- "placeholder" : " .view" ,
40
- "scope" : " public" ,
41
- "theater" : false ,
42
- "node:OML" : " main_stage"
43
- }
44
- },
45
- "preload" : {
46
- "/snd" : [],
47
- "/img" : [
48
- " bg.jpg" ,
49
- " logo.svg" ,
50
- " logo_192.png" ,
51
- " logo_48.png" ,
52
- " logo_96.png"
53
- ],
54
- "themes/io-globules-ogx/base/fonts" : [
55
- " Roboto-Black.ttf" ,
56
- " Roboto-BlackItalic.ttf" ,
57
- " Roboto-Bold.ttf" ,
58
- " Roboto-BoldItalic.ttf" ,
59
- " Roboto-Italic.ttf" ,
60
- " Roboto-Light.ttf" ,
61
- " Roboto-LightItalic.ttf" ,
62
- " Roboto-Medium.ttf" ,
63
- " Roboto-MediumItalic.ttf" ,
64
- " Roboto-Regular.ttf" ,
65
- " Roboto-Thin.ttf" ,
66
- " Roboto-ThinItalic.ttf"
67
- ],
68
- "/json" : [
69
- " control_panel.json" ,
70
- " desktop_context.json" ,
71
- " extensions.json" ,
72
- " file_context.json" ,
73
- " folder_context.json" ,
74
- " menu_icons.json" ,
75
- " menu_pins.json" ,
76
- " menu_programs.json" ,
77
- " programs.json" ,
78
- " sketch_brushes.json" ,
79
- " sketch_colors.json" ,
80
- " swatches.json"
81
- ],
82
- "/oml" : [
83
- " control_panel.oml" ,
84
- " desktop.oml" ,
85
- " display_preferences.oml" ,
86
- " display_settings.oml" ,
87
- " drives.oml" ,
88
- " file_explorer.oml" ,
89
- " login.oml" ,
90
- " main_menu.oml" ,
91
- " main_stage.oml" ,
92
- " program_bar_tree.oml" ,
93
- " sketch.oml" ,
94
- " task_manager.oml"
95
- ],
96
- "/html" : [
97
- " template.Browser.html" ,
98
- " template.Calculator.html" ,
99
- " template.Camera.html" ,
100
- " template.Clock.html" ,
101
- " template.ContextItem.html" ,
102
- " template.ContextLine.html" ,
103
- " template.ContextMenu.html" ,
104
- " template.Desktop.html" ,
105
- " template.DisplayPreferences.html" ,
106
- " template.DisplaySettings.html" ,
107
- " template.Drive.html" ,
108
- " template.Drives.html" ,
109
- " template.File.html" ,
110
- " template.FileExplorer.html" ,
111
- " template.Folder.html" ,
112
- " template.ImageViewer.html" ,
113
- " template.Login.html" ,
114
- " template.Main.html" ,
115
- " template.MainMenu.html" ,
116
- " template.MenuLetter.html" ,
117
- " template.MenuProgram.html" ,
118
- " template.MsCode.html" ,
119
- " template.Settings.html" ,
120
- " template.Sketch.html" ,
121
- " template.SketchBrush.html" ,
122
- " template.TaskManager.html" ,
123
- " template.TextEditor.html" ,
124
- " template.VideoPlayer.html" ,
125
- " template.WebApp.html"
126
- ]
127
- },
128
- "popups" : {
129
- "width" : 300 ,
130
- "height" : 400 ,
131
- "anim" : " fade scale"
132
- },
133
- "windows" : {
134
- "head" : " back" ,
135
- "width" : " 100%"
136
- },
137
- "views" : {},
138
- "overlays" : {},
139
- "splash" : {
140
- "enabled" : true ,
141
- "image" : " /img/logo.svg" ,
142
- "color" : " #2d5cb4" ,
143
- "progess" : true ,
144
- "auto_hide" : true ,
145
- "hide_timeout" : 1000
146
- },
147
- "rendertime" : false ,
148
- "scope" : " public" ,
149
- "jwt" : false
2
+ "routing" : {
3
+ "routes" : {
4
+ "plain/login" : {
5
+ "origin" : " null,main,plain,error" ,
6
+ "oml" : " login" ,
7
+ "scope" : " public"
8
+ },
9
+ "main/desktop" : {
10
+ "origin" : " null,plain,error" ,
11
+ "oml" : " desktop" ,
12
+ "scope" : " public"
13
+ }
14
+ },
15
+ "options" : {
16
+ "history" : true ,
17
+ "bookmark" : false ,
18
+ "cache" : false ,
19
+ "jail" : false ,
20
+ "eval" : false
21
+ },
22
+ "index" : " plain/login" ,
23
+ "cache" : [],
24
+ "errors" : {}
25
+ },
26
+ "vapps" : {
27
+ "plain:Stages.Plain" : {
28
+ "anim" : " swap flip" ,
29
+ "placeholder" : " default" ,
30
+ "scope" : " public" ,
31
+ "theater" : false
32
+ },
33
+ "main:Stages.Main" : {
34
+ "anim" : " shuffle" ,
35
+ "template" : " Main" ,
36
+ "placeholder" : " .view" ,
37
+ "scope" : " public" ,
38
+ "theater" : false ,
39
+ "node:OML" : " main_stage"
40
+ }
41
+ },
42
+ "preload" : {
43
+ "/snd" : [],
44
+ "/img" : [
45
+ " bg.jpg" ,
46
+ " logo.svg" ,
47
+ " logo_192.png" ,
48
+ " logo_48.png" ,
49
+ " logo_96.png"
50
+ ],
51
+ "themes/io-globules-ogx/base/fonts" : [
52
+ " Roboto-Black.ttf" ,
53
+ " Roboto-BlackItalic.ttf" ,
54
+ " Roboto-Bold.ttf" ,
55
+ " Roboto-BoldItalic.ttf" ,
56
+ " Roboto-Italic.ttf" ,
57
+ " Roboto-Light.ttf" ,
58
+ " Roboto-LightItalic.ttf" ,
59
+ " Roboto-Medium.ttf" ,
60
+ " Roboto-MediumItalic.ttf" ,
61
+ " Roboto-Regular.ttf" ,
62
+ " Roboto-Thin.ttf" ,
63
+ " Roboto-ThinItalic.ttf"
64
+ ],
65
+ "/json" : [
66
+ " control_panel.json" ,
67
+ " desktop_context.json" ,
68
+ " extensions.json" ,
69
+ " file_context.json" ,
70
+ " folder_context.json" ,
71
+ " menu_icons.json" ,
72
+ " menu_pins.json" ,
73
+ " menu_programs.json" ,
74
+ " programs.json" ,
75
+ " sketch_brushes.json" ,
76
+ " sketch_colors.json" ,
77
+ " swatches.json"
78
+ ],
79
+ "/oml" : [
80
+ " control_panel.oml" ,
81
+ " desktop.oml" ,
82
+ " display_preferences.oml" ,
83
+ " display_settings.oml" ,
84
+ " drives.oml" ,
85
+ " file_explorer.oml" ,
86
+ " login.oml" ,
87
+ " main_menu.oml" ,
88
+ " main_stage.oml" ,
89
+ " program_bar_tree.oml" ,
90
+ " sketch.oml" ,
91
+ " task_manager.oml"
92
+ ],
93
+ "/html" : [
94
+ " template.Browser.html" ,
95
+ " template.Calculator.html" ,
96
+ " template.Camera.html" ,
97
+ " template.Clock.html" ,
98
+ " template.ContextItem.html" ,
99
+ " template.ContextLine.html" ,
100
+ " template.ContextMenu.html" ,
101
+ " template.Desktop.html" ,
102
+ " template.DisplayPreferences.html" ,
103
+ " template.DisplaySettings.html" ,
104
+ " template.Drive.html" ,
105
+ " template.Drives.html" ,
106
+ " template.File.html" ,
107
+ " template.FileExplorer.html" ,
108
+ " template.Folder.html" ,
109
+ " template.ImageViewer.html" ,
110
+ " template.Login.html" ,
111
+ " template.Main.html" ,
112
+ " template.MainMenu.html" ,
113
+ " template.MenuLetter.html" ,
114
+ " template.MenuProgram.html" ,
115
+ " template.MsCode.html" ,
116
+ " template.Settings.html" ,
117
+ " template.Sketch.html" ,
118
+ " template.SketchBrush.html" ,
119
+ " template.TaskManager.html" ,
120
+ " template.TextEditor.html" ,
121
+ " template.VideoPlayer.html" ,
122
+ " template.WebApp.html"
123
+ ]
124
+ },
125
+ "popups" : {
126
+ "width" : 300 ,
127
+ "height" : 400 ,
128
+ "anim" : " fade scale"
129
+ },
130
+ "windows" : {
131
+ "head" : " back" ,
132
+ "width" : " 100%"
133
+ },
134
+ "views" : {},
135
+ "overlays" : {},
136
+ "splash" : {
137
+ "enabled" : true ,
138
+ "image" : " /img/logo.svg" ,
139
+ "color" : " #2d5cb4" ,
140
+ "progess" : true ,
141
+ "auto_hide" : true ,
142
+ "hide_timeout" : 1000
143
+ },
144
+ "rendertime" : false ,
145
+ "scope" : " public" ,
146
+ "jwt" : false
150
147
}
0 commit comments