| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@UI.ActionDelegate", | 4 "type": "@UI.ActionDelegate", |
| 5 "category": "Settings", | 5 "category": "Settings", |
| 6 "actionId": "settings.show", | 6 "actionId": "settings.show", |
| 7 "title": "Settings", | 7 "title": "Settings", |
| 8 "className": "Settings.SettingsScreen.ActionDelegate", | 8 "className": "Settings.SettingsScreen.ActionDelegate", |
| 9 "bindings": [ | 9 "bindings": [ |
| 10 { | 10 { |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 "type": "view", | 72 "type": "view", |
| 73 "location": "settings-view", | 73 "location": "settings-view", |
| 74 "id": "blackbox", | 74 "id": "blackbox", |
| 75 "title": "Blackboxing", | 75 "title": "Blackboxing", |
| 76 "order": "3", | 76 "order": "3", |
| 77 "className": "Settings.FrameworkBlackboxSettingsTab" | 77 "className": "Settings.FrameworkBlackboxSettingsTab" |
| 78 }, | 78 }, |
| 79 { | 79 { |
| 80 "type": "@UI.ViewLocationResolver", | 80 "type": "@UI.ViewLocationResolver", |
| 81 "name": "settings-view", | 81 "name": "settings-view", |
| 82 "category": "Settings", |
| 82 "className": "Settings.SettingsScreen" | 83 "className": "Settings.SettingsScreen" |
| 83 } | 84 } |
| 84 ], | 85 ], |
| 85 "dependencies": [ | 86 "dependencies": [ |
| 86 "components" | 87 "components" |
| 87 ], | 88 ], |
| 88 "scripts": [ | 89 "scripts": [ |
| 89 "EditFileSystemView.js", | 90 "EditFileSystemView.js", |
| 90 "SettingsScreen.js", | 91 "SettingsScreen.js", |
| 91 "FrameworkBlackboxSettingsTab.js" | 92 "FrameworkBlackboxSettingsTab.js" |
| 92 ], | 93 ], |
| 93 "resources": [ | 94 "resources": [ |
| 94 "editFileSystemView.css", | 95 "editFileSystemView.css", |
| 95 "frameworkBlackboxSettingsTab.css", | 96 "frameworkBlackboxSettingsTab.css", |
| 96 "settingsScreen.css" | 97 "settingsScreen.css" |
| 97 ] | 98 ] |
| 98 } | 99 } |
| OLD | NEW |