|
72 | 72 | "title": "Block with image", |
73 | 73 | "background": { |
74 | 74 | "light": { |
75 | | - "image": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/header-bg-img_light.png", |
| 75 | + "image": { |
| 76 | + "desktop": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/header-bg-img_light.png", |
| 77 | + "mobile": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-bg_nopadding_4-12_light.png" |
| 78 | + }, |
76 | 79 | "color": "#EFF2F8" |
77 | 80 | }, |
78 | 81 | "dark": { |
79 | | - "image": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/header-bg-img_dark.png", |
| 82 | + "image": { |
| 83 | + "desktop": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/header-bg-img_dark.png", |
| 84 | + "mobile": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-bg_nopadding_4-12_dark.png" |
| 85 | + }, |
80 | 86 | "color": "#262626" |
81 | 87 | } |
82 | 88 | } |
|
85 | 91 | "title": "Block with video", |
86 | 92 | "background": { |
87 | 93 | "light": { |
88 | | - "image": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/header-bg-img_light.png", |
| 94 | + "image": { |
| 95 | + "desktop": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/header-bg-img_light.png", |
| 96 | + "mobile": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-bg_nopadding_4-12_light.png" |
| 97 | + }, |
89 | 98 | "video": { |
90 | 99 | "src": [ |
91 | 100 | "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/header-bg-video_light.webm", |
|
96 | 105 | "color": "#EFF2F8" |
97 | 106 | }, |
98 | 107 | "dark": { |
99 | | - "image": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/header-bg-img_dark.png", |
100 | | - "color": "#262626" |
101 | | - } |
102 | | - } |
103 | | - }, |
104 | | - "fullWidthBackground": { |
105 | | - "title": "Block with full width background", |
106 | | - "background": { |
107 | | - "light": { |
108 | | - "image": "https://storage.yandexcloud.net/cloud-www-assets/constructor/main/main-visual/mobile.png", |
109 | | - "video": { |
110 | | - "src": [ |
111 | | - "https://storage.yandexcloud.net/cloud-www-assets/constructor/main/main-visual/main_video.webm", |
112 | | - "https://storage.yandexcloud.net/cloud-www-assets/constructor/main/main-visual/main_video.ogv", |
113 | | - "https://storage.yandexcloud.net/cloud-www-assets/constructor/main/main-visual/main_video.mp4", |
114 | | - "https://storage.yandexcloud.net/cloud-www-assets/constructor/main/main-visual/mobile.png" |
115 | | - ] |
| 108 | + "image": { |
| 109 | + "desktop": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/header-bg-img_dark.png", |
| 110 | + "mobile": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-bg_nopadding_4-12_dark.png" |
116 | 111 | }, |
117 | | - "color": "#EFF2F8", |
118 | | - "fullWidth": true |
119 | | - }, |
120 | | - "dark": { |
121 | | - "image": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-black.png", |
122 | | - "color": "#262626", |
123 | | - "fullWidth": true |
124 | | - } |
125 | | - } |
126 | | - }, |
127 | | - "fullWidthMedia": { |
128 | | - "title": "Block with full width media", |
129 | | - "background": { |
130 | | - "light": { |
131 | | - "image": "https://storage.yandexcloud.net/cloud-www-assets/constructor/main/main-visual/mobile.png", |
132 | 112 | "video": { |
133 | 113 | "src": [ |
134 | | - "https://storage.yandexcloud.net/cloud-www-assets/constructor/main/main-visual/main_video.webm", |
135 | | - "https://storage.yandexcloud.net/cloud-www-assets/constructor/main/main-visual/main_video.ogv", |
136 | | - "https://storage.yandexcloud.net/cloud-www-assets/constructor/main/main-visual/main_video.mp4", |
137 | | - "https://storage.yandexcloud.net/cloud-www-assets/constructor/main/main-visual/mobile.png" |
| 114 | + "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/header-bg-video_dark.webm", |
| 115 | + "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/header-bg-video_dark.mp4", |
| 116 | + "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/header-bg-video_dark.png" |
138 | 117 | ] |
139 | 118 | }, |
140 | | - "fullWidthMedia": true, |
141 | | - "fullWidth": true, |
142 | | - "color": "#EFF2F8" |
143 | | - }, |
144 | | - "dark": { |
145 | | - "image": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-black.png", |
146 | | - "fullWidthMedia": true |
147 | | - } |
148 | | - } |
149 | | - }, |
150 | | - "deviceSupport": { |
151 | | - "title": "Block with devices support image", |
152 | | - "background": { |
153 | | - "light": { |
154 | | - "image": { |
155 | | - "desktop": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-gray.png", |
156 | | - "mobile": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-black.png", |
157 | | - "disableCompress": true, |
158 | | - "alt": "Lorem" |
159 | | - } |
160 | | - }, |
161 | | - "dark": { |
162 | | - "image": { |
163 | | - "desktop": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-black.png", |
164 | | - "mobile": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-gray.png", |
165 | | - "disableCompress": true, |
166 | | - "alt": "Lorem" |
167 | | - } |
| 119 | + "color": "#262626" |
168 | 120 | } |
169 | 121 | } |
170 | 122 | } |
|
0 commit comments