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
The solution to the below problem is there is currently no way to get the kind label from a change. Right now the .Kind value is the key.
This will probably be more obvious in the new config rework but kinds have two important values depending on context, the key and label.
Add KindKey as an alias/preferred way of getting the key.
The solution to the below problem is there is currently no way to get the kind label from a change. Right now the
.Kind
value is the key.This will probably be more obvious in the new config rework but kinds have two important values depending on context, the key and label.
KindKey
as an alias/preferred way of getting the key.KindLabel
as a new value to get the label.Discussed in #698
Originally posted by sheldonhull August 29, 2024
Trying this...
This produces output like this:
What I would expect
Still not seeing Kind label in either changeFormat or footer work with the label, only seems to use the key value.
The text was updated successfully, but these errors were encountered: