Good morning - I've been doing some block development with UE and as I've been going through this, I wanted to ask a few questions.
<div><p id="authorName-3D-printing-with-tim-lavelle">Author Name</p></div>
<div><p id="summary-3D-printing-with-tim-lavelle">Author Name</p></div>
{
"component": "select",
"name": "teaserClassName",
"value": "",
"label": "Class",
"valueType": "string",
"options": [
{
"name": "default",
"value": ""
},
{
"name": "Card",
"value": "card"
},
{
"name": "Banner",
"value": "banner"
}
]
}
Hope these aren't too many questions in one thread and thanks for stopping by and reading.
Cheers
Tim
Views
Replies
Total Likes
Hi @acntimlavelle
Please check for content grouping : https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/wy...
Model definition for select : https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/dev...
For differentiate the Author Text and Summary Text you can add a css class to these element inside decorate function.
@acntimlavelle Did you find the suggestion helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes
For my question around foreground_ and background_, the suggested link doesn't answer the question. It is a good link to see how we can group items together, but the Webinar suggested foreground_ and background_ and I can't find that documented anywhere.
And for question #2, not answered.
But for Question #3, that did indeed help.... but if I use this method, I can't write JS based on it and makes it harder to properly decorate. The good news is I am speaking to engineering at Adobe, so may get a better response in the next week or so.
Views
Replies
Total Likes
Views
Likes
Replies