A project configuration file is a commonality.json file located at the root of a package directory.


Properties

tags

The tags associated with the package. Packages can be selected with tags using selectors in your project configuration.

When editing tags in Commonality Studio, we’ll automatically update this property for you.
commonality.json
{
  "tags": ["ui", "buildable", "checkout"]
}