|
26 | 26 | { |
27 | 27 | "id": "image", |
28 | 28 | "fields": [ |
| 29 | + { |
| 30 | + "component": "text", |
| 31 | + "name": "aueLabel", |
| 32 | + "label": "Editor Label", |
| 33 | + "description": "The label of this component in the editor overlay and content tree.", |
| 34 | + "value": "Image" |
| 35 | + }, |
29 | 36 | { |
30 | 37 | "component": "reference", |
31 | 38 | "name": "image", |
|
42 | 49 | { |
43 | 50 | "id": "title", |
44 | 51 | "fields": [ |
| 52 | + { |
| 53 | + "component": "text", |
| 54 | + "name": "aueLabel", |
| 55 | + "label": "Editor Label", |
| 56 | + "description": "The label of this component in the editor overlay and content tree.", |
| 57 | + "value": "Title" |
| 58 | + }, |
45 | 59 | { |
46 | 60 | "component": "text", |
47 | 61 | "name": "title", |
|
80 | 94 | } |
81 | 95 | ] |
82 | 96 | }, |
| 97 | + { |
| 98 | + "id": "text", |
| 99 | + "fields": [ |
| 100 | + { |
| 101 | + "component": "text", |
| 102 | + "name": "aueLabel", |
| 103 | + "label": "Editor Label", |
| 104 | + "description": "The label of this component in the editor overlay and content tree.", |
| 105 | + "value": "Text" |
| 106 | + } |
| 107 | + ] |
| 108 | + }, |
83 | 109 | { |
84 | 110 | "id": "button", |
85 | 111 | "fields": [ |
| 112 | + { |
| 113 | + "component": "text", |
| 114 | + "name": "aueLabel", |
| 115 | + "label": "Editor Label", |
| 116 | + "description": "The label of this component in the editor overlay and content tree.", |
| 117 | + "value": "Button" |
| 118 | + }, |
86 | 119 | { |
87 | 120 | "component": "aem-content", |
88 | 121 | "name": "link", |
|
141 | 174 | } |
142 | 175 | ] |
143 | 176 | }, |
| 177 | + { |
| 178 | + "id": "cards", |
| 179 | + "fields": [ |
| 180 | + { |
| 181 | + "component": "text", |
| 182 | + "name": "aueLabel", |
| 183 | + "label": "Editor Label", |
| 184 | + "description": "The label of this component in the editor overlay and content tree.", |
| 185 | + "value": "Cards" |
| 186 | + } |
| 187 | + ] |
| 188 | + }, |
144 | 189 | { |
145 | 190 | "id": "card", |
146 | 191 | "fields": [ |
| 192 | + { |
| 193 | + "component": "text", |
| 194 | + "name": "aueLabel", |
| 195 | + "label": "Editor Label", |
| 196 | + "description": "The label of this component in the editor overlay and content tree.", |
| 197 | + "value": "Card" |
| 198 | + }, |
147 | 199 | { |
148 | 200 | "component": "reference", |
149 | 201 | "valueType": "string", |
|
163 | 215 | { |
164 | 216 | "id": "columns", |
165 | 217 | "fields": [ |
| 218 | + { |
| 219 | + "component": "text", |
| 220 | + "name": "aueLabel", |
| 221 | + "label": "Editor Label", |
| 222 | + "description": "The label of this component in the editor overlay and content tree.", |
| 223 | + "value": "Columns" |
| 224 | + }, |
166 | 225 | { |
167 | 226 | "component": "text", |
168 | 227 | "valueType": "number", |
|
182 | 241 | { |
183 | 242 | "id": "fragment", |
184 | 243 | "fields": [ |
| 244 | + { |
| 245 | + "component": "text", |
| 246 | + "name": "aueLabel", |
| 247 | + "label": "Editor Label", |
| 248 | + "description": "The label of this component in the editor overlay and content tree.", |
| 249 | + "value": "Fragment" |
| 250 | + }, |
185 | 251 | { |
186 | 252 | "component": "aem-content", |
187 | 253 | "name": "reference", |
|
192 | 258 | { |
193 | 259 | "id": "hero", |
194 | 260 | "fields": [ |
| 261 | + { |
| 262 | + "component": "text", |
| 263 | + "name": "aueLabel", |
| 264 | + "label": "Editor Label", |
| 265 | + "description": "The label of this component in the editor overlay and content tree.", |
| 266 | + "value": "Hero" |
| 267 | + }, |
195 | 268 | { |
196 | 269 | "component": "reference", |
197 | 270 | "valueType": "string", |
|
0 commit comments