| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "view", | 4 "type": "view", |
| 5 "location": "panel", | 5 "location": "panel", |
| 6 "id": "elements", | 6 "id": "elements", |
| 7 "title": "Elements", | 7 "title": "Elements", |
| 8 "order": 10, | 8 "order": 10, |
| 9 "className": "Elements.ElementsPanel" | 9 "className": "Elements.ElementsPanel" |
| 10 }, | 10 }, |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 }, | 212 }, |
| 213 { | 213 { |
| 214 "type": "@UI.ToolbarItem.Provider", | 214 "type": "@UI.ToolbarItem.Provider", |
| 215 "actionId": "elements.toggle-element-search", | 215 "actionId": "elements.toggle-element-search", |
| 216 "location": "main-toolbar-left", | 216 "location": "main-toolbar-left", |
| 217 "order": 0 | 217 "order": 0 |
| 218 }, | 218 }, |
| 219 { | 219 { |
| 220 "type": "@UI.ViewLocationResolver", | 220 "type": "@UI.ViewLocationResolver", |
| 221 "name": "elements-sidebar", | 221 "name": "elements-sidebar", |
| 222 "category": "Elements", |
| 222 "className": "Elements.ElementsPanel" | 223 "className": "Elements.ElementsPanel" |
| 223 }, | 224 }, |
| 224 { | 225 { |
| 225 "type": "view", | 226 "type": "view", |
| 226 "location": "elements-sidebar", | 227 "location": "elements-sidebar", |
| 227 "id": "elements.eventListeners", | 228 "id": "elements.eventListeners", |
| 228 "title": "Event Listeners", | 229 "title": "Event Listeners", |
| 229 "order": 5, | 230 "order": 5, |
| 230 "hasToolbar": true, | 231 "hasToolbar": true, |
| 231 "persistence": "permanent", | 232 "persistence": "permanent", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 ], | 280 ], |
| 280 "resources": [ | 281 "resources": [ |
| 281 "breadcrumbs.css", | 282 "breadcrumbs.css", |
| 282 "computedStyleSidebarPane.css", | 283 "computedStyleSidebarPane.css", |
| 283 "elementsPanel.css", | 284 "elementsPanel.css", |
| 284 "elementsTreeOutline.css", | 285 "elementsTreeOutline.css", |
| 285 "platformFontsWidget.css", | 286 "platformFontsWidget.css", |
| 286 "stylesSectionTree.css" | 287 "stylesSectionTree.css" |
| 287 ] | 288 ] |
| 288 } | 289 } |
| OLD | NEW |