|
7 | 7 | { |
8 | 8 | "header": "State", |
9 | 9 | "type": "state", |
10 | | - "values": ["ONLINE", "DISCONNECTED", "ONLINE", "ONLINE", "DISCONNECTED"], |
| 10 | + "values": [ |
| 11 | + { "value": "ONLINE" }, |
| 12 | + { "value": "DISCONNECTED" }, |
| 13 | + { "value": "ONLINE" }, |
| 14 | + { "value": "ONLINE" }, |
| 15 | + { "value": "DISCONNECTED" } |
| 16 | + ], |
11 | 17 | "styling": { |
12 | 18 | "stateMap": "'ONLINE', '#6e9a69', 'DISCONNECTED', '#e15656'", |
13 | 19 | "width": "50px" |
|
16 | 22 | { |
17 | 23 | "header": "Name", |
18 | 24 | "type": "string", |
19 | | - "values": ["Royal Fortune", "Mayflower", "Flying King", "Snap Dragon", "Schonerbrigg Asgard"], |
| 25 | + "values": [ |
| 26 | + { "value": "Royal Fortune" }, |
| 27 | + { "value": "Mayflower" }, |
| 28 | + { "value": "Flying King" }, |
| 29 | + { "value": "Snap Dragon" }, |
| 30 | + { "value": "Schonerbrigg Asgard" } |
| 31 | + ], |
20 | 32 | "styling": { |
21 | 33 | "width": "120px", |
22 | 34 | "fontSize": "16px" |
|
25 | 37 | { |
26 | 38 | "header": "Distance", |
27 | 39 | "type": "number", |
28 | | - "values": [80, 20, 30, 40, 50], |
| 40 | + "values": [{ "value": 80 }, { "value": 20 }, { "value": 30 }, { "value": 40 }, { "value": 50 }], |
29 | 41 | "styling": { |
30 | 42 | "width": "120px", |
31 | 43 | "fontWeight": 100, |
|
35 | 47 | { |
36 | 48 | "header": "Active", |
37 | 49 | "type": "boolean", |
38 | | - "values": [true, false, true, true, false], |
| 50 | + "values": [ |
| 51 | + { "value": true }, |
| 52 | + { "value": false }, |
| 53 | + { "value": true }, |
| 54 | + { "value": true }, |
| 55 | + { "value": false } |
| 56 | + ], |
39 | 57 | "styling": { |
40 | 58 | "width": "20px" |
41 | 59 | } |
42 | 60 | }, |
43 | 61 | { |
44 | | - "header": "Image", |
| 62 | + "header": "Image Link", |
45 | 63 | "type": "image", |
46 | 64 | "values": [ |
47 | | - "https://storage.googleapis.com/reswarm-images/mir-200.png", |
48 | | - "https://storage.googleapis.com/reswarm-images/mir-200.png", |
49 | | - "https://storage.googleapis.com/reswarm-images/mir-200.png", |
50 | | - "https://storage.googleapis.com/reswarm-images/mir-200.png", |
51 | | - "https://storage.googleapis.com/reswarm-images/mir-200.png" |
| 65 | + { |
| 66 | + "value": "https://storage.googleapis.com/reswarm-images/mir-200.png", |
| 67 | + "link": "https://storage.googleapis.com/reswarm-images/mir-200.png" |
| 68 | + }, |
| 69 | + { |
| 70 | + "value": "https://res.cloudinary.com/dk8bhmsdz/image/upload/v1750163313/estaamic_machine_ohg3zo.png", |
| 71 | + "link": "https://res.cloudinary.com/dk8bhmsdz/image/upload/v1750163313/estaamic_machine_ohg3zo.png" |
| 72 | + }, |
| 73 | + { |
| 74 | + "value": "https://res.cloudinary.com/dk8bhmsdz/image/upload/v1747230889/samples/ecommerce/shoes.png", |
| 75 | + "link": "https://res.cloudinary.com/dk8bhmsdz/image/upload/v1747230889/samples/ecommerce/shoes.png" |
| 76 | + }, |
| 77 | + { |
| 78 | + "value": "https://res.cloudinary.com/dk8bhmsdz/image/upload/v1747230897/samples/chair.png", |
| 79 | + "link": "https://res.cloudinary.com/dk8bhmsdz/image/upload/v1747230897/samples/chair.png" |
| 80 | + }, |
| 81 | + { |
| 82 | + "value": "https://image.made-in-china.com/2f0j00iOETbDBqhRcS/Ja-1-1-Household-Sewing-Machine-for-Embroidery-and-Heavy-Fabrics.webp", |
| 83 | + "link": "https://image.made-in-china.com/2f0j00iOETbDBqhRcS/Ja-1-1-Household-Sewing-Machine-for-Embroidery-and-Heavy-Fabrics.webp" |
| 84 | + } |
52 | 85 | ], |
53 | 86 | "styling": { |
54 | 87 | "width": "120px" |
55 | 88 | } |
56 | 89 | }, |
57 | 90 | { |
58 | | - "header": "Button", |
| 91 | + "header": "Link", |
59 | 92 | "type": "button", |
60 | 93 | "values": [ |
61 | | - "https://google.com", |
62 | | - "https://google.com", |
63 | | - "https://google.com", |
64 | | - "https://google.com", |
65 | | - "https://google.com" |
| 94 | + { "value": "Google", "link": "https://google.com" }, |
| 95 | + { "value": "IronFlock", "link": "https://www.ironflock.com" }, |
| 96 | + { "value": "Haas", "link": "https://www.haascnc.com/index.html" }, |
| 97 | + { "value": "Siemens", "link": "https://www.siemens.com/" }, |
| 98 | + { "value": "Continental", "link": "https://www.continental.com/" } |
66 | 99 | ], |
67 | 100 | "styling": { |
68 | 101 | "width": "120px" |
|
0 commit comments