Re: [community-group] Additional property -> "$reference" (for alias tokens) (#141)

A simple example could be that a token tool uses a default <select/> and <option/> tag to allow alias tokens to select from existing "options" or "aliases". If done this way, the option will use the actual value of the token being referred to, but it would be helpful also to be able to display the actual "name", and perhaps "path" of the original token.

`
$reference: {
     $name: String, // Name of the referred token
 $path: String // Path to the referred token
}
`

-- 
GitHub Notification of comment by reblim
Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/141#issuecomment-1172876541 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 2 July 2022 10:35:36 UTC