You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My question is regarding customizing the data layer of core components. I know we can update the datalayer of any component by updating the model via the Delegation method. But how to do this same change for child components/elements?
For example,
In a teaser component, I can update the datalayer via Delegation method(Screenshot 1). But how to customize the data layer for action links in teaser(Screenshot 2) . Same for other components like Carousel , Tabs etc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Everyone,
My question is regarding customizing the data layer of core components. I know we can update the datalayer of any component by updating the model via the Delegation method. But how to do this same change for child components/elements?
For example,
In a teaser component, I can update the datalayer via Delegation method(Screenshot 1). But how to customize the data layer for action links in teaser(Screenshot 2) . Same for other components like Carousel , Tabs etc.
This can be customized with Delegation.
How to customize this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions