|
6 | 6 | # //{atom name}_{section}_{index} |
7 | 7 | "sections": [ |
8 | 8 | { |
9 | | - "key": "hero_home_1", |
| 9 | + "key": "hero_v1_home_1", |
10 | 10 | #-- the key is mandatory |
11 | 11 | "type": "hero_v1", |
12 | 12 | "visible": True, |
|
21 | 21 | "image": "url" |
22 | 22 | }, |
23 | 23 | { |
24 | | - "key": "two_columns_home_1", |
| 24 | + "key": "two_columns_v1_home_1", |
25 | 25 | #-- the key is mandatory |
26 | 26 | "type": "two_columns_v1", |
27 | 27 | "visible": True, |
|
69 | 69 | ], |
70 | 70 | }, |
71 | 71 | { |
72 | | - "key": "featured_courses_home_1", |
| 72 | + "key": "side_image_v1_home_1", |
| 73 | + "type": "side_image_v1", |
| 74 | + "visible": True, |
| 75 | + "title": { |
| 76 | + "ar": "المعهد العقاري", |
| 77 | + "en": "SREI excellence" |
| 78 | + }, |
| 79 | + "description": { |
| 80 | + "ar": "المعهد العقاري", |
| 81 | + "en": "SREI excellence" |
| 82 | + }, |
| 83 | + "image": "url", |
| 84 | + "reversed": False, #-- False: flex: row | True: flex: row-reverse |
| 85 | + }, |
| 86 | + { |
| 87 | + "key": "featured_courses_v1_home_1", |
73 | 88 | "type": "featured_courses_v1", |
74 | 89 | "visible": True, |
75 | 90 | "title": { |
|
83 | 98 | "grid_type": "max-9" #-- accept max-3 | max-6 | max-9 | all | categorised |
84 | 99 | }, |
85 | 100 | { |
86 | | - "key": "static_metrics_section_home_1", |
| 101 | + "key": "static_metrics_section_v1_home_1", |
87 | 102 | "type": "static_metrics_section_v1", |
88 | 103 | "visible": True, |
89 | 104 | "title": { |
|
133 | 148 | ] |
134 | 149 | }, |
135 | 150 | { |
136 | | - "key": "live_metrics_section_home_1", |
| 151 | + "key": "live_metrics_section_v1_home_1", |
137 | 152 | "type": "live_metrics_section_v1", |
138 | 153 | "visible": True, |
139 | 154 | "options": [ |
|
0 commit comments