[community-group] Optional "tags" property on tokens (#109)

WardMe has just created a new issue for https://github.com/design-tokens/community-group:

== Optional "tags" property on tokens ==
Hello,

I was wondering if an optional "tags" property containing an array of strings could be added to the tokens?
This way we would be able to filter or group certain tokens using these tags in our tools ie. Figma Tokens, instead of adding metadata to our naming. It allows more flexibility for future updates and changes.

```
{
  "color": {
    "brand": {
      "primary": {
        "400": {
          "value": "#7cf88b",
          "type": "color",
          "tags": ["brand", "global", "…"]
        }
      }
    }
  }
}
```

What do you think?

Ward


Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/109 using your GitHub account


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

Received on Wednesday, 26 January 2022 17:26:16 UTC