OLD | NEW |
1 { | 1 { |
2 "extensions": [ | 2 "extensions": [ |
3 { | 3 { |
4 "type": "@Components.DOMPresentationUtils.MarkerDecorator", | 4 "type": "@Components.DOMPresentationUtils.MarkerDecorator", |
5 "factoryName": "Components.DOMPresentationUtils.GenericDecorator", | 5 "factoryName": "Components.DOMPresentationUtils.GenericDecorator", |
6 "marker": "breakpoint-marker", | 6 "marker": "breakpoint-marker", |
7 "title": "DOM Breakpoint", | 7 "title": "DOM Breakpoint", |
8 "color": "rgb(105, 140, 254)" | 8 "color": "rgb(105, 140, 254)" |
9 } | 9 } |
10 ], | 10 ], |
(...skipping 14 matching lines...) Expand all Loading... |
25 "Linkifier.js", | 25 "Linkifier.js", |
26 "ObjectPopoverHelper.js", | 26 "ObjectPopoverHelper.js", |
27 "ObjectPropertiesSection.js", | 27 "ObjectPropertiesSection.js", |
28 "RemoteObjectPreviewFormatter.js", | 28 "RemoteObjectPreviewFormatter.js", |
29 "Reload.js" | 29 "Reload.js" |
30 ], | 30 ], |
31 "resources": [ | 31 "resources": [ |
32 "breakpointsList.css", | 32 "breakpointsList.css", |
33 "customPreviewComponent.css", | 33 "customPreviewComponent.css", |
34 "domUtils.css", | 34 "domUtils.css", |
| 35 "imagePreview.css", |
| 36 "objectPopover.css", |
35 "objectPropertiesSection.css", | 37 "objectPropertiesSection.css", |
36 "objectValue.css" | 38 "objectValue.css" |
37 ] | 39 ] |
38 } | 40 } |
OLD | NEW |