OLD | NEW |
1 { | 1 { |
2 "extensions": [ | 2 "extensions": [ |
3 { | 3 { |
4 "type": "ui-setting", | 4 "type": "setting", |
5 "section": "Console", | 5 "category": "Console", |
6 "title": "Enable custom formatters", | 6 "title": "Enable custom formatters", |
7 "settingName": "enableCustomFormatters", | 7 "settingName": "enableCustomFormatters", |
8 "settingType": "checkbox", | 8 "settingType": "boolean", |
9 "experiment": "customObjectFormatters" | 9 "experiment": "customObjectFormatters" |
10 } | 10 } |
11 ], | 11 ], |
12 "dependencies": [ | 12 "dependencies": [ |
13 "bindings", | 13 "bindings", |
14 "platform", | 14 "platform", |
15 "ui" | 15 "ui" |
16 ], | 16 ], |
17 "scripts": [ | 17 "scripts": [ |
18 "BreakpointsSidebarPaneBase.js", | 18 "BreakpointsSidebarPaneBase.js", |
(...skipping 10 matching lines...) Expand all Loading... |
29 "ObjectPropertiesSection.js", | 29 "ObjectPropertiesSection.js", |
30 "RemoteObjectPreviewFormatter.js", | 30 "RemoteObjectPreviewFormatter.js", |
31 "ShortcutsScreen.js" | 31 "ShortcutsScreen.js" |
32 ], | 32 ], |
33 "stylesheets": [ | 33 "stylesheets": [ |
34 "breakpointsList.css", | 34 "breakpointsList.css", |
35 "nodeLink.css", | 35 "nodeLink.css", |
36 "objectValue.css" | 36 "objectValue.css" |
37 ] | 37 ] |
38 } | 38 } |
OLD | NEW |