Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.commonality.co/llms.txt

Use this file to discover all available pages before exploring further.

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"]
}