|
1 | 1 | { |
2 | 2 | "default": { |
3 | 3 | "card": { |
4 | | - "type": "card-with-image", |
5 | | - "image": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-mini_4-12_light.png", |
6 | | - "title": "Lorem ipsum", |
7 | | - "description": "Dolor sit amet" |
| 4 | + "type": "layout-item", |
| 5 | + "media": { |
| 6 | + "image": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-mini_4-12_light.png" |
| 7 | + }, |
| 8 | + "content": { |
| 9 | + "title": "Lorem ipsum", |
| 10 | + "text": "Dolor sit amet" |
| 11 | + } |
8 | 12 | }, |
9 | 13 | "content": { |
10 | 14 | "type": "card-layout-block", |
|
15 | 19 | "colSizes": { |
16 | 20 | "four": { |
17 | 21 | "card": { |
18 | | - "type": "card-with-image", |
19 | | - "image": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-mini_3-12_light.png", |
20 | | - "title": "Lorem ipsum", |
21 | | - "description": "Dolor sit amet" |
| 22 | + "type": "layout-item", |
| 23 | + "media": { |
| 24 | + "image": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-mini_3-12_light.png" |
| 25 | + }, |
| 26 | + "content": { |
| 27 | + "title": "Lorem ipsum", |
| 28 | + "text": "Dolor sit amet" |
| 29 | + } |
22 | 30 | }, |
23 | 31 | "description": "Four cards in a row on the desktop, three cards in a row on a tablet, two cards in a row on a mobile phone.", |
24 | 32 | "colSizes": { |
|
29 | 37 | }, |
30 | 38 | "two": { |
31 | 39 | "card": { |
32 | | - "type": "card-with-image", |
33 | | - "image": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-mini_6-12_light.png", |
34 | | - "title": "Lorem ipsum", |
35 | | - "description": "Dolor sit amet" |
| 40 | + "type": "layout-item", |
| 41 | + "media": { |
| 42 | + "image": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-mini_6-12_light.png" |
| 43 | + }, |
| 44 | + "content": { |
| 45 | + "title": "Lorem ipsum", |
| 46 | + "text": "Dolor sit amet" |
| 47 | + } |
36 | 48 | }, |
37 | 49 | "description": "Two cards in a row on all devices", |
38 | 50 | "colSizes": { |
|
0 commit comments