You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sub-blocks/ImageCard/__stories__/data.json
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,5 +44,55 @@
44
44
"content": {
45
45
"backgroundColor": "#ccf0d2"
46
46
}
47
+
},
48
+
"content": {
49
+
"url": "https://example.com",
50
+
"links": [
51
+
{
52
+
"url": "#",
53
+
"text": "Link",
54
+
"theme": "normal",
55
+
"arrow": true
56
+
}
57
+
],
58
+
"buttons": [
59
+
{
60
+
"text": "Button\r",
61
+
"theme": "action",
62
+
"url": "https://example.com"
63
+
},
64
+
{
65
+
"text": "Button",
66
+
"theme": "outlined",
67
+
"url": "#"
68
+
}
69
+
],
70
+
"list": [
71
+
{
72
+
"icon": {
73
+
"light": "/story-assets/icon_1_light.svg",
74
+
"dark": "/story-assets/icon_1_dark.svg"
75
+
},
76
+
"title": "Lorem ipsum",
77
+
"text": "**Ut enim ad minim veniam** [quis nostrud](https://example.com) exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor"
78
+
},
79
+
{
80
+
"icon": {
81
+
"light": "/story-assets/icon_3_light.svg",
82
+
"dark": "/story-assets/icon_3_dark.svg"
83
+
},
84
+
"title": "Lorem ipsum ipsum",
85
+
"text": "**Ut enim ad minim veniam** [quis nostrud](https://example.com) exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor"
86
+
},
87
+
{
88
+
"icon": {
89
+
"light": "/story-assets/icon_2_light.svg",
90
+
"dark": "/story-assets/icon_2_dark.svg"
91
+
},
92
+
"title": "Lorem ipsum",
93
+
"text": "**Ut enim ad minim veniam** [quis nostrud](https://example.com) exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor"
94
+
}
95
+
],
96
+
"additionalInfo": "Duis aute irure dolor in [reprehenderit](https://example.com) n voluptate velit esse cillum dolore eu fugiat nulla pariatur."
0 commit comments