Allow component properties to be used multiple times in a component #35890
joffff
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the Problem
When I create a component with multiple links, such as a card component with an image, title and button I want to be able to create a single link property that can be applied to each of these elements. Currently I need to make a new link property each time, e.g.:
Propose a Solution
The link could be defined once on the component and then referenced everywhere it's needed. There should also be an option to override the default link so each element in the component can have its own link.
Additional Context
No response
Agreement
All reactions