| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "extensions": [ | |
| 3 { | |
| 4 "type": "@Network.NetworkGroupLookupInterface", | |
| 5 "className": "NetworkGroupLookup.NetworkProductGroupLookup", | |
| 6 "title": "Product", | |
| 7 "id": "product" | |
| 8 }, | |
| 9 { | |
| 10 "type": "@Network.NetworkGroupLookupInterface", | |
| 11 "className": "NetworkGroupLookup.NetworkProductFrameGroupLookup", | |
| 12 "title": "Frame", | |
| 13 "id": "frame" | |
| 14 }, | |
| 15 { | |
| 16 "type": "@Network.NetworkColumnExtensionInterface", | |
| 17 "className": "NetworkGroupLookup.NetworkProductGroupLookup", | |
| 18 "title": "Product" | |
| 19 }, | |
| 20 { | |
| 21 "type": "@Network.NetworkRowDecorator", | |
| 22 "className": "NetworkGroupLookup.NetworkProductTypeGroupLookup" | |
| 23 } | |
| 24 ], | |
| 25 "dependencies": [ | |
| 26 "network", | |
| 27 "product_registry", | |
| 28 "sdk" | |
| 29 ], | |
| 30 "experiment": "networkGroupingRequests", | |
| 31 "scripts": [ | |
| 32 "NetworkProductGroupLookup.js" | |
| 33 ] | |
| 34 } | |
| OLD | NEW |