-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EWPP-1360] EWPP-1388: Add icon optional parameter to list item pattern. #913
Conversation
@@ -53,6 +54,11 @@ | |||
type: 'standalone', | |||
label: title, | |||
path: url | |||
}, | |||
icon: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still have doubts that it is safe. We rely on ecl-link
ECL component implementation where we have to check that the icon name is not empty. But what if we will have a change in implementation. I don't sure that it is possible, but the chance still exists. It would be simpler to keep the empty icon element if we don't have the icon
name from our side for explicitly declaring that link without an icon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some more questions for discussion.
No description provided.